/src/sys/lib/libsa/ |
printf.c | 1 /* $NetBSD: printf.c,v 1.18 2011/07/17 20:54:52 joerg Exp $ */ 31 * @(#)printf.c 8.1 (Berkeley) 6/11/93 41 printf(const char *fmt, ...) function in typeref:typename:void
|
stand.h | 78 #define printf libsa_printf macro 247 void printf(const char *, ...)
|
/src/usr.bin/printf/ |
Makefile | 4 PROG= printf 6 COPTS.printf.c = -Wno-format-nonliteral
|
/src/sys/arch/emips/stand/common/ |
printf.c | 1 /* $NetBSD: printf.c,v 1.7 2016/02/14 18:05:31 dholland Exp $ */ 18 * $FreeBSD: src/sys/boot/mips/emips/libemips/printf.c,v 1.2 2006/10/20 09:12:05 imp Exp $ 33 printf(const char *fmt,...) function in typeref:typename:void
|
/src/tests/usr.bin/xlint/lint1/ |
msg_124.c | 13 __attribute__((format(printf, 1, 2))); 23 printflike printf = ptr; local in function:example
|
/src/sys/external/isc/libsodium/dist/test/default/ |
cmptest.h | 76 printf("%llu\n", 1000000ULL * (ts_end - ts_start) / ITERATIONS); 81 #define printf(...) do { } while(0) macro 116 #undef printf 117 #define printf(...) fprintf(fp_res, __VA_ARGS__) macro 129 printf("--- SUCCESS ---\n");
|
/src/sys/arch/vax/boot/xxboot/ |
start.S | 238 ENTRY(printf, 0) function
|
/src/bin/sh/bltin/ |
bltin.h | 71 #define printf(...) _RETURN_INT(out1fmt(__VA_ARGS__)) macro
|
/src/sys/lib/libkern/ |
rngtest.c | 149 printf(const char * __restrict format, ...) function in typeref:typename:int 177 printf("Kernel RNG \"%s\" long run test FAILURE: " 206 printf("Kernel RNG \"%s\" monobit test FAILURE: %d ones\n", 221 printf("Kernel RNG \"%s\" poker test failure: " 245 printf("Kernel RNG \"%s\" runs test FAILURE: " 251 printf("Kernel RNG \"%s\" runs test FAILURE: "
|
/src/bin/csh/ |
Makefile | 23 func.c glob.c hist.c init.c lex.c misc.c parse.c printf.c proc.c \ 25 .PATH: ${NETBSDSRCDIR}/usr.bin/printf 58 COPTS.printf.c = -Wno-format-nonliteral
|
/src/bin/sh/ |
Makefile | 50 SRCS+=printf.c 54 ${NETBSDSRCDIR}/usr.bin/printf \ 94 COPTS.printf.c = -Wno-format-nonliteral
|
/src/sys/external/bsd/acpica/dist/utilities/ |
utprint.c | 533 * Format - Standard printf format 833 * Format, ... - Standard printf format 865 * Format, ... - Standard printf format 896 * PARAMETERS: Format - Standard printf format 927 * FUNCTION: printf 929 * PARAMETERS: Format, ... - Standard printf format 938 printf ( function in typeref:typename:int 959 * Format - Standard printf format 994 * Format, ... - Standard printf format
|
/src/sys/arch/sun3/include/ |
mon.h | 176 int (*printf)(const char *, ...); /* Like kernel printf */ member in struct:sunromvec 324 * printf -- Scaled down version of C library printf. Only %d, %x, %s, and %c 342 #define mon_printf (romVectorPtr->printf)
|
/src/sys/arch/sparc/include/ |
oldmon.h | 214 int (*printf)(void); /* Similar to "Kernel printf" */ member in struct:om_vector 258 #define mon_printf (romVectorPtr->printf)
|
/src/sys/arch/sun68k/include/ |
mon.h | 180 int (*printf)(const char *, ...); /* Like kernel printf */ member in struct:sunromvec 328 * printf -- Scaled down version of C library printf. Only %d, %x, %s, and %c 346 #define mon_printf (romVectorPtr->printf)
|
/src/sys/kern/ |
subr_prf.c | 153 rnd_attach_source(&rnd_printf_source, "printf", RND_TYPE_UNKNOWN, 257 printf("Skipping crash dump on recursive panic\n"); 681 * db_printf: printf for DDB (via db_putchar) 727 * Device autoconfiguration printf routines. These change their 1065 * printf_nolog: Like printf(), but does not send message to the log. 1079 * printf_nostamp: Like printf(), but does not prepend a timestamp. 1093 * normal kernel printf functions: printf, vprintf, snprintf, vsnprintf 1097 * printf: print a message to the console and the log 1100 printf(const char *fmt, ... function in typeref:typename:void [all...] |
/src/sys/arch/pmax/include/ |
dec_prom.h | 167 #define printf (*callv -> _printf) macro 249 * DEC_PROM_PRINTF Kernel style printf to console.
|