Searched refs:strtoumax (Results 1 – 19 of 19) sorted by relevance
| /openbsd/src/lib/libc/stdlib/ |
| D | strtoumax.c | 42 strtoumax(const char *nptr, char **endptr, int base) in strtoumax() function 109 DEF_STRONG(strtoumax);
|
| D | Makefile.inc | 12 strtol.c strtoll.c strtonum.c strtoul.c strtoull.c strtoumax.c \
|
| /openbsd/src/lib/libc/hidden/ |
| D | inttypes.h | 26 PROTO_NORMAL(strtoumax);
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | cinttypes | 230 uintmax_t strtoumax(const char* restrict nptr, char** restrict endptr, int base); 265 using ::strtoumax _LIBCPP_USING_IF_EXISTS;
|
| /openbsd/src/include/ |
| D | inttypes.h | 258 uintmax_t strtoumax(const char *, char **, int);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/ |
| D | cinttypes | 69 using ::strtoumax;
|
| /openbsd/src/lib/libc/stdio/ |
| D | vfscanf.c | 734 res = strtoumax(buf, NULL, base); in __svfscanf()
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 1590 strtoumax
|
| /openbsd/src/libexec/login_ldap/ |
| D | aldap.c | 1359 buffer[i] = (char)strtoumax(hex, NULL, 16); in parseval()
|
| /openbsd/src/usr.bin/ldap/ |
| D | aldap.c | 1359 buffer[i] = (char)strtoumax(hex, NULL, 16); in parseval()
|
| /openbsd/src/usr.sbin/ypldap/ |
| D | aldap.c | 1395 buffer[i] = (char)strtoumax(hex, NULL, 16); in parseval()
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclib.pod | 449 fputwc_unlocked() iswalnum() strtoumax() 759 __fpending() iswpunct() strtoumax()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/msan/tests/ |
| D | msan_test.cpp | 1868 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/ |
| D | CSymbolMap.inc | 785 SYMBOL(strtoumax, None, <inttypes.h>)
|
| D | StdSymbolMap.inc | 1102 SYMBOL(strtoumax, std::, <cinttypes>)
|
| /openbsd/src/sbin/iked/ |
| D | parse.y | 1443 ul = strtoumax($1 + 2, &ep, 16);
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors.inc | 3652 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/ |
| D | libc_ubuntu1404_abilist.txt | 3021 fun:strtoumax=uninstrumented
|
| /openbsd/src/gnu/llvm/clang/docs/tools/ |
| D | clang-formatted-files.txt | 2693 libc/src/inttypes/strtoumax.cpp 2694 libc/src/inttypes/strtoumax.h
|