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

/bionic/linker/
H A Dlinker_debug.h72 #define PRINT(x...) _PRINTVF(-1, x) macro
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvfprintf.c279 struct __siov *iovp; /* for PRINT macro */
355 #define PRINT(ptr, len) do { \ macro
369 PRINT(with, PADSIZE); \
372 PRINT(with, n); \
380 PRINT((p), n2); \
500 PRINT(cp, m);
1001 PRINT(&sign, 1);
1004 PRINT(ox, 2);
1017 PRINT(cp, size);
1023 PRINT(zeroe
[all...]
H A Dvfwprintf.c351 * BEWARE, these `goto error' on error, PRINT uses 'n3',
354 #define PRINT(ptr, len) do { \ macro
363 PRINT(with, PADSIZE); \
366 PRINT(with, n); \
374 PRINT((p), n2); \
476 PRINT(cp, m);
977 PRINT(&sign, 1);
980 PRINT(ox, 2);
993 PRINT(cp, size);
999 PRINT(zeroe
[all...]

Completed in 1315 milliseconds