Home
last modified time | relevance | path

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

123

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
HDspl_sunddi.c41 ddi_strtol(const char *str, char **nptr, int base, long *result) in ddi_strtol()
49 ddi_strtoul(const char *str, char **nptr, int base, unsigned long *result) in ddi_strtoul()
62 ddi_strtoull(const char *str, char **nptr, int base, unsigned long long *result) in ddi_strtoull()
70 ddi_strtoll(const char *str, char **nptr, int base, long long *result) in ddi_strtoll()
/freebsd-13-stable/lib/libc/locale/
HDwcstold.c44 wcstold_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstold_l()
90 wcstold(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr) in wcstold()
HDwcstof.c44 wcstof_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstof_l()
90 wcstof(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr) in wcstof()
HDwcstod.c50 wcstod_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstod_l()
113 wcstod(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr) in wcstod()
HDwcstoll.c55 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()
HDwcstoimax.c55 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()
HDwcstoul.c49 wcstoul_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoul_l()
128 wcstoul(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) in wcstoul()
HDwcstoumax.c55 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()
HDwcstol.c49 wcstol_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int in wcstol_l()
130 wcstol(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) in wcstol()
HDwcstoull.c55 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()
/freebsd-13-stable/usr.sbin/pw/
HDpw_utils.c39 pw_checkfd(char *nptr) in pw_checkfd()
54 pw_checkid(char *nptr, uintmax_t maxval) in pw_checkid()
/freebsd-13-stable/contrib/bmake/
HD_strtol.h46 _FUNCNAME(const char *nptr, char **endptr, int base) in _FUNCNAME()
203 _FUNCNAME(const char *nptr, char **endptr, int base) in _FUNCNAME()
/freebsd-13-stable/lib/libc/stdlib/
HDstrtoimax.c54 strtoimax_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoimax_l()
150 strtoimax(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoimax()
HDstrtol.c54 strtol_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtol_l()
149 strtol(const char * __restrict nptr, char ** __restrict endptr, int base) in strtol()
HDstrtoul.c54 strtoul_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) in strtoul_l()
127 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoul()
HDstrtoll.c54 strtoll_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoll_l()
150 strtoll(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoll()
HDstrtoumax.c54 strtoumax_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoumax_l()
128 strtoumax(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoumax()
HDstrtoull.c54 strtoull_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoull_l()
128 strtoull(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoull()
HDstrtold.c36 strtold(const char * __restrict nptr, char ** __restrict endptr) in strtold()
HDreallocf.c34 void *nptr; in reallocf() local
HDstrtouq.c44 strtouq(const char *nptr, char **endptr, int base) in strtouq()
HDstrtoq.c44 strtoq(const char *nptr, char **endptr, int base) in strtoq()
/freebsd-13-stable/lib/libc/net/
HDgetnetbyht.c151 getnetent_r(struct netent *nptr, char *buffer, size_t buflen, in getnetent_r()
197 struct netent *nptr, ne; in _ht_getnetbyname() local
250 struct netent *nptr, ne; in _ht_getnetbyaddr() local
HDgetnetbynis.c141 struct netent *nptr, ne; in _nis_getnetbyname() local
186 struct netent *nptr, ne; in _nis_getnetbyaddr() local
/freebsd-13-stable/bin/sh/
HDarith_yylex.c54 strtoarith_t(const char *restrict nptr, char **restrict endptr) in strtoarith_t()

123