Home
last modified time | relevance | path

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

123

/freebsd-12-stable/sys/cddl/compat/opensolaris/kern/
Dopensolaris_sunddi.c40 ddi_strtol(const char *str, char **nptr, int base, long *result) in ddi_strtol()
48 ddi_strtoul(const char *str, char **nptr, int base, unsigned long *result) in ddi_strtoul()
61 ddi_strtoull(const char *str, char **nptr, int base, unsigned long long *result) in ddi_strtoull()
69 ddi_strtoll(const char *str, char **nptr, int base, long long *result) in ddi_strtoll()
/freebsd-12-stable/lib/libc/locale/
Dwcstof.c46 wcstof_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstof_l()
92 wcstof(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr) in wcstof()
Dwcstod.c52 wcstod_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstod_l()
115 wcstod(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr) in wcstod()
Dwcstold.c46 wcstold_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstold_l()
92 wcstold(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr) in wcstold()
Dwcstoull.c57 wcstoull_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoull_l()
133 wcstoull(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoull()
Dwcstoumax.c57 wcstoumax_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoumax_l()
133 wcstoumax(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoumax()
Dwcstol.c51 wcstol_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int in wcstol_l()
129 wcstol(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) in wcstol()
Dwcstoimax.c57 wcstoimax_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoimax_l()
135 wcstoimax(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoimax()
Dwcstoll.c57 wcstoll_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoll_l()
135 wcstoll(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) in wcstoll()
Dwcstoul.c51 wcstoul_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoul_l()
127 wcstoul(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) in wcstoul()
/freebsd-12-stable/usr.sbin/pw/
Dpw_utils.c41 pw_checkfd(char *nptr) in pw_checkfd()
56 pw_checkid(char *nptr, uintmax_t maxval) in pw_checkid()
/freebsd-12-stable/lib/libc/stdlib/
Dstrtoimax.c56 strtoimax_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoimax_l()
152 strtoimax(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoimax()
Dstrtoumax.c56 strtoumax_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoumax_l()
130 strtoumax(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoumax()
Dstrtol.c56 strtol_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtol_l()
151 strtol(const char * __restrict nptr, char ** __restrict endptr, int base) in strtol()
Dstrtoll.c56 strtoll_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoll_l()
152 strtoll(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoll()
Dstrtoull.c56 strtoull_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoull_l()
130 strtoull(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoull()
Dstrtoul.c56 strtoul_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) in strtoul_l()
129 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoul()
Dstrtold.c39 strtold(const char * __restrict nptr, char ** __restrict endptr) in strtold()
Dreallocf.c37 void *nptr; in reallocf() local
Dstrtouq.c46 strtouq(const char *nptr, char **endptr, int base) in strtouq()
Dstrtoq.c46 strtoq(const char *nptr, char **endptr, int base) in strtoq()
/freebsd-12-stable/lib/libc/net/
Dgetnetbyht.c153 getnetent_r(struct netent *nptr, char *buffer, size_t buflen, in getnetent_r()
199 struct netent *nptr, ne; in _ht_getnetbyname() local
252 struct netent *nptr, ne; in _ht_getnetbyaddr() local
Dgetnetbynis.c143 struct netent *nptr, ne; in _nis_getnetbyname() local
188 struct netent *nptr, ne; in _nis_getnetbyaddr() local
/freebsd-12-stable/bin/sh/
Darith_yylex.c56 strtoarith_t(const char *restrict nptr, char **restrict endptr) in strtoarith_t()
/freebsd-12-stable/contrib/blacklist/port/
D_strtoi.h48 _FUNCNAME(const char * __restrict nptr, char ** __restrict endptr, int base, in _FUNCNAME()

123