Home
last modified time | relevance | path

Searched defs:nptr (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_sunddi.c38 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 Dwcstod.c49 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 Dwcstof.c43 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 Dwcstold.c43 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 Dwcstoimax.c48 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 Dwcstol.c48 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 Dwcstoll.c48 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 Dwcstoul.c48 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 Dwcstoull.c48 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 Dwcstoumax.c48 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.h46 _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 Dstrtoimax.c50 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 Dstrtol.c50 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 Dstrtoll.c50 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 Dstrtoul.c50 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 Dstrtoull.c50 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 Dstrtoumax.c50 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 Dstrtold.c35 strtold(const char * __restrict nptr, char ** __restrict endptr) in strtold()
H A Dstrtoq.c40 strtoq(const char *nptr, char **endptr, int base) in strtoq()
H A Dreallocf.c33 void *nptr; in reallocf() local
H A Dstrtouq.c40 strtouq(const char *nptr, char **endptr, int base) in strtouq()
/freebsd/usr.sbin/pw/
H A Dpw_utils.c39 pw_checkfd(char *nptr) in pw_checkfd()
54 pw_checkid(char *nptr, uintmax_t maxval) in pw_checkid()
/freebsd/lib/libc/net/
H A Dgetnetbyht.c146 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 Dgetnetbynis.c140 struct netent *nptr, ne; in _nis_getnetbyname() local
185 struct netent *nptr, ne; in _nis_getnetbyaddr() local
/freebsd/bin/sh/
H A Darith_yylex.c54 strtoarith_t(const char *restrict nptr, char **restrict endptr) in strtoarith_t()

123