Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_scanf.c91 typedef u_quad_t (*ccfntype)(const char *, char **, int); typedef
122 ccfntype ccfn; /* conversion function (strtoq/strtouq) */ in vsscanf()
209 ccfn = (ccfntype)strtoq; in vsscanf()
215 ccfn = (ccfntype)strtoq; in vsscanf()