Searched refs:strtoi (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/ |
D | strtoi.cpp | 9 intmax_t i = strtoi(nptr, &p, base, lo, hi, &status); in test_strtoi()
|
/external/mtools/ |
D | strtonum.c | 56 int strtoi(const char *nptr, char **endptr, int base) { in strtoi() function
|
D | mformat.c | 1091 fsVersion = strtoi(optarg,&endptr,0); in mformat() 1130 mediaDesc = strtoi(optarg,&endptr,0); in mformat() 1132 mediaDesc = strtoi(optarg,&endptr,16); in mformat()
|
D | mtools.h | 271 int strtoi(const char *nptr, char **endptr, int base);
|
D | floppyd_io.c | 489 *drive = strtoi(p, &p, 0); in get_host_and_port_and_drive()
|
D | mpartition.c | 416 type = strtoi(optarg, &endptr, 0); in mpartition()
|
D | config.c | 265 * ((int *)global_switches[i].address) = strtoi(s,0,0); in get_env_conf()
|
D | configure.in | 172 strdup strndup strcspn strspn strtoul strtol strtoll strtoi strtoui \
|
D | config.h.in | 240 /* Define to 1 if you have the `strtoi' function. */
|
D | configure | 5460 strdup strndup strcspn strspn strtoul strtol strtoll strtoi strtoui \
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 8184 INTERCEPTOR(INTMAX_T, strtoi, const char *nptr, char **endptr, int base, 8187 COMMON_INTERCEPTOR_ENTER(ctx, strtoi, nptr, endptr, base, low, high, rstatus); 8189 INTMAX_T ret = REAL(strtoi)(nptr, &real_endptr, base, low, high, rstatus); 8208 COMMON_INTERCEPT_FUNCTION(strtoi); \
|