/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_sunddi.c | 38 ddi_strtol(const char *str, char **nptr, int base, long *result) in ddi_strtol() 46 ddi_strtoull(const char *str, char **nptr, int base, unsigned long long *result) in ddi_strtoull() 54 ddi_strtoll(const char *str, char **nptr, int base, long long *result) in ddi_strtoll()
|
/freebsd/lib/libc/locale/ |
H A D | wcstod.c | 49 wcstod_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstod_l() 112 wcstod(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr) in wcstod()
|
H A D | wcstof.c | 43 wcstof_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstof_l() 89 wcstof(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr) in wcstof()
|
H A D | wcstold.c | 43 wcstold_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstold_l() 89 wcstold(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr) in wcstold()
|
H A D | wcstoimax.c | 48 wcstoimax_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoimax_l() 136 wcstoimax(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoimax()
|
H A D | wcstol.c | 48 wcstol_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int in wcstol_l() 136 wcstol(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) in wcstol()
|
H A D | wcstoll.c | 48 wcstoll_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoll_l() 136 wcstoll(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) in wcstoll()
|
H A D | wcstoul.c | 48 wcstoul_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoul_l() 134 wcstoul(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) in wcstoul()
|
H A D | wcstoull.c | 48 wcstoull_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoull_l() 134 wcstoull(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoull()
|
H A D | wcstoumax.c | 48 wcstoumax_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoumax_l() 134 wcstoumax(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoumax()
|
/freebsd/contrib/bmake/ |
H A D | _strtol.h | 46 _FUNCNAME(const char *nptr, char **endptr, int base) in _FUNCNAME() 203 _FUNCNAME(const char *nptr, char **endptr, int base) in _FUNCNAME()
|
/freebsd/lib/libc/stdlib/ |
H A D | strtoimax.c | 50 strtoimax_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoimax_l() 153 strtoimax(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoimax()
|
H A D | strtol.c | 50 strtol_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtol_l() 152 strtol(const char * __restrict nptr, char ** __restrict endptr, int base) in strtol()
|
H A D | strtoll.c | 50 strtoll_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoll_l() 154 strtoll(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoll()
|
H A D | strtoul.c | 50 strtoul_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) in strtoul_l() 130 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoul()
|
H A D | strtoull.c | 50 strtoull_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoull_l() 131 strtoull(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoull()
|
H A D | strtoumax.c | 50 strtoumax_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoumax_l() 131 strtoumax(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoumax()
|
H A D | strtold.c | 35 strtold(const char * __restrict nptr, char ** __restrict endptr) in strtold()
|
H A D | strtoq.c | 40 strtoq(const char *nptr, char **endptr, int base) in strtoq()
|
H A D | reallocf.c | 33 void *nptr; in reallocf() local
|
H A D | strtouq.c | 40 strtouq(const char *nptr, char **endptr, int base) in strtouq()
|
/freebsd/usr.sbin/pw/ |
H A D | pw_utils.c | 39 pw_checkfd(char *nptr) in pw_checkfd() 54 pw_checkid(char *nptr, uintmax_t maxval) in pw_checkid()
|
/freebsd/lib/libc/net/ |
H A D | getnetbyht.c | 146 getnetent_r(struct netent *nptr, char *buffer, size_t buflen, in getnetent_r() 192 struct netent *nptr, ne; in _ht_getnetbyname() local 245 struct netent *nptr, ne; in _ht_getnetbyaddr() local
|
H A D | getnetbynis.c | 140 struct netent *nptr, ne; in _nis_getnetbyname() local 185 struct netent *nptr, ne; in _nis_getnetbyaddr() local
|
/freebsd/bin/sh/ |
H A D | arith_yylex.c | 54 strtoarith_t(const char *restrict nptr, char **restrict endptr) in strtoarith_t()
|