/freebsd-head/lib/libc/stdio/ |
H A D | printf.c | 41 static char sccsid[] = "@(#)printf.c 8.1 (Berkeley) 6/4/93"; 51 printf(char const * __restrict fmt, ...) function
|
/freebsd-head/contrib/gdtoa/ |
H A D | stdio1.h | 26 * retaining the system-supplied printf, fprintf, sprintf. 84 #undef printf macro 90 #define printf Printf macro
|
/freebsd-head/bin/sh/bltin/ |
H A D | bltin.h | 55 #define printf out1fmt macro
|
/freebsd-head/tools/tools/zfsboottest/ |
H A D | zfsboottest.c | 71 #define printf(...) fprintf(stderr, __VA_ARGS__) macro 74 #undef printf macro 186 printf("\n"); 218 printf("%s %s\n", hash, argv[i]);
|
/freebsd-head/sys/contrib/libsodium/test/default/ |
H A D | cmptest.h | 151 printf("%llu\n", 1000000ULL * (ts_end - ts_start) / ITERATIONS); 159 #undef printf macro 160 #define printf(...) do { } while(0) macro 195 #undef printf macro 196 #define printf(...) fprintf(fp_res, __VA_ARGS__) macro 208 printf("--- SUCCESS ---\n");
|
/freebsd-head/contrib/libstdc++/include/c/ |
H A D | std_cstdio.h | 65 #undef printf macro
|
/freebsd-head/contrib/libstdc++/include/c_std/ |
H A D | std_cstdio.h | 78 #undef printf macro 124 using ::printf;
|
/freebsd-head/stand/libsa/ |
H A D | printf.c | 41 * Standaloneified version of the FreeBSD kernel printf family. 72 printf(const char *fmt, ...) function 222 * Scaled down version of printf(3). 229 * printf("reg=%b\n", regval, "<base><arg>*");
|
/freebsd-head/stand/i386/boot2/ |
H A D | boot2.c | 117 static void printf(const char *,...); 155 printf("Invalid %s\n", "format"); 176 printf("\b \b"); 233 printf("%s: %s", PATH_CONFIG, cmddup); 255 printf("\nFreeBSD/x86 boot\n" 298 printf("No %s\n", kname); 346 printf("Invalid %s\n", "format"); 385 printf("Keyboard: %s\n", cp); 532 printf("Invalid %s\n", reason); 537 printf(cons function [all...] |
/freebsd-head/stand/sparc64/boot1/ |
H A D | boot1.c | 67 static int printf(const char *fmt, ...); 150 printf("ofw_finddevice: name=\"%s\"\n", name); 171 printf("ofw_getprop: ofwh=0x%x buf=%p len=%u\n", 190 printf("ofw_open: path=\"%s\"\n", path); 207 printf("ofw_close: devh=0x%x\n", devh); 227 printf("ofw_read: devh=0x%x buf=%p len=%u\n", devh, buf, len); 247 printf("ofw_write: devh=0x%x buf=%p len=%u\n", devh, buf, len); 267 printf("ofw_seek: devh=0x%x off=0x%lx\n", devh, off); 343 printf(" \n>> FreeBSD/sparc64 ZFS boot block\n Boot path: %s\n", 346 printf(" \ 546 printf(const char *fmt, ...) function [all...] |
/freebsd-head/stand/powerpc/boot1.chrp/ |
H A D | boot1.c | 68 static int printf(const char *fmt, ...); 178 printf("ofw_finddevice: name=\"%s\"\n", name); 199 printf("ofw_getprop: ofwh=0x%x buf=%p len=%u\n", 221 printf("ofw_setprop: ofwh=0x%x buf=%p len=%u\n", 240 printf("ofw_open: path=\"%s\"\n", path); 257 printf("ofw_close: devh=0x%x\n", devh); 278 printf("ofw_claim: virt=%p len=%u\n", virt, len); 299 printf("ofw_read: devh=0x%x buf=%p len=%u\n", devh, buf, len); 319 printf("ofw_write: devh=0x%x buf=%p len=%u\n", devh, buf, len); 339 printf("ofw_see 572 printf(const char *fmt, ...) function [all...] |
/freebsd-head/contrib/gdb/gdb/ |
H A D | standalone.c | 274 printf (int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8, int a9) 432 printf ("\n%s.\n\n", str); 271 printf (int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8, int a9) function
|
/freebsd-head/sys/kern/ |
H A D | subr_prf.c | 393 printf(const char *fmt, ...) function 614 * Scaled down version of printf(3). 621 * printf("reg=%b\n", regval, "<base><arg>*"); 1033 printf("%s\n", current_boot_tag); 1135 printf("%s", hdr); 1138 printf("%04x ", i); 1144 printf("%c%02x", delim, cp[k]); 1146 printf(" "); 1151 printf(" |"); 1155 printf(" "); [all...] |
/freebsd-head/crypto/heimdal/lib/hx509/ |
H A D | softp11.c | 150 #define printf error_use_st_logf macro
|