Home
last modified time | relevance | path

Searched refs:strtouq (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_scanf.c221 ccfn = strtouq; in vsscanf()
227 ccfn = strtouq; in vsscanf()
234 ccfn = strtouq; in vsscanf()
256 ccfn = strtouq; in vsscanf()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_sunddi.c65 *result = (unsigned long long)strtouq(str, nptr, base); in ddi_strtoull()
/f-stack/freebsd/libkern/
H A Dstrtouq.c50 strtouq(const char *nptr, char **endptr, int base) in strtouq() function
/f-stack/freebsd/sys/
H A Dsystm.h338 u_quad_t strtouq(const char *, char **, int);