| /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
|
| stand.h | 78 #define printf libsa_printf macro 247 void printf(const char *, ...)
|
| /src/external/lgpl3/gmp/dist/demos/perl/ |
| GMP.pm | 50 printf sgn sprintf)], 121 sub printf { subroutine 361 fits_slong_p, get_d, get_d_2exp, get_si, get_str, integer_p, printf, sgn, 390 printf ".$se$e\n"; # .1111e3 394 printf ".%s@%x\n", $s, $e; # .1@14 396 C<printf> and C<sprintf> allow formatted output of GMP types. mpz and mpq 398 conversions (f, e, E, g, G). All the standard perl printf features are 403 GMP::printf ("%d %d %s", 123, mpz(2)**128, 'foo'); 404 GMP::printf STDERR "%.40f", mpf(1.234); 406 In perl 5.6.1 it doesn't seem to work to export C<printf>, the plain builti [all...] |
| /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
|
| /src/tests/usr.bin/xlint/lint1/ |
| msg_124.c | 13 __attribute__((format(printf, 1, 2))); 23 printflike printf = ptr; local
|
| /src/bin/sh/ |
| Makefile | 50 SRCS+=printf.c 54 ${NETBSDSRCDIR}/usr.bin/printf \ 94 COPTS.printf.c = -Wno-format-nonliteral
|
| /src/sys/arch/i386/stand/lib/test/ |
| sanamespace.h | 14 #undef printf macro
|
| /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/sys/arch/vax/boot/xxboot/ |
| start.S | 238 ENTRY(printf, 0) function
|
| /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 macro 117 #define printf(...) fprintf(fp_res, __VA_ARGS__) macro 129 printf("--- SUCCESS ---\n");
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| stdio-write.c | 123 # if !REPLACE_PRINTF_POSIX /* avoid collision with printf.c */ 125 printf (const char *format, ...) function
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| stdio-write.c | 123 # if !REPLACE_PRINTF_POSIX /* avoid collision with printf.c */ 125 printf (const char *format, ...) function
|
| /src/sys/lib/libkern/ |
| rngtest.c | 149 printf(const char * __restrict format, ...) function 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/sh/bltin/ |
| bltin.h | 71 #define printf(...) _RETURN_INT(out1fmt(__VA_ARGS__)) macro
|
| /src/external/gpl2/gettext/include/ |
| libgnuintl.h | 118 printf (gettext ("foo %y")). */ 309 /* Support for format strings with positions in *printf(), following the 311 Note: These replacements for the *printf() functions are visible only 313 Packages that use *printf() in source files that don't refer to _() 336 #undef printf macro 338 /* Don't break __attribute__((format(printf,M,N))). 343 #define printf libintl_printf macro 344 extern LIBINTL_DLL_EXPORTED int printf (const char *, ...);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| bigcore.c | 39 The following are so that printf et.al. can be avoided. Those 43 #define printf do not use macro
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| bigcore.c | 39 The following are so that printf et.al. can be avoided. Those 43 #define printf do not use macro
|
| /src/sys/external/bsd/acpica/dist/utilities/ |
| utprint.c | 425 * Format - Standard printf format 725 * Format, ... - Standard printf format 757 * Format, ... - Standard printf format 788 * PARAMETERS: Format - Standard printf format 819 * FUNCTION: printf 821 * PARAMETERS: Format, ... - Standard printf format 830 printf ( function 851 * Format - Standard printf format 886 * Format, ... - Standard printf format
|
| /src/external/gpl2/mkhybrid/dist/include/ |
| mconfig.h | 182 # define printf Xprintf macro
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ui-file.c | 39 ui_file::printf (const char *format, ...) function in class:ui_file
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ui-file.c | 39 ui_file::printf (const char *format, ...) function in class:ui_file
|
| /src/sys/arch/aarch64/aarch64/ |
| aarch64_machdep.c | 82 #define VPRINTF(...) printf(__VA_ARGS__) 175 end - start, dmattr, printf); local 779 printf("\ndump to dev %u,%u not possible\n", 784 printf("\ndumping to dev %u,%u offset %ld\n", 792 printf("dump "); 794 printf("area unavailable\n"); 811 printf("%lu ", (len * PAGE_SIZE) / (1024 * 1024)); 829 printf("device bad\n"); 833 printf("device not ready\n"); 837 printf("area improper\n") [all...] |
| /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/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)
|