Searched refs:VPRINT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dvcmd.h69 #define VPRINT 0100 macro
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dvfprintf.c1155 #define VPRINT(type, ind, args...) do { \ macro
1194 #define VPRINT(type, ind, args...) do { \ macro
1229 VPRINT(vtype, 0);
1236 VPRINT(vtype, i);
1240 VPRINT(vtype, 0, prec);
1247 VPRINT(vtype, i, prec);
1253 VPRINT(vtype, 0, width);
1260 VPRINT(vtype, i, width);
1264 VPRINT(vtype, 0, width, prec);
1271 VPRINT(vtyp
1275 #undef VPRINT macro
[all...]
H A Dvfwprintf.c1225 #define VPRINT(type, ind, args...) do { \ macro
1263 #define VPRINT(type, ind, args...) do { \ macro
1297 VPRINT(vtype, 0);
1304 VPRINT(vtype, i);
1308 VPRINT(vtype, 0, prec);
1315 VPRINT(vtype, i, prec);
1321 VPRINT(vtype, 0, width);
1328 VPRINT(vtype, i, width);
1332 VPRINT(vtype, 0, width, prec);
1339 VPRINT(vtyp
1343 #undef VPRINT macro
[all...]

Completed in 81 milliseconds