Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDsubr_scanf.c88 #define CT_INT 3 /* integer, i.e., strtoq or strtouq */ macro
206 c = CT_INT; in vsscanf()
212 c = CT_INT; in vsscanf()
218 c = CT_INT; in vsscanf()
224 c = CT_INT; in vsscanf()
231 c = CT_INT; in vsscanf()
253 c = CT_INT; in vsscanf()
415 case CT_INT: in vsscanf()
/freebsd-14-stable/contrib/sendmail/libsm/
HDvfscanf.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:
/freebsd-14-stable/lib/libc/stdio/
HDvfscanf.c91 #define CT_INT 3 /* %[dioupxX] conversion */ macro
621 c = CT_INT; in __svfscanf()
627 c = CT_INT; in __svfscanf()
632 c = CT_INT; in __svfscanf()
637 c = CT_INT; in __svfscanf()
643 c = CT_INT; in __svfscanf()
650 c = CT_INT; in __svfscanf()
685 c = CT_INT; /* assumes sizeof(uintmax_t) */ in __svfscanf()
798 case CT_INT: in __svfscanf()
HDvfwscanf.c89 #define CT_INT 3 /* %[dioupxX] conversion */ macro
605 c = CT_INT; in __vfwscanf()
611 c = CT_INT; in __vfwscanf()
616 c = CT_INT; in __vfwscanf()
621 c = CT_INT; in __vfwscanf()
627 c = CT_INT; in __vfwscanf()
634 c = CT_INT; in __vfwscanf()
680 c = CT_INT; /* assumes sizeof(uintmax_t) */ in __vfwscanf()
783 case CT_INT: in __vfwscanf()