Searched refs:estrtol (Results 1 – 7 of 7) sorted by relevance
/external/toybox/toys/posix/ |
D | cut.c | 170 long long ll = estrtol(end, &end, 10); in get_range()
|
/external/toybox/lib/ |
D | portability.c | 479 i = estrtol(sigstr, &s, 10); in sig_to_num() 500 offset = estrtol(sigstr, &s, 10); in sig_to_num()
|
D | lib.c | 290 long long estrtol(char *str, char **end, int base) in estrtol() function 299 long long l = estrtol(str, end, base); in xstrtol() 958 mode = estrtol(str, &s, 8); in string_to_mode()
|
D | xwrap.c | 711 uid = estrtol(name, &s, 10); in xgetuid() 725 gid = estrtol(name, &s, 10); in xgetgid()
|
D | lib.h | 228 long long estrtol(char *str, char **end, int base);
|
/external/toybox/toys/other/ |
D | hexedit.c | 282 val = estrtol(TT.input, &s, 0); in hexedit_main()
|
/external/toybox/toys/pending/ |
D | sh.c | 4168 ll = estrtol(toys.optargs[ii], &s, 10); in wait_main()
|