Home
last modified time | relevance | path

Searched refs:CT_CCL (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/kern/
HDsubr_scanf.c81 #define CT_CCL 1 /* %[...] conversion */ macro
223 c = CT_CCL; in kvsscanf()
317 case CT_CCL: in kvsscanf()
/dragonfly/lib/libc/stdio/
HDvfwscanf.c95 #define CT_CCL 1 /* %[...] conversion */ macro
599 c = CT_CCL; in __vfwscanf()
680 case CT_CCL: in __vfwscanf()
HDvfscanf.c100 #define CT_CCL 1 /* %[...] conversion */ macro
608 c = CT_CCL; in __svfscanf()
701 case CT_CCL: in __svfscanf()