Searched defs:PRINT (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dsyn.h169 #define PRINT(p) {if ( (p)==NULL ) fatal("PRINT: NULL object");\ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfwprintf.c673 struct __siov *iovp; /* for PRINT macro */
702 * BEWARE, these `goto error' on error, PRINT uses `n2' and
706 #define PRINT(ptr, len) do { \ macro
712 #define PRINT(ptr, len) do { \ macro
734 PRINT(with, PADSIZE); \
737 PRINT(with, n); \
745 PRINT((p), n2); \
868 PRINT(cp, n);
1488 PRINT(&sign, 1);
1492 PRINT(o
[all...]

Completed in 35 milliseconds