Home | Sort by: relevance | last modified time | path |
/src/lib/libc/stdio/ | |
vfscanf.c | 105 #define CT_CCL 1 /* %[...] conversion */ 311 c = CT_CCL; 469 case CT_CCL: |
vfwscanf.c | 100 #define CT_CCL 1 /* %[...] conversion */ 317 c = CT_CCL; 444 case CT_CCL: |