Home
last modified time | relevance | path

Searched refs:estrtol (Results 1 - 6 of 6) sorted by relevance

/third_party/toybox/lib/
H A Dportability.c450 i = estrtol(sigstr, &s, 10); in sig_to_num()
471 offset = estrtol(sigstr, &s, 10); in sig_to_num()
H A Dlib.c286 long long estrtol(char *str, char **end, int base) in estrtol() function
295 long long l = estrtol(str, end, base); in xstrtol()
946 mode = estrtol(str, &s, 8); in string_to_mode()
H A Dxwrap.c685 uid = estrtol(name, &s, 10); in xgetuid()
699 gid = estrtol(name, &s, 10); in xgetgid()
H A Dlib.h232 long long estrtol(char *str, char **end, int base);
/third_party/toybox/toys/posix/
H A Dcut.c194 long long ll = estrtol(end, &end, 10); in get_range()
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h225 long long estrtol(char *str, char **end, int base);

Completed in 7 milliseconds