Home
last modified time | relevance | path

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

12

/dragonfly/lib/libc/locale/
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()
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()
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()
HDwcstoumax.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()
HDwcstoll.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()
HDwcstoimax.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()
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()
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()
HDwcstoull.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()
/dragonfly/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()
/dragonfly/lib/libc/net/
HDgetnetbyht.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
HDgetnetbynis.c140 struct netent *nptr, ne; in _nis_getnetbyname() local
184 struct netent *nptr, ne; in _nis_getnetbyaddr() local
/dragonfly/lib/libc/stdlib/
HD_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()
HD_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()
HDstrtoq.c42 strtoq(const char *nptr, char **endptr, int base) in strtoq()
HDstrtouq.c42 strtouq(const char *nptr, char **endptr, int base) in strtouq()
HDreallocf.c34 void *nptr; in reallocf() local
HDstrtol.c44 strtold(const char * __restrict nptr, char ** __restrict endptr) in strtold()
/dragonfly/bin/sh/
HDarith_yylex.c56 strtoarith_t(const char *restrict nptr, char **restrict endptr) in strtoarith_t()
/dragonfly/sys/libkern/
HDstrtol.c49 strtol(const char *nptr, char **endptr, int base) in strtol()
HDstrtoul.c49 strtoul(const char *nptr, char **endptr, int base) in strtoul()
/dragonfly/stand/lib/
HDstrtol.c42 strtol(const char *nptr, char **endptr, int base) in strtol()
HDstrtoul.c48 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoul()
/dragonfly/lib/libc/citrus/
HD_strtol.h47 _FUNCNAME(const char *nptr, char **endptr, int base) in _FUNCNAME()
/dragonfly/contrib/dhcpcd/compat/
HD_strtoi.h51 _FUNCNAME(const char * __restrict nptr, char ** __restrict endptr, int base, in _FUNCNAME()

12