| /freebsd-12-stable/contrib/netbsd-tests/include/ |
| D | t_inttypes.c | 69 #define PRINT(fmt, var) \ in ATF_TC_BODY() macro 74 PRINT(PRId8, i8); in ATF_TC_BODY() 75 PRINT(PRId16, i16); in ATF_TC_BODY() 76 PRINT(PRId32, i32); in ATF_TC_BODY() 77 PRINT(PRId64, i64); in ATF_TC_BODY() 78 PRINT(PRIdLEAST8, il8); in ATF_TC_BODY() 79 PRINT(PRIdLEAST16, il16); in ATF_TC_BODY() 80 PRINT(PRIdLEAST32, il32); in ATF_TC_BODY() 81 PRINT(PRIdLEAST64, il64); in ATF_TC_BODY() 82 PRINT(PRIdFAST8, if8); in ATF_TC_BODY() [all …]
|
| /freebsd-12-stable/tools/regression/include/tgmath/ |
| D | tgmath.c | 394 #define PRINT(STR, X) do { \ macro 409 PRINT("acos", in main() 413 PRINT("asin", in main() 417 PRINT("atan", in main() 421 PRINT("acosh", in main() 425 PRINT("asinh", in main() 429 PRINT("atanh", in main() 433 PRINT("cos", in main() 437 PRINT("sin", in main() 441 PRINT("tan", in main() [all …]
|
| /freebsd-12-stable/contrib/bmake/unit-tests/ |
| D | modts.mk | 16 PRINT= print -r -- 18 PRINT= printf '%s\n' 20 PRINT= echo 36 @${PRINT} 'LIST:ts/n="${LIST:ts\n}"' 37 @${PRINT} 'LIST:ts/t="${LIST:ts\t}"' 38 @${PRINT} 'LIST:ts/012:tu="${LIST:ts\012:tu}"' 39 @${PRINT} 'LIST:ts/xa:tu="${LIST:ts\xa:tu}"' 40 @${PRINT} 'LIST:tx="${LIST:tx}"' 41 @${PRINT} 'LIST:ts/x:tu="${LIST:ts\X:tu}"' 42 @${PRINT} 'FU_$@="${FU_${@:ts}:ts}"' [all …]
|
| /freebsd-12-stable/sys/dev/mii/ |
| D | mii_physubr.c | 404 #define PRINT(s) printf("%s%s", sep, s); sep = ", " in mii_phy_add_media() macro 408 PRINT("none"); in mii_phy_add_media() 420 PRINT("HomePNA1"); in mii_phy_add_media() 427 PRINT("10baseT"); in mii_phy_add_media() 431 PRINT("10baseT-FDX"); in mii_phy_add_media() 436 PRINT("10baseT-FDX-flow"); in mii_phy_add_media() 442 PRINT("100baseTX"); in mii_phy_add_media() 446 PRINT("100baseTX-FDX"); in mii_phy_add_media() 451 PRINT("100baseTX-FDX-flow"); in mii_phy_add_media() 457 PRINT("100baseT4"); in mii_phy_add_media() [all …]
|
| D | xmphy.c | 122 #define PRINT(s) printf("%s%s", sep, s); sep = ", " in xmphy_attach() macro 126 PRINT("1000baseSX"); in xmphy_attach() 128 PRINT("1000baseSX-FDX"); in xmphy_attach() 130 PRINT("auto"); in xmphy_attach() 135 #undef PRINT in xmphy_attach()
|
| D | tlphy.c | 177 #define PRINT(s) printf("%s%s", sep, s); sep = ", " in tlphy_attach() macro 185 PRINT("10base2/BNC"); in tlphy_attach() 190 PRINT("10base5/AUI"); in tlphy_attach() 200 #undef PRINT in tlphy_attach()
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | print-krb.c | 131 #define PRINT if ((cp = c_print(ndo, cp, ndo->ndo_snapend)) == NULL) goto trunc in krb4_print_hdr() macro 133 PRINT; in krb4_print_hdr() 135 PRINT; in krb4_print_hdr() 137 PRINT; in krb4_print_hdr() 144 #undef PRINT in krb4_print_hdr() 155 #define PRINT if ((cp = c_print(ndo, cp, ndo->ndo_snapend)) == NULL) goto trunc in krb4_print() macro 180 PRINT; in krb4_print() 182 PRINT; in krb4_print() 189 PRINT; in krb4_print() 212 PRINT; in krb4_print()
|
| /freebsd-12-stable/lib/libc/stdlib/ |
| D | strfmon.c | 61 #define PRINT(CH) do { \ macro 70 PRINT(*tmps++); \ 150 PRINT(*fmt++); in vstrfmon_l() 313 PRINT(' '); in vstrfmon_l() 316 PRINT('('); in vstrfmon_l() 322 PRINT(' '); in vstrfmon_l() 330 PRINT(space_char); in vstrfmon_l() 333 PRINT(' '); in vstrfmon_l() 335 PRINT(space_char); in vstrfmon_l() 345 PRINT(' '); in vstrfmon_l() [all …]
|
| /freebsd-12-stable/usr.bin/ul/ |
| D | ul.c | 105 #define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar) macro 341 PRINT(CURS_RIGHT); in flushln() 458 PRINT(CURS_UP); in reverse() 459 PRINT(CURS_UP); in reverse() 532 PRINT(CURS_LEFT); in outc() 534 PRINT(UNDER_CHAR); in outc() 550 PRINT(EXIT_UNDERLINE); in setnewmode() 554 PRINT(EXIT_ATTRIBUTES); in setnewmode() 559 PRINT(ENTER_REVERSE); in setnewmode() 566 PRINT(ENTER_UNDERLINE); in setnewmode() [all …]
|
| /freebsd-12-stable/usr.sbin/pmccontrol/ |
| D | pmccontrol.c | 337 #define PRINT(N,V) (void) printf("%-40s %d\n", (N), gms.pm_##V) in pmcc_show_statistics() macro 338 PRINT("interrupts processed:", intr_processed); in pmcc_show_statistics() 339 PRINT("non-PMC interrupts:", intr_ignored); in pmcc_show_statistics() 340 PRINT("sampling stalls due to space shortages:", intr_bufferfull); in pmcc_show_statistics() 341 PRINT("system calls:", syscalls); in pmcc_show_statistics() 342 PRINT("system calls with errors:", syscall_errors); in pmcc_show_statistics() 343 PRINT("buffer requests:", buffer_requests); in pmcc_show_statistics() 344 PRINT("buffer requests failed:", buffer_requests_failed); in pmcc_show_statistics() 345 PRINT("sampling log sweeps:", log_sweeps); in pmcc_show_statistics()
|
| /freebsd-12-stable/lib/libpmcstat/ |
| D | libpmcstat_logging.c | 663 #define PRINT(N,V) do { \ in pmcstat_shutdown_logging() macro 671 PRINT("#exec/a.out", exec_aout); in pmcstat_shutdown_logging() 672 PRINT("#exec/elf", exec_elf); in pmcstat_shutdown_logging() 673 PRINT("#exec/unknown", exec_indeterminable); in pmcstat_shutdown_logging() 674 PRINT("#exec handling errors", exec_errors); in pmcstat_shutdown_logging() 675 PRINT("#samples/total", samples_total); in pmcstat_shutdown_logging() 676 PRINT("#samples/unclaimed", samples_unknown_offset); in pmcstat_shutdown_logging() 677 PRINT("#samples/unknown-object", samples_indeterminable); in pmcstat_shutdown_logging() 678 PRINT("#samples/unknown-function", samples_unknown_function); in pmcstat_shutdown_logging() 679 PRINT("#callchain/dubious-frames", callchain_dubious_frames); in pmcstat_shutdown_logging()
|
| /freebsd-12-stable/lib/libc/stdio/ |
| D | vfprintf.c | 376 #define PRINT(ptr, len) { \ in __vfprintf() macro 497 PRINT(cp, n); in __vfprintf() 965 PRINT(&sign, 1); in __vfprintf() 969 PRINT(ox, 2); in __vfprintf() 986 PRINT(cp, size); in __vfprintf() 992 PRINT(zeroes, 1); in __vfprintf() 994 PRINT(decimal_point,decpt_len); in __vfprintf() 1011 PRINT(decimal_point,decpt_len); in __vfprintf() 1016 PRINT(cp++, 1); in __vfprintf() 1017 PRINT(decimal_point, decpt_len); in __vfprintf() [all …]
|
| D | vfwprintf.c | 455 #define PRINT(ptr, len) do { \ in __vfwprintf() macro 568 PRINT(cp, n); in __vfwprintf() 1026 PRINT(&sign, 1); in __vfwprintf() 1030 PRINT(ox, 2); in __vfwprintf() 1047 PRINT(cp, size); in __vfwprintf() 1053 PRINT(zeroes, 1); in __vfwprintf() 1055 PRINT(&decimal_point, 1); in __vfwprintf() 1072 PRINT(&decimal_point, 1); in __vfwprintf() 1079 PRINT(buf, 2); in __vfwprintf() 1080 PRINT(cp, ndig-1); in __vfwprintf() [all …]
|
| /freebsd-12-stable/crypto/openssh/ |
| D | sshkey-xmss.c | 91 #define PRINT(...) do { if (printerror) sshlog(__FILE__, __func__, __LINE__, \ macro 408 PRINT("corrupt state file: %s", filename); in sshkey_xmss_get_state_from_file() 417 PRINT("cannot read blob: %s", filename); in sshkey_xmss_get_state_from_file() 480 PRINT("cannot open/create: %s", lockfile); in sshkey_xmss_get_state() 486 PRINT("cannot lock: %s", lockfile); in sshkey_xmss_get_state() 491 PRINT("giving up on: %s", lockfile); in sshkey_xmss_get_state() 511 PRINT("start from scratch idx 0: %u", state->idx); in sshkey_xmss_get_state() 517 PRINT("state wrap: %u", state->idx); in sshkey_xmss_get_state() 592 PRINT("more than one signature happened: idx %u state %u", in sshkey_xmss_update_state() 611 PRINT("SERLIALIZE FAILED: %d", ret); in sshkey_xmss_update_state() [all …]
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | cpu-alpha.c | 25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ argument 33 PRINT, \
|
| D | cpu-mips.c | 44 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ argument 52 PRINT, \
|
| /freebsd-12-stable/contrib/nvi/regex/ |
| D | cclass.h | 45 RCHAR_T PRINT[] = {'p','r','i','n','t',0}; variable 70 { PRINT, "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\
|
| /freebsd-12-stable/contrib/sendmail/libsm/ |
| 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);
|
| /freebsd-12-stable/contrib/byacc/ |
| D | Makefile.old | 28 PRINT = pr -f -l88 64 listing:; @$(PRINT) Makefile $(HDRS) $(SRCS) | lpr
|
| /freebsd-12-stable/tools/tools/pciroms/ |
| D | pciroms.c | 63 PRINT = 0, enumerator 102 action = PRINT; in main() 218 case PRINT: in pci_enum_devs()
|
| /freebsd-12-stable/contrib/bmake/mk/ |
| D | own.mk | 69 PRINT.VAR.MAKE = MAKESYSPATH=${MAKESYSPATH:U${.PARSEDIR}} ${.MAKE} 72 PRINTOBJDIR= ${PRINT.VAR.MAKE} -r -V .OBJDIR -f /dev/null xxx 74 PRINTOBJDIR= ${PRINT.VAR.MAKE} -V .OBJDIR
|
| /freebsd-12-stable/contrib/one-true-awk/ |
| D | awkgram.y | 59 %token <i> PRINT PRINTF SPRINTF 85 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR 176 pa_pat { $$ = stat2(PASTAT, $1, stat2(PRINT, rectonode(), NIL)); } 178 | pa_pat ',' opt_nl pa_pat { $$ = pa2stat($1, $4, stat2(PRINT, rectonode(), NIL)); } 270 PRINT | PRINTF
|
| D | maketab.c | 79 { PRINT, "printstat", "print" },
|
| /freebsd-12-stable/usr.bin/mklocale/ |
| D | lex.l | 113 PRINT { yylval.i = _CTYPE_R;
|
| /freebsd-12-stable/sys/dev/qlnx/qlnxe/ |
| D | ecore.h | 174 PRINT((p_dev)->dp_ctx, "[%s:%d(%s)]" fmt, \ 185 PRINT((p_dev)->dp_ctx, "[%s:%d(%s)]" fmt, \ 196 PRINT((p_dev)->dp_ctx, "[%s:%d(%s)]" fmt, \
|