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

12

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprintpooldata.c14 #define PRINTF (void)printf macro
24 PRINTF("# 'anonymous' tree %s\n", pool->ipo_name);
25 PRINTF("table role = ");
27 PRINTF("Name: %s", pool->ipo_name);
29 PRINTF("(anon)");
31 PRINTF("Role: ");
37 PRINTF("ipf");
40 PRINTF("nat");
43 PRINTF("state");
46 PRINTF("aut
[all...]
H A Dprinthashdata.c14 #define PRINTF (void)printf macro
25 PRINTF("# 'anonymous' table\n");
29 PRINTF("table");
32 PRINTF("group-map");
34 PRINTF(" in");
36 PRINTF(" out");
38 PRINTF(" ???");
41 PRINTF("%#x", hp->iph_type);
44 PRINTF(" role = ");
46 PRINTF("Has
[all...]
H A Dprinthash.c14 #define PRINTF (void)printf macro
37 PRINTF("# 'anonymous' table\n");
41 PRINTF("table");
44 PRINTF("group-map");
46 PRINTF(" in");
48 PRINTF(" out");
50 PRINTF(" ???");
53 PRINTF("%#x", iph.iph_type);
56 PRINTF(" role = ");
58 PRINTF("Has
[all...]
H A Dprintstate.c10 #define PRINTF (void)printf macro
26 PRINTF("%s -> ", hostname(ips.is_v, &ips.is_src.in4));
27 PRINTF("%s pass %#x pr %d state %d/%d bkt %d\n",
30 PRINTF("\ttag %u ttl %lu", ips.is_tag, ips.is_die - now);
33 PRINTF("\n\t%hu -> %hu %x:%x %hu<<%d:%hu<<%d\n",
38 PRINTF("\tcmsk %04x smsk %04x isc %p s0 %08x/%08x\n",
41 PRINTF("\tFWD:ISN inc %x sumd %x\n",
43 PRINTF("\tREV:ISN inc %x sumd %x\n",
46 PRINTF("\tsbuf[0] [");
48 PRINTF("] sbu
[all...]
H A Dprintpool.c14 #define PRINTF (void)printf macro
34 PRINTF("# 'anonymous' tree %s\n", ipp.ipo_name);
35 PRINTF("table role = ");
37 PRINTF("Name: %s", ipp.ipo_name);
39 PRINTF("(anon)");
41 PRINTF("Role: ");
75 PRINTF(" type = tree number = %s\n", ipp.ipo_name);
76 PRINTF("\t{");
80 PRINTF("\tReferences: %d\tHits: %lu\n", ipp.ipo_ref,
82 PRINTF("\tNode
[all...]
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 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 Dprinthash_live.c16 #define PRINTF (void)printf macro
37 PRINTF("\t{");
79 PRINTF(" };\n");
H A Dprintpool_live.c16 #define PRINTF (void)printf macro
37 PRINTF("\t{");
79 PRINTF(" };\n");
/illumos-gate/usr/src/cmd/zic/
H A Dtzselect.ksh46 PRINTF=/usr/bin/printf
88 $PRINTF >&2 "`$GETTEXT "$ERR_NO_SETUP"`\n" $0
119 $PRINTF >&2 "`$GETTEXT "$INFO_LOCATION"`\n"
126 $PRINTF >&2 "`$GETTEXT "$INFO_SELECT_CONT"`\n"
144 $PRINTF >&2 "`$GETTEXT "$WARN_ENTER_NUM"`\n";;
169 $PRINTF >&2 "`$GETTEXT "$INFO_ENTER_POSIX"`\n"
170 $PRINTF >&2 "`$GETTEXT "$INFO_POSIX_EX"`\n"
185 $PRINTF >&2 "`$GETTEXT "$ERR_INV_POSIX"`\n" $TZ
231 $PRINTF >&2 "`$GETTEXT "$INFO_SELECT_CNTRY"`\n"
236 $PRINTF >
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c91 #define PRINTF (void)printf macro
499 PRINTF("opts %#x name %s\n", opts, device);
744 PRINTF("bad packets:\t\tin %lu\tout %lu\n",
747 PRINTF(" IPv6 packets:\t\tin %lu out %lu\n",
750 PRINTF(" input packets:\t\tblocked %lu passed %lu nomatch %lu",
753 PRINTF(" counted %lu short %lu\n",
755 PRINTF("output packets:\t\tblocked %lu passed %lu nomatch %lu",
758 PRINTF(" counted %lu short %lu\n",
760 PRINTF(" input packets logged:\tblocked %lu passed %lu\n",
762 PRINTF("outpu
[all...]
/illumos-gate/usr/src/cmd/w/
H A Dw.c98 #define PRINTF(a) if (printf a < 0) { \ macro
278 PRINTF((gettext("up")));
280 PRINTF((gettext(
283 PRINTF((" %2d:%02d,", hrs, mins));
286 PRINTF((gettext(
289 PRINTF((gettext(
296 PRINTF((((nusers == 1) ?
302 PRINTF((gettext(", load average: %.2f, %.2f, %.2f\n"),
310 PRINTF((dcgettext(NULL, "User tty "
314 PRINTF((dcgettex
[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/oawk/
H A Dmakeprctab.c69 { PRINTF, "aprintf", "printf"},
H A Dawk.g.y42 %token PRINT PRINTF SPRINTF SPLIT
303 | PRINTF print_list redir expr
305 | PRINTF print_list
H A Dawk.lx.l137 <A>printf { yylval = PRINTF; RETURN(PRINTF); }
/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.c54 M_MB_L("printf"), KEYWORD, PRINTF, NULL,
H A Dawk1.c803 case PRINTF:
/illumos-gate/usr/src/cmd/awk/
H A Dmaketab.c76 { PRINTF, "aprintf", "printf" },
H A Dawk.g.y70 %token <i> PRINT PRINTF SPRINTF
94 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
280 PRINT | PRINTF
H A Dawk.lx.l166 <A>printf { yylval.i = PRINTF; RET(PRINTF); }
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c735 #define PRINTF(a) (void) printf a macro
759 PRINTF(("%*s ", width, value));
779 PRINTF(("%-11s ", timestr));
785 PRINTF(("%-11s ", weekdaytime));
791 PRINTF(("%-11s ", monthtime));
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c45 #define PRINTF(msg) if (debug & ELFDEBUG) \ macro
53 #define PRINTF(msg) macro
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h296 #define PRINTF (void)printf macro

Completed in 113 milliseconds

12