Home
last modified time | relevance | path

Searched refs:PRINT (Results 1 – 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrfmon.c153 PRINT(*fmt++); in strfmon_impl()
313 PRINT(' '); in strfmon_impl()
316 PRINT('('); in strfmon_impl()
322 PRINT(' '); in strfmon_impl()
333 PRINT(' '); in strfmon_impl()
345 PRINT(' '); in strfmon_impl()
358 PRINT(' '); in strfmon_impl()
366 PRINT(' '); in strfmon_impl()
371 PRINT(')'); in strfmon_impl()
376 PRINT(' '); in strfmon_impl()
[all …]
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dgram.y37 %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 Dlex.l62 ^{ws}*print {return (PRINT);}
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.c41 #define PRINT(a) printf a macro
44 #define PRINT(a) macro
404 PRINT(("zalloc of chp failed\n")); in ch_attach()
498 PRINT(("Command: %x\n", Command)); in ch_attach()
511 PRINT(("map registers failed\n")); in ch_attach()
537 PRINT(("PE Version: %x\n", Version)); in ch_attach()
548 PRINT(("iblock cookie failed\n")); in ch_attach()
578 PRINT(("add_intr failed\n")); in ch_attach()
669 PRINT(("gld_register failed\n")); in ch_attach()
704 PRINT(("attach resume\n")); in ch_attach()
[all …]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c220 #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 Dawk.y74 %token <node> PRINT PRINTF
175 $$ = node(PACT, $1, node(PRINT, NNULL, NNULL));
457 | PRINT eexprlist fileout SEMI = {
458 $$ = node(PRINT, $2, $3);
460 | PRINT LPAREN exprlist RPAREN fileout SEMI = {
461 $$ = node(PRINT, $3, $5);
H A Dawk0.c51 M_MB_L("print"), KEYWORD, PRINT, NULL,
H A Dawk1.c796 case PRINT: in lexid()
H A Dawk3.c674 case PRINT: in action()
/illumos-gate/usr/src/cmd/id/
H A Did.c48 typedef enum PRINT { enum
53 } PRINT; typedef
54 static PRINT mode = CURR;
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbgen1.c68 #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 Dawk.g.y92 %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 Dmaketab.c108 { PRINT, "printstat", "print" },
H A Dlex.c75 { "print", PRINT, PRINT },
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.g.y42 %token PRINT PRINTF SPRINTF SPLIT
299 PRINT print_list redir expr
301 | PRINT print_list
H A Dmakeprctab.c70 { PRINT, "print", "print"},
H A Dawk.lx.l133 <A>print { yylval = PRINT; RETURN(PRINT); }
H A Dparse.c240 x = stat2(PRINT, valtonode(lookup(L_record, symtab, 0), CFLD), NULL); in genprint()
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Ddisplay.h38 #define PRINT 1 macro
/illumos-gate/usr/src/cmd/find/
H A Dfind.c87 PRINT, enumerator
153 "-print", PRINT, Unary,
188 static struct Node PRINT_NODE = { 0, PRINT, 0, 0};
430 enum Command wasop = PRINT; in compile()
454 wasop = PRINT; in compile()
723 case PRINT: in compile()
1111 case PRINT: in execute()
1114 (np->action == PRINT) ? '\n' : '\0'); in execute()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore.h176 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 Dbcm_osal.h540 #define PRINT(_dp_ctx, _fmt, ...) \ macro
H A Drelease.txt5089 passed to PRINT() and PRINT_ERR().
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c60 #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 Dosal.txt649 - void PRINT(void *dp_ctx, char *format_string, ...)

12