Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/csplit/
H A Dcsplit.c76 static int asc_to_ll(char *, long long *);
206 asc_to_ll(char *str, long long *plc) in asc_to_ll() function
433 if (asc_to_ll(line, &to) == ERR) in line_arg()
467 if ((asc_to_ll(rep, &repeat) == ERR) || repeat < 0L) in num_arg()
520 if (asc_to_ll(++ptr, &offset) == ERR) in re_arg()