Searched refs:strtoui (Results 1 – 10 of 10) sorted by relevance
/external/mtools/ |
D | mdoctorfat.c | 111 offset = strtoui(optarg,&endptr,0); in mdoctorfat() 138 arg.fat = strtoui(argv[optind+1], 0, 0) + offset; in mdoctorfat() 149 begin = strtoui(number, &eptr, 0); in mdoctorfat() 152 end = strtoui(number, &eptr, 0); in mdoctorfat()
|
D | strtonum.c | 46 unsigned int strtoui(const char *nptr, char **endptr, int base) { in strtoui() function 52 return strtoui(str, 0, 0); in atoui()
|
D | mtools.h | 189 unsigned int strtoui(const char *nptr, char **endptr, int base);
|
D | mpartition.c | 378 begin = strtoui(optarg, &endptr, 0); in mpartition()
|
D | config.c | 272 * ((unsigned int *)global_switches[i].address) = strtoui(s,0,0); in get_env_conf()
|
D | configure.in | 221 strdup strndup strcspn strspn strtoul strtol strtoll strtoi strtoui \
|
D | config.h.in | 255 /* Define to 1 if you have the `strtoui' function. */
|
D | mformat.c | 1068 Fs->fat_len = strtoui(optarg,&endptr,0); in mformat()
|
D | configure | 6007 strdup strndup strcspn strspn strtoul strtol strtoll strtoi strtoui \
|
/external/google-breakpad/src/common/linux/ |
D | linux_libc_support_unittest.cc | 71 TEST(LinuxLibcSupportTest, strtoui) { in TEST() argument
|