Home
last modified time | relevance | path

Searched refs:CT_INT (Results 1 – 4 of 4) sorted by relevance

/src/sys/kern/
H A Dsubr_scanf.c80 #define CT_INT 3 /* integer, i.e., strtoq or strtouq */ macro
198 c = CT_INT; in vsscanf()
204 c = CT_INT; in vsscanf()
210 c = CT_INT; in vsscanf()
216 c = CT_INT; in vsscanf()
223 c = CT_INT; in vsscanf()
245 c = CT_INT; in vsscanf()
407 case CT_INT: in vsscanf()
/src/contrib/sendmail/libsm/
H A Dvfscanf.c60 #define CT_INT 3 /* integer, i.e., strtoll or strtoull */ macro
242 c = CT_INT;
248 c = CT_INT;
257 c = CT_INT;
263 c = CT_INT;
271 c = CT_INT;
301 c = CT_INT;
326 c = CT_INT;
495 case CT_INT:
/src/lib/libc/stdio/
H A Dvfwscanf.c84 #define CT_INT 3 /* %[dioupxX] conversion */ macro
597 c = CT_INT; in __vfwscanf()
603 c = CT_INT; in __vfwscanf()
608 c = CT_INT; in __vfwscanf()
613 c = CT_INT; in __vfwscanf()
619 c = CT_INT; in __vfwscanf()
626 c = CT_INT; in __vfwscanf()
670 c = CT_INT; /* assumes sizeof(uintmax_t) */ in __vfwscanf()
773 case CT_INT: in __vfwscanf()
H A Dvfscanf.c86 #define CT_INT 3 /* %[dioupxX] conversion */ macro
613 c = CT_INT; in __svfscanf()
619 c = CT_INT; in __svfscanf()
624 c = CT_INT; in __svfscanf()
629 c = CT_INT; in __svfscanf()
635 c = CT_INT; in __svfscanf()
642 c = CT_INT; in __svfscanf()
675 c = CT_INT; /* assumes sizeof(uintmax_t) */ in __svfscanf()
788 case CT_INT: in __svfscanf()