Home
last modified time | relevance | path

Searched refs:PRINTF (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintstate.c50 PRINTF("]\n");
80 PRINTF("\t");
87 PRINTF("pass");
89 PRINTF("block");
105 PRINTF("log");
115 PRINTF("auth");
118 PRINTF(" out");
120 PRINTF(" in");
123 PRINTF(" log");
142 PRINTF("\n");
[all …]
H A Dprinthashdata.c27 PRINTF("table");
32 PRINTF(" in");
34 PRINTF(" out");
36 PRINTF(" ???");
42 PRINTF(" role = ");
46 PRINTF("(anon)");
48 PRINTF("Role: ");
54 PRINTF("nat");
57 PRINTF("ipf");
60 PRINTF("auth");
[all …]
H A Dprinthash.c39 PRINTF("table");
44 PRINTF(" in");
46 PRINTF(" out");
48 PRINTF(" ???");
60 PRINTF("Role: ");
66 PRINTF("nat");
69 PRINTF("ipf");
72 PRINTF("auth");
75 PRINTF("count");
123 PRINTF("\t{");
[all …]
H A Dprintpooldata.c12 #define PRINTF (void)printf macro
27 PRINTF("(anon)");
29 PRINTF("Role: ");
35 PRINTF("ipf");
38 PRINTF("nat");
41 PRINTF("state");
44 PRINTF("auth");
47 PRINTF("sync");
50 PRINTF("scan");
53 PRINTF("lookup");
[all …]
H A Dprintpool.c12 #define PRINTF (void)printf macro
32 PRINTF("# 'anonymous' tree %s\n", ipp.ipo_name);
33 PRINTF("table role = ");
35 PRINTF("Name: %s", ipp.ipo_name);
37 PRINTF("(anon)");
39 PRINTF("Role: ");
73 PRINTF(" type = tree number = %s\n", ipp.ipo_name);
74 PRINTF("\t{");
78 PRINTF("\tReferences: %d\tHits: %lu\n", ipp.ipo_ref,
80 PRINTF("\tNodes Starting at %p\n", ipp.ipo_list);
[all …]
H A Dprinthashnode.c11 #define PRINTF (void)printf macro
33 PRINTF("\tAddress: %s",
37 PRINTF("\tAddress: %s",
48 PRINTF("\tHits %qu\tBytes %qu", ipe.ipe_hits, ipe.ipe_bytes);
50 PRINTF("\tHits %lu\tBytes %lu", ipe.ipe_hits, ipe.ipe_bytes);
52 PRINTF("\tRef. Count: %d\tGroup: %s\n", ipe.ipe_ref,
72 PRINTF(", group = %s", ipe.ipe_group);
H A Dprintpoolnode.c11 #define PRINTF (void)printf macro
18 PRINTF(" %s", np->ipn_info ? "! " : "");
20 PRINTF("\tAddress: %s", np->ipn_info ? "! " : "");
35 PRINTF("\t\tHits %qu\t\tBytes %qu\t\tName %s\n",
38 PRINTF("\t\tHits %lu\t\tBytes %lu\t\tName %s\n",
H A Dprinthash_live.c14 #define PRINTF (void)printf macro
35 PRINTF("\t{");
77 PRINTF(" };\n");
H A Dprintpool_live.c14 #define PRINTF (void)printf macro
35 PRINTF("\t{");
77 PRINTF(" };\n");
/illumos-gate/usr/src/cmd/zic/
H A Dtzselect.ksh46 PRINTF=/usr/bin/printf
395 $PRINTF >&2 "\n"
397 $PRINTF >&2 "\n"
401 ?*+) $PRINTF >&2 " $xcountry\n";;
402 +) $PRINTF >&2 " TZ='$TZ'\n"
404 $PRINTF >&2 "\n"
406 $PRINTF >&2 "$extra_info1\n"
407 $PRINTF >&2 "$extra_info2\n"
408 $PRINTF >&2 "`$GETTEXT "$INFO_OK"`\n"
430 $PRINTF >&2 "`$GETTEXT "$INFO_FINE"`\n"
[all …]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c91 #define PRINTF (void)printf macro
801 PRINTF("\tnone\n");
867 PRINTF("@%d ", n);
946 PRINTF("%lu ", fb.fr_hits);
955 PRINTF("@%d ", n);
1131 PRINTF("\t");
1135 PRINTF("\n");
1137 PRINTF(" ");
1139 PRINTF("\n");
1141 PRINTF("\n");
[all …]
/illumos-gate/usr/src/cmd/w/
H A Dw.c303 PRINTF((gettext("up"))); in main()
305 PRINTF((gettext( in main()
311 PRINTF((gettext( in main()
314 PRINTF((gettext( in main()
322 PRINTF((((nusers == 1) ? in main()
340 PRINTF((dcgettext(NULL, in main()
565 PRINTF(("%-.32s\n", what)); in main()
600 PRINTF(("%*s ", width, value)); in prttime()
620 PRINTF(("%-11s ", timestr)); in prtat()
626 PRINTF(("%-11s ", weekdaytime)); in prtat()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/printf/
H A Dprintf_test.ksh18 PRINTF=${PRINTF:=/usr/bin/printf}
204 [[ -n "$debug" ]] && echo $PRINTF "$format" "${args[@]}"
205 comp=$($PRINTF "$format" ${args[@]})
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y74 %token <node> PRINT PRINTF
463 | PRINTF exprlist fileout SEMI = {
464 $$ = node(PRINTF, $2, $3);
466 | PRINTF LPAREN exprlist RPAREN fileout SEMI = {
467 $$ = node(PRINTF, $3, $5);
H A Dawk0.c52 M_MB_L("printf"), KEYWORD, PRINTF, NULL,
H A Dawk1.c797 case PRINTF: in lexid()
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.g.y42 %token PRINT PRINTF SPRINTF SPLIT
303 | PRINTF print_list redir expr
305 | PRINTF print_list
H A Dmakeprctab.c69 { PRINTF, "aprintf", "printf"},
H A Dawk.lx.l134 <A>printf { yylval = PRINTF; RETURN(PRINTF); }
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c801 #define PRINTF(a) (void) printf a macro
825 PRINTF(("%*s ", width, value)); in prttime()
845 PRINTF(("%-11s ", timestr)); in prtat()
851 PRINTF(("%-11s ", weekdaytime)); in prtat()
857 PRINTF(("%-11s ", monthtime)); in prtat()
/illumos-gate/usr/src/cmd/awk/
H A Dmaketab.c107 { PRINTF, "awkprintf", "printf" },
H A Dawk.g.y92 %token <i> PRINT PRINTF SPRINTF
117 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
302 PRINT | PRINTF
H A Dlex.c76 { "printf", PRINTF, PRINTF },
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c43 #define PRINTF(msg) if (debug & ELFDEBUG) \ macro
51 #define PRINTF(msg) macro
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h298 #define PRINTF (void)printf macro

12