Searched refs:ccfn (Results 1 – 2 of 2) sorted by relevance
376 ccfntype ccfn; /* conversion function (strtoq/strtouq) */ in vsscanf() local390 ccfn = NULL; /* XXX just to keep gcc happy */ in vsscanf()454 ccfn = (ccfntype)strtoq; in vsscanf()460 ccfn = (ccfntype)strtoq; in vsscanf()466 ccfn = strtouq; in vsscanf()472 ccfn = strtouq; in vsscanf()479 ccfn = strtouq; in vsscanf()501 ccfn = strtouq; in vsscanf()780 res = (*ccfn)(buf, (char **)NULL, base); in vsscanf()
236 u32 ccfn; member
Completed in 6 milliseconds