/titanic_50/usr/src/cmd/ipf/lib/common/ |
H A D | printstate.c | 10 #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("] sbuf[1] ["); [all …]
|
H A D | printhashdata.c | 14 #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("Hash Table Number: %s", hp->iph_name); [all …]
|
H A D | printhash.c | 14 #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("Hash Table Number: %s", iph.iph_name); [all …]
|
H A D | printpooldata.c | 14 #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("auth"); [all …]
|
H A D | printpool.c | 14 #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("\tNodes Starting at %p\n", ipp.ipo_list); [all …]
|
H A D | printhashnode.c | 11 #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 D | printpoolnode.c | 11 #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 D | printhash_live.c | 16 #define PRINTF (void)printf macro 37 PRINTF("\t{"); 79 PRINTF(" };\n");
|
H A D | printpool_live.c | 16 #define PRINTF (void)printf macro 37 PRINTF("\t{"); 79 PRINTF(" };\n");
|
/titanic_50/usr/src/cmd/zic/ |
H A D | tzselect.ksh | 46 PRINTF=/usr/bin/printf 88 $PRINTF >&2 "`$GETTEXT "$ERR_NO_SETUP"`\n" $0 231 $PRINTF >&2 "`$GETTEXT "$INFO_SELECT_CNTRY"`\n" 236 $PRINTF >&2 "`$GETTEXT "$WARN_ENTER_NUM"`\n" 299 $PRINTF >&2 "`$GETTEXT "$INFO_SELECT_TZ"`\n" 305 $PRINTF >&2 "`$GETTEXT "$WARN_ENTER_NUM"`\n" 362 $PRINTF >&2 "`$GETTEXT "$ERR_NO_SETUP"`\n" $0 384 extra_info1=$($PRINTF "`$GETTEXT "$INFO_EXTRA1"`" \ 386 extra_info2=$($PRINTF "`$GETTEXT "$INFO_EXTRA2"`" \ 395 $PRINTF >&2 "\n" [all …]
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipfstat.c | 91 #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("output packets logged:\tblocked %lu passed %lu\n", [all …]
|
/titanic_50/usr/src/cmd/w/ |
H A D | w.c | 98 #define PRINTF(a) if (printf a < 0) { \ macro 278 PRINTF((gettext("up"))); in main() 280 PRINTF((gettext( in main() 283 PRINTF((" %2d:%02d,", hrs, mins)); in main() 286 PRINTF((gettext( in main() 289 PRINTF((gettext( in main() 296 PRINTF((((nusers == 1) ? in main() 302 PRINTF((gettext(", load average: %.2f, %.2f, %.2f\n"), in main() 310 PRINTF((dcgettext(NULL, "User tty " in main() 314 PRINTF((dcgettext(NULL, in main() [all …]
|
/titanic_50/usr/src/test/util-tests/tests/printf/ |
H A D | printf_test.ksh | 18 PRINTF=${PRINTF:=/usr/bin/printf} 204 [[ -n "$debug" ]] && echo $PRINTF "$format" "${args[@]}" 205 comp=$($PRINTF "$format" ${args[@]})
|
/titanic_50/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 74 %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 D | awk0.c | 54 M_MB_L("printf"), KEYWORD, PRINTF, NULL,
|
/titanic_50/usr/src/cmd/oawk/ |
H A D | awk.g.y | 42 %token PRINT PRINTF SPRINTF SPLIT 303 | PRINTF print_list redir expr 305 | PRINTF print_list
|
H A D | makeprctab.c | 69 { PRINTF, "aprintf", "printf"},
|
H A D | awk.lx.l | 137 <A>printf { yylval = PRINTF; RETURN(PRINTF); }
|
/titanic_50/usr/src/cmd/whodo/ |
H A D | whodo.c | 735 #define PRINTF(a) (void) printf a macro 759 PRINTF(("%*s ", width, value)); in prttime() 779 PRINTF(("%-11s ", timestr)); in prtat() 785 PRINTF(("%-11s ", weekdaytime)); in prtat() 791 PRINTF(("%-11s ", monthtime)); in prtat()
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | port.mk.70 | 62 # PRINTF= printf.o; PRINTFS=printf.c 63 PRINTF= ovprintf.o ovdoprnt.o 75 ${PRINTF} bcopy.o ex_extern.o strings.o 99 # -L ex_put.o ex_subr.o ${PRINTF} strings.o \ 108 ex_vput.o ex_put.o ex_subr.o ${PRINTF} strings.o \
|
/titanic_50/usr/src/cmd/awk/ |
H A D | maketab.c | 76 { PRINTF, "aprintf", "printf" },
|
H A D | awk.g.y | 70 %token <i> PRINT PRINTF SPRINTF 94 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR 280 PRINT | PRINTF
|
H A D | awk.lx.l | 166 <A>printf { yylval.i = PRINTF; RET(PRINTF); }
|
/titanic_50/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 45 #define PRINTF(msg) if (debug & ELFDEBUG) \ macro 53 #define PRINTF(msg) macro
|
/titanic_50/usr/src/cmd/lp/include/ |
H A D | lp.h | 296 #define PRINTF (void)printf macro
|