Home
last modified time | relevance | path

Searched refs:asc_to_ll (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c80 static int asc_to_ll(char *, long long *);
210 asc_to_ll(char *str, long long *plc) in asc_to_ll() function
437 if (asc_to_ll(line, &to) == ERR) in line_arg()
471 if ((asc_to_ll(rep, &repeat) == ERR) || repeat < 0L) in num_arg()
524 if (asc_to_ll(++ptr, &offset) == ERR) in re_arg()