Searched refs:CT_CCL (Results 1 – 2 of 2) sorted by relevance
76 #define CT_CCL 1 // %[...] conversion macro247 c = CT_CCL; in __svfscanf()416 case CT_CCL: in __svfscanf()434 while ((c == CT_CCL || !IsSpace(*fp->_p)) && width != 0) { in __svfscanf()450 … if ((c == CT_CCL && wctob(wc) != EOF && !ccltab[wctob(wc)]) || (c == CT_STRING && iswspace(wc))) { in __svfscanf()478 if (c == CT_CCL && bytes != 0) { in __svfscanf()492 if (c == CT_CCL && n == 0) goto input_failure; in __svfscanf()517 if (c == CT_CCL && n == 0) goto input_failure; in __svfscanf()527 if (c == CT_CCL && n == 0) goto match_failure; in __svfscanf()
82 #define CT_CCL 1 /* %[...] conversion */ macro300 c = CT_CCL; in __vfwscanf()404 case CT_CCL: in __vfwscanf()411 …while ((wi = __fgetwc_unlock(fp)) != WEOF && width-- != 0 && ((c == CT_CCL && in_ccl(wi, ccl)) || … in __vfwscanf()415 …while ((wi = __fgetwc_unlock(fp)) != WEOF && width-- != 0 && ((c == CT_CCL && in_ccl(wi, ccl)) || … in __vfwscanf()424 …while ((wi = __fgetwc_unlock(fp)) != WEOF && width != 0 && ((c == CT_CCL && in_ccl(wi, ccl)) || (c… in __vfwscanf()440 if (c == CT_CCL && n == 0) goto match_failure; in __vfwscanf()