Home
last modified time | relevance | path

Searched refs:strtoumax (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/lib/libc/stdlib/
Dstrtoumax.c42 strtoumax(const char *nptr, char **endptr, int base) in strtoumax() function
109 DEF_STRONG(strtoumax);
DMakefile.inc12 strtol.c strtoll.c strtonum.c strtoul.c strtoull.c strtoumax.c \
/openbsd/src/lib/libc/hidden/
Dinttypes.h26 PROTO_NORMAL(strtoumax);
/openbsd/src/gnu/llvm/libcxx/include/
Dcinttypes230 uintmax_t strtoumax(const char* restrict nptr, char** restrict endptr, int base);
265 using ::strtoumax _LIBCPP_USING_IF_EXISTS;
/openbsd/src/include/
Dinttypes.h258 uintmax_t strtoumax(const char *, char **, int);
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dcinttypes69 using ::strtoumax;
/openbsd/src/lib/libc/stdio/
Dvfscanf.c734 res = strtoumax(buf, NULL, base); in __svfscanf()
/openbsd/src/lib/libc/
DSymbols.list1590 strtoumax
/openbsd/src/libexec/login_ldap/
Daldap.c1359 buffer[i] = (char)strtoumax(hex, NULL, 16); in parseval()
/openbsd/src/usr.bin/ldap/
Daldap.c1359 buffer[i] = (char)strtoumax(hex, NULL, 16); in parseval()
/openbsd/src/usr.sbin/ypldap/
Daldap.c1395 buffer[i] = (char)strtoumax(hex, NULL, 16); in parseval()
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlclib.pod449 fputwc_unlocked() iswalnum() strtoumax()
759 __fpending() iswpunct() strtoumax()
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/tests/
Dmsan_test.cpp1868 TEST(MemorySanitizer, strtoumax) { in TEST() argument
1870 ASSERT_EQ(1U, strtoumax("1", &e, 10)); in TEST()
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DCSymbolMap.inc785 SYMBOL(strtoumax, None, <inttypes.h>)
DStdSymbolMap.inc1102 SYMBOL(strtoumax, std::, <cinttypes>)
/openbsd/src/sbin/iked/
Dparse.y1443 ul = strtoumax($1 + 2, &ep, 16);
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc3652 INTERCEPTOR(UINTMAX_T, strtoumax, const char *nptr, char **endptr, int base) {
3654 COMMON_INTERCEPTOR_ENTER(ctx, strtoumax, nptr, endptr, base);
3659 UINTMAX_T res = REAL(strtoumax)(nptr, &real_endptr, base);
3666 COMMON_INTERCEPT_FUNCTION(strtoumax);
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3021 fun:strtoumax=uninstrumented
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt2693 libc/src/inttypes/strtoumax.cpp
2694 libc/src/inttypes/strtoumax.h