Home
last modified time | relevance | path

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

12

/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c69 #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/tools/regression/include/tgmath/
H A Dtgmath.c392 #define PRINT(STR, X) do { \ macro
407 PRINT("acos", in main()
411 PRINT("asin", in main()
415 PRINT("atan", in main()
419 PRINT("acosh", in main()
423 PRINT("asinh", in main()
427 PRINT("atanh", in main()
431 PRINT("cos", in main()
435 PRINT("sin", in main()
439 PRINT("tan", in main()
[all …]
/freebsd/contrib/tcpdump/
H A Dprint-krb.c138 #define PRINT if ((cp = c_print(ndo, cp, ndo->ndo_snapend)) == NULL) goto trunc in krb4_print_hdr() macro
140 PRINT; in krb4_print_hdr()
142 PRINT; in krb4_print_hdr()
144 PRINT; in krb4_print_hdr()
151 #undef PRINT in krb4_print_hdr()
162 #define PRINT if ((cp = c_print(ndo, cp, ndo->ndo_snapend)) == NULL) goto trunc in krb4_print() macro
182 PRINT; in krb4_print()
184 PRINT; in krb4_print()
191 PRINT; in krb4_print()
211 PRINT; in krb4_print()
/freebsd/lib/libc/stdlib/
H A Dstrfmon.c60 #define PRINT(CH) do { \ macro
69 PRINT(*tmps++); \
150 PRINT(*fmt++); in vstrfmon_l()
323 PRINT(' '); in vstrfmon_l()
326 PRINT('('); in vstrfmon_l()
332 PRINT(' '); in vstrfmon_l()
340 PRINT(space_char); in vstrfmon_l()
343 PRINT(' '); in vstrfmon_l()
345 PRINT(space_char); in vstrfmon_l()
350 PRINT(' '); in vstrfmon_l()
[all …]
/freebsd/sys/dev/mii/
H A Dmii_physubr.c402 #define PRINT(s) printf("%s%s", sep, s); sep = ", " in mii_phy_add_media() macro
406 PRINT("none"); in mii_phy_add_media()
418 PRINT("HomePNA1"); in mii_phy_add_media()
425 PRINT("10baseT"); in mii_phy_add_media()
429 PRINT("10baseT-FDX"); in mii_phy_add_media()
434 PRINT("10baseT-FDX-flow"); in mii_phy_add_media()
440 PRINT("100baseTX"); in mii_phy_add_media()
444 PRINT("100baseTX-FDX"); in mii_phy_add_media()
449 PRINT("100baseTX-FDX-flow"); in mii_phy_add_media()
455 PRINT("100baseT4"); in mii_phy_add_media()
[all …]
H A Dxmphy.c118 #define PRINT(s) printf("%s%s", sep, s); sep = ", " in xmphy_attach() macro
122 PRINT("1000baseSX"); in xmphy_attach()
124 PRINT("1000baseSX-FDX"); in xmphy_attach()
126 PRINT("auto"); in xmphy_attach()
131 #undef PRINT in xmphy_attach()
/freebsd/usr.bin/ul/
H A Dul.c91 #define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar) macro
327 PRINT(CURS_RIGHT); in flushln()
444 PRINT(CURS_UP); in reverse()
445 PRINT(CURS_UP); in reverse()
518 PRINT(CURS_LEFT); in outc()
520 PRINT(UNDER_CHAR); in outc()
536 PRINT(EXIT_UNDERLINE); in setnewmode()
540 PRINT(EXIT_ATTRIBUTES); in setnewmode()
545 PRINT(ENTER_REVERSE); in setnewmode()
552 PRINT(ENTER_UNDERLINE); in setnewmode()
[all …]
/freebsd/usr.sbin/pmccontrol/
H A Dpmccontrol.c327 #define PRINT(N,V) (void) printf("%-40s %d\n", (N), gms.pm_##V) in pmcc_show_statistics() macro
328 PRINT("interrupts processed:", intr_processed); in pmcc_show_statistics()
329 PRINT("non-PMC interrupts:", intr_ignored); in pmcc_show_statistics()
330 PRINT("sampling stalls due to space shortages:", intr_bufferfull); in pmcc_show_statistics()
331 PRINT("system calls:", syscalls); in pmcc_show_statistics()
332 PRINT("system calls with errors:", syscall_errors); in pmcc_show_statistics()
333 PRINT("buffer requests:", buffer_requests); in pmcc_show_statistics()
334 PRINT("buffer requests failed:", buffer_requests_failed); in pmcc_show_statistics()
335 PRINT("sampling log sweeps:", log_sweeps); in pmcc_show_statistics()
/freebsd/lib/libpmcstat/
H A Dlibpmcstat_logging.c660 #define PRINT(N,V) do { \ in pmcstat_shutdown_logging() macro
668 PRINT("#exec/a.out", exec_aout); in pmcstat_shutdown_logging()
669 PRINT("#exec/elf", exec_elf); in pmcstat_shutdown_logging()
670 PRINT("#exec/unknown", exec_indeterminable); in pmcstat_shutdown_logging()
671 PRINT("#exec handling errors", exec_errors); in pmcstat_shutdown_logging()
672 PRINT("#samples/total", samples_total); in pmcstat_shutdown_logging()
673 PRINT("#samples/unclaimed", samples_unknown_offset); in pmcstat_shutdown_logging()
674 PRINT("#samples/unknown-object", samples_indeterminable); in pmcstat_shutdown_logging()
675 PRINT("#samples/unknown-function", samples_unknown_function); in pmcstat_shutdown_logging()
676 PRINT("#callchain/dubious-frames", callchain_dubious_frames); in pmcstat_shutdown_logging()
/freebsd/lib/libc/stdio/
H A Dvfprintf.c367 #define PRINT(ptr, len) { \ in __vfprintf() macro
483 PRINT(cp, n); in __vfprintf()
1006 PRINT(&sign, 1); in __vfprintf()
1010 PRINT(ox, 2); in __vfprintf()
1025 PRINT(cp, size); in __vfprintf()
1030 PRINT(zeroes, 1); in __vfprintf()
1032 PRINT(decimal_point,decpt_len); in __vfprintf()
1049 PRINT(decimal_point,decpt_len); in __vfprintf()
1054 PRINT(cp++, 1); in __vfprintf()
1055 PRINT(decimal_point, decpt_len); in __vfprintf()
[all …]
H A Dvfwprintf.c441 #define PRINT(ptr, len) do { \ in __vfwprintf() macro
552 PRINT(cp, n); in __vfwprintf()
1063 PRINT(&sign, 1); in __vfwprintf()
1067 PRINT(ox, 2); in __vfwprintf()
1082 PRINT(cp, size); in __vfwprintf()
1087 PRINT(zeroes, 1); in __vfwprintf()
1089 PRINT(&decimal_point, 1); in __vfwprintf()
1106 PRINT(&decimal_point, 1); in __vfwprintf()
1113 PRINT(buf, 2); in __vfwprintf()
1114 PRINT(cp, ndig-1); in __vfwprintf()
[all …]
/freebsd/crypto/openssh/
H A Dsshkey-xmss.c91 #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/crypto/openssl/fuzz/
H A Dasn1.c214 #define DO_TEST(TYPE, D2I, I2D, PRINT) \ argument
225 PRINT(bio, type); \
235 #define DO_TEST_PRINT_OFFSET(TYPE, D2I, I2D, PRINT) \
245 PRINT(bio, type, 0); \
254 #define DO_TEST_PRINT_PCTX(TYPE, D2I, I2D, PRINT) \
264 PRINT(bio, type, 0, pctx); \
234 DO_TEST_PRINT_OFFSET(TYPE,D2I,I2D,PRINT) global() argument
252 DO_TEST_PRINT_PCTX(TYPE,D2I,I2D,PRINT) global() argument
/freebsd/contrib/llvm-project/libcxx/include/
H A Dprint156 // TODO PRINT Validate with clang-tidy
213 template <class = void> // TODO PRINT template or availability markup fires too eagerly (http://llv…
236 template <class = void> // TODO PRINT template or availability markup fires too eagerly (http://llv…
239 // TODO PRINT Should flush errors throw too?
247 template <class = void> // TODO PRINT template or availability markup fires too eagerly (http://llv…
253 // TODO PRINT Should flush errors throw too?
265 // TODO PRINT profile and improve the speed of this code.
286 template <class = void> // TODO PRINT template or availability markup fires too eagerly (http://llv…
360 template <class = void> // TODO PRINT template or availability markup fires too eagerly (http://llv…
365 template <class = void> // TODO PRINT template or availability markup fires too eagerly (http://llv…
[all …]
/freebsd/contrib/nvi/regex/
H A Dcclass.h45 RCHAR_T PRINT[] = {'p','r','i','n','t',0}; variable
70 { PRINT, "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\
/freebsd/contrib/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);
/freebsd/contrib/bmake/mk/
H A Down.mk51 PRINT.VAR.MAKE = MAKESYSPATH=${MAKESYSPATH:U${.PARSEDIR}} ${.MAKE}
54 PRINTOBJDIR= ${PRINT.VAR.MAKE} -r -V .OBJDIR -f /dev/null xxx
56 PRINTOBJDIR= ${PRINT.VAR.MAKE} -V .OBJDIR
/freebsd/contrib/byacc/
H A DMakefile.old28 PRINT = pr -f -l88
64 listing:; @$(PRINT) Makefile $(HDRS) $(SRCS) | lpr
/freebsd/tools/tools/pciroms/
H A Dpciroms.c60 PRINT = 0, enumerator
99 action = PRINT; in main()
215 case PRINT: in pci_enum_devs()
/freebsd/crypto/krb5/src/util/
H A Dt_tsenum.pm145 void (*printfn)(<TYPE>, FILE *) = <PRINT>;
157 void (*printfn)(<TYPE>, FILE *) = <PRINT>;
/freebsd/contrib/one-true-awk/
H A Dawkgram.y59 %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)); }
272 PRINT | PRINTF
H A Dmaketab.c79 { PRINT, "printstat", "print" },
H A Dlex.c81 { "print", PRINT, PRINT },
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore.h173 PRINT((p_dev)->dp_ctx, "[%s:%d(%s)]" fmt, \
184 PRINT((p_dev)->dp_ctx, "[%s:%d(%s)]" fmt, \
195 PRINT((p_dev)->dp_ctx, "[%s:%d(%s)]" fmt, \
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtime_zone.cpp44 #ifdef PRINT
50 #ifdef PRINT
588 #ifdef PRINT in __get_sys_info_rule()

12