Home
last modified time | relevance | path

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

12

/dflybsd-src/lib/libc/locale/
H A Dwcstod.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()
H A Dwcstold.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()
H A Dwcstof.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()
H A Dwcstoul.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()
H A Dwcstoimax.c50 wcstoimax_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoimax_l()
131 wcstoimax(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoimax()
H A Dwcstoull.c50 wcstoull_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoull_l()
129 wcstoull(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoull()
H A Dwcstoumax.c50 wcstoumax_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoumax_l()
129 wcstoumax(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoumax()
H A Dwcstol.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()
H A Dwcstoll.c50 wcstoll_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoll_l()
131 wcstoll(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) in wcstoll()
/dflybsd-src/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()
/dflybsd-src/lib/libc/net/
H A Dgetnetbyht.c147 getnetent_r(struct netent *nptr, char *buffer, size_t buflen, in getnetent_r()
191 struct netent *nptr, ne; in _ht_getnetbyname() local
243 struct netent *nptr, ne; in _ht_getnetbyaddr() local
H A Dgetnetbynis.c140 struct netent *nptr, ne; in _nis_getnetbyname() local
184 struct netent *nptr, ne; in _nis_getnetbyaddr() local
/dflybsd-src/lib/libc/stdlib/
H A D_strtoul.h47 _FUNCNAME_L(const char * __restrict nptr, char ** __restrict endptr, int base, in _FUNCNAME_L()
133 _FUNCNAME(const char * __restrict nptr, char ** __restrict endptr, int base) in _FUNCNAME()
H A D_strtol.h47 _FUNCNAME_L(const char * __restrict nptr, char ** __restrict endptr, int base, in _FUNCNAME_L()
164 _FUNCNAME(const char * __restrict nptr, char ** __restrict endptr, int base) in _FUNCNAME()
H A Dstrtouq.c42 strtouq(const char *nptr, char **endptr, int base) in strtouq()
H A Dreallocf.c34 void *nptr; in reallocf() local
H A Dstrtoq.c42 strtoq(const char *nptr, char **endptr, int base) in strtoq()
H A Dstrtol.c44 strtold(const char * __restrict nptr, char ** __restrict endptr) in strtold()
/dflybsd-src/bin/sh/
H A Darith_yylex.c56 strtoarith_t(const char *restrict nptr, char **restrict endptr) in strtoarith_t()
/dflybsd-src/stand/lib/
H A Dstrtoul.c48 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoul()
H A Dstrtol.c42 strtol(const char *nptr, char **endptr, int base) in strtol()
/dflybsd-src/sys/libkern/
H A Dstrtol.c49 strtol(const char *nptr, char **endptr, int base) in strtol()
H A Dstrtoul.c49 strtoul(const char *nptr, char **endptr, int base) in strtoul()
H A Dstrtouq.c47 strtouq(const char *nptr, char **endptr, int base) in strtouq()
/dflybsd-src/contrib/dhcpcd/compat/
H A D_strtoi.h51 _FUNCNAME(const char * __restrict nptr, char ** __restrict endptr, int base, in _FUNCNAME()

12