Searched refs:ccfn (Results 1 – 1 of 1) sorted by relevance
122 ccfntype ccfn; /* conversion function (strtoq/strtouq) */ in vsscanf() local136 ccfn = NULL; /* XXX just to keep gcc happy */ in vsscanf()209 ccfn = (ccfntype)strtoq; in vsscanf()215 ccfn = (ccfntype)strtoq; in vsscanf()221 ccfn = strtouq; in vsscanf()227 ccfn = strtouq; in vsscanf()234 ccfn = strtouq; in vsscanf()256 ccfn = strtouq; in vsscanf()541 res = (*ccfn)(buf, (char **)NULL, base); in vsscanf()