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

123

/freebsd-9.3-release/usr.bin/procstat/
H A Dprocstat_auxv.c46 #define PRINT(name, spec, val) \ macro
72 PRINT(AT_EXECFD, %ld, (long)auxv[i].a_un.a_val);
75 PRINT(AT_PHDR, %p, auxv[i].a_un.a_ptr);
78 PRINT(AT_PHENT, %ld, (long)auxv[i].a_un.a_val);
81 PRINT(AT_PHNUM, %ld, (long)auxv[i].a_un.a_val);
84 PRINT(AT_PAGESZ, %ld, (long)auxv[i].a_un.a_val);
87 PRINT(AT_BASE, %p, auxv[i].a_un.a_ptr);
90 PRINT(AT_FLAGS, %#lx, (u_long)auxv[i].a_un.a_val);
93 PRINT(AT_ENTRY, %p, auxv[i].a_un.a_ptr);
97 PRINT(AT_NOTEL
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcpu-alpha.c25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
33 PRINT, \
H A Dcpu-mips.c44 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
52 PRINT, \
/freebsd-9.3-release/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-9.3-release/contrib/tcpdump/
H A Dprint-krb.c136 #define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc macro
138 PRINT;
140 PRINT;
142 PRINT;
149 #undef PRINT macro
159 #define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc macro
184 PRINT;
186 PRINT;
193 PRINT;
216 PRINT;
[all...]
/freebsd-9.3-release/lib/libc/stdlib/
H A Dstrfmon.c59 #define PRINT(CH) do { \ macro
68 PRINT(*tmps++); \
148 PRINT(*fmt++);
311 PRINT(' ');
314 PRINT('(');
320 PRINT(' ');
328 PRINT(space_char);
331 PRINT(' ');
333 PRINT(space_char);
343 PRINT(' ');
[all...]
/freebsd-9.3-release/sys/dev/mii/
H A Dmii_physubr.c333 #define PRINT(s) printf("%s%s", sep, s); sep = ", " macro
338 PRINT("none");
350 PRINT("HomePNA1");
358 PRINT("10baseT");
363 PRINT("10baseT-FDX");
369 PRINT("10baseT-FDX-flow");
376 PRINT("100baseTX");
381 PRINT("100baseTX-FDX");
387 PRINT("100baseTX-FDX-flow");
394 PRINT("10
478 #undef PRINT macro
[all...]
H A Dxmphy.c120 #define PRINT(s) printf("%s%s", sep, s); sep = ", " macro
125 PRINT("1000baseSX");
127 PRINT("1000baseSX-FDX");
129 PRINT("auto");
134 #undef PRINT macro
H A Dtlphy.c176 #define PRINT(s) printf("%s%s", sep, s); sep = ", " macro
184 PRINT("10base2/BNC");
189 PRINT("10base5/AUI");
199 #undef PRINT macro
/freebsd-9.3-release/usr.bin/ul/
H A Dul.c101 #define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar) macro
318 PRINT(CURS_RIGHT);
435 PRINT(CURS_UP);
436 PRINT(CURS_UP);
509 PRINT(CURS_LEFT);
511 PRINT(UNDER_CHAR);
527 PRINT(EXIT_UNDERLINE);
531 PRINT(EXIT_ATTRIBUTES);
536 PRINT(ENTER_REVERSE);
543 PRINT(ENTER_UNDERLIN
[all...]
/freebsd-9.3-release/share/mklocale/
H A DUTF-8.src58 PRINT 0x0020 - 0x007e
81 PRINT 0x00a0 - 0x00ff
117 PRINT 0x0100 - 0x017f
278 PRINT 0x0180 - 0x0220 0x0222 - 0x0233
457 PRINT 0x0250 - 0x02ad
485 PRINT 0x02b0 - 0x02ee
494 PRINT 0x0300 - 0x034E 0x0350 - 0x036f
516 PRINT 0x0374 0x0375 0x037a 0x037e 0x0384 - 0x038a 0x038c
517 PRINT 0x038e - 0x03a1 0x03a3 - 0x03ce 0x03d0 - 0x03f6
598 PRINT
[all...]
H A Dam_ET.UTF-8.src29 PRINT 0x20 - 0x7e 0x1200 - 0x137c
H A Dhi_IN.ISCII-DEV.src22 PRINT 0x20 - 0x7e 0xa0 - 0xfa
H A Dla_LN.US-ASCII.src19 PRINT 0x20 - 0x7e
H A Dla_LN.ISO8859-1.src22 PRINT 0x20 - 0x7e 0xa0 - 0xff
H A Dru_RU.KOI8-R.src22 PRINT 0x20 - 0x7e 0x80 - 0xff
H A Del_GR.ISO8859-7.src15 PRINT 0x20 - 0x7e 0xa0 - 0xff
H A Dla_LN.ISO8859-13.src27 PRINT 0x20 - 0x7e 0xa0 - 0xff
H A Dla_LN.ISO8859-15.src22 PRINT 0x20 - 0x7e 0xa0 - 0xff
H A Dru_RU.CP866.src23 PRINT 0x20 - 0x7e 0x80 - 0xff
/freebsd-9.3-release/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-9.3-release/sys/dev/fatm/
H A Dif_fatmvar.h343 #define DBG(SC, FL, PRINT) do { \
346 printf PRINT; \
350 #define DBGC(SC, FL, PRINT) do { \
352 printf PRINT; \
371 #define DBG(SC, FL, PRINT)
372 #define DBGC(SC, FL, PRINT)
/freebsd-9.3-release/lib/libc/stdio/
H A Dvfprintf.c371 #define PRINT(ptr, len) { \ macro
485 PRINT(cp, n);
947 PRINT(&sign, 1);
951 PRINT(ox, 2);
968 PRINT(cp, size);
974 PRINT(zeroes, 1);
976 PRINT(decimal_point,decpt_len);
993 PRINT(decimal_point,decpt_len);
998 PRINT(cp++, 1);
999 PRINT(decimal_poin
[all...]
H A Dvfwprintf.c451 #define PRINT(ptr, len) do { \ macro
558 PRINT(cp, n);
1015 PRINT(&sign, 1);
1019 PRINT(ox, 2);
1036 PRINT(cp, size);
1042 PRINT(zeroes, 1);
1044 PRINT(&decimal_point, 1);
1061 PRINT(&decimal_point, 1);
1068 PRINT(buf, 2);
1069 PRINT(c
[all...]
/freebsd-9.3-release/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);

Completed in 105 milliseconds

123