/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | strfmon.c | 60 #define PRINT(CH) { \ macro 69 PRINT(*tmps++); \ 153 PRINT(*fmt++); in strfmon_impl() 313 PRINT(' '); in strfmon_impl() 316 PRINT('('); in strfmon_impl() 322 PRINT(' '); in strfmon_impl() 330 PRINT(space_char); in strfmon_impl() 333 PRINT(' '); in strfmon_impl() 335 PRINT(space_char); in strfmon_impl() 345 PRINT(' '); in strfmon_impl() [all …]
|
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/ |
H A D | gram.y | 37 %token DELETE MAPS PLTSKIP WHERE PRINT OBJPAD QSTRING VARSTRING ECHO_OUT 211 | PRINT VARSTRING NEWLINE 217 | PRINT address NEWLINE 222 | PRINT address NUMBER NEWLINE 227 | PRINT address NUMBER SYMBOL NEWLINE
|
H A D | lex.l | 62 ^{ws}*print {return (PRINT);}
|
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | ch.c | 41 #define PRINT(a) printf a macro 44 #define PRINT(a) macro 392 PRINT(("driver %s unit: %d\n", driver, unit)); in ch_attach() 396 PRINT(("macinfo allocation failed\n")); in ch_attach() 404 PRINT(("zalloc of chp failed\n")); in ch_attach() 417 PRINT(("attach macinfo: %p chp: %p\n", macinfo, chp)); in ch_attach() 437 PRINT(("PCI config setup failed\n")); in ch_attach() 497 PRINT(("IDs: %x,%x,%x\n", VendorID, DeviceID, SubDeviceID)); in ch_attach() 498 PRINT(("Command: %x\n", Command)); in ch_attach() 511 PRINT(("map registers failed\n")); in ch_attach() [all …]
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | vfprintf.c | 220 #define PRINT(ptr, len) do { \ macro 237 PRINT(with, PADSIZE); \ 240 PRINT(with, n); \ 349 PRINT(cp, m); 552 PRINT(out, len); 755 PRINT(&sign, 1); 761 PRINT(ox, 2); 772 PRINT(cp, size);
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 73 %token <node> PRINT PRINTF 174 $$ = node(PACT, $1, node(PRINT, NNULL, NNULL)); 456 | PRINT eexprlist fileout SEMI { 457 $$ = node(PRINT, $2, $3); 459 | PRINT LPAREN exprlist RPAREN fileout SEMI { 460 $$ = node(PRINT, $3, $5);
|
H A D | awk0.c | 51 M_MB_L("print"), KEYWORD, PRINT, NULL,
|
H A D | awk1.c | 796 case PRINT: in lexid()
|
H A D | awk3.c | 674 case PRINT: in action()
|
/illumos-gate/usr/src/cmd/id/ |
H A D | id.c | 48 typedef enum PRINT { enum 53 } PRINT; typedef 54 static PRINT mode = CURR;
|
/illumos-gate/usr/src/cmd/adbgen/common/ |
H A D | adbgen1.c | 68 #define PRINT 6 /* print member name with format */ macro 418 return (PRINT); in get_type() 446 case PRINT: in generate()
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.g.y | 92 %token <i> PRINT PRINTF SPRINTF 117 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR 208 pa_pat { $$ = stat2(PASTAT, $1, stat2(PRINT, rectonode(), NIL)); } 210 | pa_pat ',' opt_nl pa_pat { $$ = pa2stat($1, $4, stat2(PRINT, rectonode(), NIL)); } 302 PRINT | PRINTF
|
H A D | maketab.c | 108 { PRINT, "printstat", "print" },
|
H A D | lex.c | 75 { "print", PRINT, PRINT },
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | awk.g.y | 42 %token PRINT PRINTF SPRINTF SPLIT 299 PRINT print_list redir expr 301 | PRINT print_list
|
H A D | awk.lx.l | 133 <A>print { yylval = PRINT; RETURN(PRINT); }
|
H A D | makeprctab.c | 70 { PRINT, "print", "print"},
|
H A D | parse.c | 240 x = stat2(PRINT, valtonode(lookup(L_record, symtab, 0), CFLD), NULL); in genprint()
|
/illumos-gate/usr/src/lib/libprtdiag/inc/ |
H A D | display.h | 38 #define PRINT 1 macro
|
/illumos-gate/usr/src/cmd/find/ |
H A D | find.c | 88 PRINT, enumerator 157 "-print", PRINT, Unary, 195 static struct Node PRINT_NODE = { 0, PRINT, 0, 0}; 437 enum Command wasop = PRINT; in compile() 461 wasop = PRINT; in compile() 791 case PRINT: in compile() 1195 case PRINT: in execute() 1198 (np->action == PRINT) ? '\n' : '\0'); in execute()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore.h | 176 PRINT((p_dev)->dp_ctx, "[%s:%d(%s)]" fmt, \ 187 PRINT((p_dev)->dp_ctx, "[%s:%d(%s)]" fmt, \ 198 PRINT((p_dev)->dp_ctx, "[%s:%d(%s)]" fmt, \
|
H A D | bcm_osal.h | 540 #define PRINT(_dp_ctx, _fmt, ...) \ macro
|
H A D | release.txt | 5089 passed to PRINT() and PRINT_ERR().
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | args.c | 60 #define PRINT 2 macro 183 action = PRINT; in sh_argopts() 336 if(action==PRINT) in sh_argopts()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | osal.txt | 649 - void PRINT(void *dp_ctx, char *format_string, ...)
|