Searched refs:ccfntype (Results 1 - 1 of 1) sorted by path

/u-boot/lib/
H A Dsscanf.c359 typedef u64 (*ccfntype)(const char *, char **, int); typedef
376 ccfntype ccfn; /* conversion function (strtoq/strtouq) */
454 ccfn = (ccfntype)strtoq;
460 ccfn = (ccfntype)strtoq;

Completed in 83 milliseconds