Searched refs:ccfn (Results 1 – 4 of 4) sorted by relevance
100 u_long (*ccfn)CCFN_PARAMS=0; in _scanf_i()110 ccfn = (pdata->code == CT_INT) ? (u_long (*)CCFN_PARAMS)strtol : strtoul; in _scanf_i()217 ul = (*ccfn) (pdata->buf, (char **) NULL, pdata->base); in _scanf_i()
309 unsigned long (*ccfn)CCFN_PARAMS=0; /* conversion function (wcstol/wcstoul) */ in _SVFWSCANF() local673 ccfn = (unsigned long (*)CCFN_PARAMS)wcstol; in _SVFWSCANF()679 ccfn = (unsigned long (*)CCFN_PARAMS)wcstol; in _SVFWSCANF()685 ccfn = wcstoul; in _SVFWSCANF()691 ccfn = wcstoul; in _SVFWSCANF()699 ccfn = wcstoul; in _SVFWSCANF()761 ccfn = wcstoul; in _SVFWSCANF()1232 res = (*ccfn) (buf, (wchar_t **) NULL, base); in _SVFWSCANF()1268 if (ccfn == wcstoul) in _SVFWSCANF()
531 u_long (*ccfn)CCFN_PARAMS=0; /* conversion function (strtol/strtoul) */ in _SVFSCANF()777 ccfn = (u_long (*)CCFN_PARAMS)strtol; in _SVFSCANF()783 ccfn = (u_long (*)CCFN_PARAMS)strtol; in _SVFSCANF()792 ccfn = strtoul; in _SVFSCANF()798 ccfn = strtoul; in _SVFSCANF()806 ccfn = strtoul; in _SVFSCANF()855 ccfn = strtoul; in _SVFSCANF()1469 res = (*ccfn) (buf, (char **) NULL, base); in _SVFSCANF()1505 if (ccfn == strtoul) in _SVFSCANF()
7384 * libc/stdio/vfscanf.c: Proper prototyping for ccfn, remove prototype