Searched defs:PRINT (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libprtdiag/inc/ |
H A D | display.h | 40 #define PRINT 1 macro
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | strfmon.c | 60 #define PRINT(CH) { \ macro 69 PRINT(*tmps++); \ 153 PRINT(*fmt++); 313 PRINT(' '); 316 PRINT('('); 322 PRINT(' '); 330 PRINT(space_char); 333 PRINT(' '); 335 PRINT(space_char); 345 PRINT(' '); [all...] |
/illumos-gate/usr/src/cmd/id/ |
H A D | id.c | 50 typedef enum PRINT { enum 55 } PRINT; typedef in typeref:enum:PRINT 56 static PRINT mode = CURR;
|
/illumos-gate/usr/src/cmd/adbgen/common/ |
H A D | adbgen1.c | 70 #define PRINT 6 /* print member name with format */ macro 420 return (PRINT); 448 case PRINT:
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | args.c | 57 #define PRINT 2 macro 180 action = PRINT; 327 if(action==PRINT)
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | vfprintf.c | 185 register struct sm_iov *iovp;/* for PRINT macro */ 222 #define PRINT(ptr, len) do { \ macro 239 PRINT(with, PADSIZE); \ 242 PRINT(with, n); \ 351 PRINT(cp, m); 554 PRINT(out, len); 757 PRINT(&sign, 1); 763 PRINT(ox, 2); 774 PRINT(cp, size);
|
/illumos-gate/usr/src/cmd/lms/ |
H A D | types.h | 151 #define PRINT(...) printf(__VA_ARGS__) macro 154 #define PRINT(format, arg...) printf(format, ##arg) macro 159 #define PRINT(...) macro 162 #define PRINT(format, arg...) macro
|
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | ch.c | 40 #define PRINT(a) printf a macro 43 #define PRINT(a) macro 390 PRINT(("driver %s unit: %d\n", driver, unit)); 394 PRINT(("macinfo allocation failed\n")); 402 PRINT(("zalloc of chp failed\n")); 415 PRINT(("attach macinfo: %p chp: %p\n", macinfo, chp)); 435 PRINT(("PCI config setup failed\n")); 495 PRINT(("IDs: %x,%x,%x\n", VendorID, DeviceID, SubDeviceID)); 496 PRINT(("Command: %x\n", Command)); 509 PRINT(("ma [all...] |
/illumos-gate/usr/src/cmd/find/ |
H A D | find.c | 85 PRINT, enumerator in enum:Command 151 "-print", PRINT, Unary, 186 static struct Node PRINT_NODE = { 0, PRINT, 0, 0}; 328 * with a PRINT node as its next node 429 enum Command wasop = PRINT; 453 wasop = PRINT; 722 case PRINT: 1067 case PRINT: 1070 (np->action == PRINT) ? '\n' : '\0');
|
Completed in 91 milliseconds