HomeSort by relevance Sort by last modified time
    Searched refs:estrtol (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/site_tests/platform_CompressedSwap/src/
hog.c 20 long int estrtol(const char *s) { function
47 megabytes = estrtol(av[1]);
55 compression_factor = estrtol(av[2]);
  /external/toybox/lib/
lib.c 276 long estrtol(char *str, char **end, int base) function
285 long l = estrtol(str, end, base);
775 i = estrtol(pidstr, &s, 10);
805 mode = estrtol(str, &s, 8);
xwrap.c 544 uid = estrtol(user, &s, 10);
560 gid = estrtol(group, &s, 10);
lib.h 176 long estrtol(char *str, char **end, int base);

Completed in 117 milliseconds