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

/freebsd-13-stable/contrib/netbsd-tests/include/
H A Dt_inttypes.c69 #define PRINT(fmt, var) \ macro
74 PRINT(PRId8, i8);
75 PRINT(PRId16, i16);
76 PRINT(PRId32, i32);
77 PRINT(PRId64, i64);
78 PRINT(PRIdLEAST8, il8);
79 PRINT(PRIdLEAST16, il16);
80 PRINT(PRIdLEAST32, il32);
81 PRINT(PRIdLEAST64, il64);
82 PRINT(PRIdFAST
241 #undef PRINT macro
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dmodts.mk16 PRINT= print -r -- macro
18 PRINT= printf '%s\n' macro
20 PRINT= echo macro
24 @${PRINT} 'LIST:tx="${LIST:tx}"'
25 @${PRINT} 'LIST:ts/x:tu="${LIST:ts\X:tu}"'
26 @${PRINT} 'FU_$@="${FU_${@:ts}:ts}"'
27 @${PRINT} 'FU_$@:ts:T="${FU_${@:ts}:ts:T}" == cool?'
28 @${PRINT} 'B.$${AAA:ts}="${B.${AAA:ts}}" == Baaa?'
33 @${PRINT} ':ts :S => '${aa bb aa bb aa bb:L:tsx:S,b,B,:Q}
37 @${PRINT} '
[all...]
/freebsd-13-stable/tools/regression/include/tgmath/
H A Dtgmath.c394 #define PRINT(STR, X) do { \ macro
409 PRINT("acos",
413 PRINT("asin",
417 PRINT("atan",
421 PRINT("acosh",
425 PRINT("asinh",
429 PRINT("atanh",
433 PRINT("cos",
437 PRINT("sin",
441 PRINT("ta
[all...]
/freebsd-13-stable/contrib/nvi/regex/
H A Dcclass.h45 RCHAR_T PRINT[] = {'p','r','i','n','t',0}; variable
70 { PRINT, "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-krb.c131 #define PRINT if ((cp = c_print(ndo, cp, ndo->ndo_snapend)) == NULL) goto trunc macro
133 PRINT;
135 PRINT;
137 PRINT;
144 #undef PRINT macro
155 #define PRINT if ((cp = c_print(ndo, cp, ndo->ndo_snapend)) == NULL) goto trunc macro
180 PRINT;
182 PRINT;
189 PRINT;
212 PRINT;
[all...]
/freebsd-13-stable/lib/libc/stdlib/
H A Dstrfmon.c61 #define PRINT(CH) do { \ macro
70 PRINT(*tmps++); \
151 PRINT(*fmt++);
314 PRINT(' ');
317 PRINT('(');
323 PRINT(' ');
331 PRINT(space_char);
334 PRINT(' ');
336 PRINT(space_char);
346 PRINT(' ');
[all...]
/freebsd-13-stable/sys/dev/mii/
H A Dmii_physubr.c404 #define PRINT(s) printf("%s%s", sep, s); sep = ", " macro
408 PRINT("none");
420 PRINT("HomePNA1");
427 PRINT("10baseT");
431 PRINT("10baseT-FDX");
436 PRINT("10baseT-FDX-flow");
442 PRINT("100baseTX");
446 PRINT("100baseTX-FDX");
451 PRINT("100baseTX-FDX-flow");
457 PRINT("10
537 #undef PRINT macro
[all...]
H A Dxmphy.c122 #define PRINT(s) printf("%s%s", sep, s); sep = ", " macro
126 PRINT("1000baseSX");
128 PRINT("1000baseSX-FDX");
130 PRINT("auto");
135 #undef PRINT macro
/freebsd-13-stable/usr.bin/ul/
H A Dul.c105 #define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar) macro
341 PRINT(CURS_RIGHT);
458 PRINT(CURS_UP);
459 PRINT(CURS_UP);
532 PRINT(CURS_LEFT);
534 PRINT(UNDER_CHAR);
550 PRINT(EXIT_UNDERLINE);
554 PRINT(EXIT_ATTRIBUTES);
559 PRINT(ENTER_REVERSE);
566 PRINT(ENTER_UNDERLIN
[all...]
/freebsd-13-stable/usr.sbin/pmccontrol/
H A Dpmccontrol.c337 #define PRINT(N,V) (void) printf("%-40s %d\n", (N), gms.pm_##V) macro
338 PRINT("interrupts processed:", intr_processed);
339 PRINT("non-PMC interrupts:", intr_ignored);
340 PRINT("sampling stalls due to space shortages:", intr_bufferfull);
341 PRINT("system calls:", syscalls);
342 PRINT("system calls with errors:", syscall_errors);
343 PRINT("buffer requests:", buffer_requests);
344 PRINT("buffer requests failed:", buffer_requests_failed);
345 PRINT("sampling log sweeps:", log_sweeps);
/freebsd-13-stable/lib/libc/stdio/
H A Dvfprintf.c376 #define PRINT(ptr, len) { \ macro
497 PRINT(cp, n);
965 PRINT(&sign, 1);
969 PRINT(ox, 2);
986 PRINT(cp, size);
992 PRINT(zeroes, 1);
994 PRINT(decimal_point,decpt_len);
1011 PRINT(decimal_point,decpt_len);
1016 PRINT(cp++, 1);
1017 PRINT(decimal_poin
[all...]
H A Dvfwprintf.c455 #define PRINT(ptr, len) do { \ macro
568 PRINT(cp, n);
1026 PRINT(&sign, 1);
1030 PRINT(ox, 2);
1047 PRINT(cp, size);
1053 PRINT(zeroes, 1);
1055 PRINT(&decimal_point, 1);
1072 PRINT(&decimal_point, 1);
1079 PRINT(buf, 2);
1080 PRINT(c
[all...]
/freebsd-13-stable/contrib/byacc/
H A DMakefile.old28 PRINT = pr -f -l88
64 listing:; @$(PRINT) Makefile $(HDRS) $(SRCS) | lpr
/freebsd-13-stable/lib/libpmcstat/
H A Dlibpmcstat_logging.c663 #define PRINT(N,V) do { \ macro
671 PRINT("#exec/a.out", exec_aout);
672 PRINT("#exec/elf", exec_elf);
673 PRINT("#exec/unknown", exec_indeterminable);
674 PRINT("#exec handling errors", exec_errors);
675 PRINT("#samples/total", samples_total);
676 PRINT("#samples/unclaimed", samples_unknown_offset);
677 PRINT("#samples/unknown-object", samples_indeterminable);
678 PRINT("#samples/unknown-function", samples_unknown_function);
679 PRINT("#callchai
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dsshkey-xmss.c90 #define PRINT(s...) do { if (pr) pr(s); } while (0) macro
406 PRINT("%s: corrupt state file: %s", __func__, filename);
415 PRINT("%s: cannot read blob: %s", __func__, filename);
478 PRINT("%s: cannot open/create: %s", __func__, lockfile);
484 PRINT("%s: cannot lock: %s", __func__, lockfile);
489 PRINT("%s: giving up on: %s", __func__, lockfile);
509 PRINT("%s: start from scratch idx 0: %u", __func__, state->idx);
515 PRINT("%s: state wrap: %u", __func__, state->idx);
590 PRINT("%s: more than one signature happened: idx %u state %u",
609 PRINT("
[all...]
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dvfprintf.c183 register struct sm_iov *iovp;/* for PRINT macro */
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-13-stable/tools/tools/pciroms/
H A Dpciroms.c63 PRINT = 0, enumerator in enum:__anon16293
102 action = PRINT;
218 case PRINT:
/freebsd-13-stable/contrib/one-true-awk/
H A Dmaketab.c79 { PRINT, "printstat", "print" },
H A Dawkgram.y59 %token <i> PRINT PRINTF SPRINTF
84 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
175 pa_pat { $$ = stat2(PASTAT, $1, stat2(PRINT, rectonode(), NIL)); }
177 | pa_pat ',' opt_nl pa_pat { $$ = pa2stat($1, $4, stat2(PRINT, rectonode(), NIL)); }
269 PRINT | PRINTF
H A Dlex.c79 { "print", PRINT, PRINT },
/freebsd-13-stable/contrib/bmake/mk/
H A Down.mk69 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-13-stable/sys/dev/qlnx/qlnxe/
H A Decore.h174 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, \
H A Dbcm_osal.h429 #define PRINT device_printf macro
/freebsd-13-stable/usr.bin/bc/
H A Dbc.y159 %token CONTINUE ELSE PRINT
367 | PRINT print_expression_list
/freebsd-13-stable/contrib/dialog/
H A Ddlg_keys.c363 CURSES_NAME(PRINT),

Completed in 299 milliseconds