Searched refs:estrtol (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/site_tests/platform_CompressedSwap/src/ |
D | hog.c | 20 long int estrtol(const char *s) { in estrtol() function 47 megabytes = estrtol(av[1]); in main() 55 compression_factor = estrtol(av[2]); in main()
|
/external/toybox/lib/ |
D | lib.c | 276 long estrtol(char *str, char **end, int base) in estrtol() function 285 long l = estrtol(str, end, base); in xstrtol() 775 i = estrtol(pidstr, &s, 10); in sig_to_num() 805 mode = estrtol(str, &s, 8); in string_to_mode()
|
D | xwrap.c | 544 uid = estrtol(user, &s, 10); in xgetpwnamid() 560 gid = estrtol(group, &s, 10); in xgetgrnamid()
|
D | lib.h | 176 long estrtol(char *str, char **end, int base);
|