Home
last modified time | relevance | path

Searched defs:printf (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/lib/libc/stdio/
H A Dprintf.c51 printf(char const * __restrict fmt, ...) in printf() function
/freebsd-12.1/sys/contrib/libsodium/test/default/
H A Dcmptest.h160 #define printf(...) do { } while(0) macro
196 #define printf(...) fprintf(fp_res, __VA_ARGS__) macro
/freebsd-12.1/contrib/gdtoa/
H A Dstdio1.h90 #define printf Printf macro
/freebsd-12.1/bin/sh/bltin/
H A Dbltin.h55 #define printf out1fmt macro
/freebsd-12.1/tools/tools/zfsboottest/
H A Dzfsboottest.c71 #define printf(...) fprintf(stderr, __VA_ARGS__) macro
/freebsd-12.1/stand/libsa/
H A Dprintf.c72 printf(const char *fmt, ...) in printf() function
/freebsd-12.1/stand/i386/boot2/
H A Dboot2.c537 printf(const char *fmt,...) in printf() function
/freebsd-12.1/release/picobsd/tinyware/msh/
H A Dsh2.c797 printf(s) /* yyparse calls it */ in printf() function
/freebsd-12.1/stand/powerpc/boot1.chrp/
H A Dboot1.c572 printf(const char *fmt, ...) in printf() function
/freebsd-12.1/contrib/gdb/gdb/
H A Dstandalone.c271 printf (int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8, int a9) in printf() function
/freebsd-12.1/stand/sparc64/boot1/
H A Dboot1.c546 printf(const char *fmt, ...) in printf() function
/freebsd-12.1/sys/kern/
H A Dsubr_prf.c412 printf(const char *fmt, ...) in printf() function
/freebsd-12.1/crypto/heimdal/lib/hx509/
H A Dsoftp11.c150 #define printf error_use_st_logf macro
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1000 WRAPPER2(int, printf, const char *format, ...) in WRAPPER2() argument