/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | strtol.c | 58 # define strtol __wcstoull_l macro 60 # define strtol __wcstoul_l macro 64 # define strtol __strtoull_l macro 66 # define strtol __strtoul_l macro 72 # define strtol __wcstoll_l macro 74 # define strtol __wcstol_l macro 78 # define strtol __strtoll_l macro 80 # define strtol __strtol_l macro 88 # define strtol wcstoull macro 90 # define strtol wcstoul macro [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
H A D | strtol.c | 58 # define strtol __wcstoull_l macro 60 # define strtol __wcstoul_l macro 64 # define strtol __strtoull_l macro 66 # define strtol __strtoul_l macro 72 # define strtol __wcstoll_l macro 74 # define strtol __wcstol_l macro 78 # define strtol __strtoll_l macro 80 # define strtol __strtol_l macro 88 # define strtol wcstoull macro 90 # define strtol wcstoul macro [all …]
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | strtol.c | 66 # define strtol __wcstoull_l macro 68 # define strtol __wcstoul_l macro 72 # define strtol __strtoull_l macro 74 # define strtol __strtoul_l macro 80 # define strtol __wcstoll_l macro 82 # define strtol __wcstol_l macro 86 # define strtol __strtoll_l macro 88 # define strtol __strtol_l macro 96 # define strtol wcstoull macro 98 # define strtol wcstoul macro [all …]
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | strtol.c | 73 # define strtol __wcstoull_l macro 75 # define strtol __wcstoul_l macro 79 # define strtol __strtoull_l macro 81 # define strtol __strtoul_l macro 87 # define strtol __wcstoll_l macro 89 # define strtol __wcstol_l macro 93 # define strtol __strtoll_l macro 95 # define strtol __strtol_l macro 103 # define strtol wcstoull macro 105 # define strtol wcstoul macro [all …]
|
H A D | strtoimax.c | 81 # define strtol strtoul macro
|
/netbsd-src/external/gpl2/grep/dist/lib/ |
H A D | strtol.c | 77 # define strtol __wcstoull_l macro 79 # define strtol __wcstoul_l macro 83 # define strtol __strtoull_l macro 85 # define strtol __strtoul_l macro 91 # define strtol __wcstoll_l macro 93 # define strtol __wcstol_l macro 97 # define strtol __strtoll_l macro 99 # define strtol __strtol_l macro 107 # define strtol wcstoull macro 109 # define strtol wcstoul macro [all …]
|
/netbsd-src/sys/arch/ia64/stand/common/ |
H A D | strtol.c | 57 strtol(const char *nptr, char **endptr, int base) in strtol() function
|
/netbsd-src/external/bsd/nvi/dist/clib/ |
H A D | strtol.c | 59 strtol(const char *nptr, char **endptr, register int base) in strtol() function
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | strtol.c | 90 strtol(const char *nptr, char **endptr, register int base) in strtol() function
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | strtol.c | 90 strtol(const char *nptr, char **endptr, register int base) in strtol() function
|
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/ |
H A D | strtol.c | 90 strtol(const char *nptr, char **endptr, register int base) in strtol() function
|
/netbsd-src/external/gpl3/gdb/dist/libiberty/ |
H A D | strtol.c | 90 strtol(const char *nptr, char **endptr, register int base) in strtol() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | strtol.c | 90 strtol(const char *nptr, char **endptr, register int base) in strtol() function
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | strtol.c | 90 strtol(const char *nptr, char **endptr, register int base) in strtol() function
|
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
H A D | strtol.c | 49 long strtol(str, ptr, base) in strtol() function
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/ |
H A D | hwcdrv.h | 93 #define strtol CALL_UTIL(strtol) macro
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/common/ |
H A D | hwcdrv.h | 93 #define strtol CALL_UTIL(strtol) macro
|
/netbsd-src/sys/arch/pmax/include/ |
H A D | dec_prom.h | 170 #define strtol (*callv -> _strtol) macro
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | collector_module.h | 103 long int (*strtol)(const char *nptr, char **endptr, int base); member
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | collector_module.h | 99 long int (*strtol)(const char *nptr, char **endptr, int base); member
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cpp | 475 INTERCEPTOR(long, strtol, const char *nptr, char **endptr, int base) { in INTERCEPTOR() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cc | 486 INTERCEPTOR(long, strtol, const char *nptr, // NOLINT in INTERCEPTOR() argument
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_interceptors.cc | 483 INTERCEPTOR(long, strtol, const char *nptr, // NOLINT in INTERCEPTOR() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 186 strtol, 89 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 186 strtol, 89 keyword
|