/src/libexec/ld.elf_so/ |
rtldenv.h | 43 void xprintf(const char *, ...) 74 # define xprintf printf macro
|
Makefile | 91 SRCS+= xprintf.c 109 xprintf.c: errlist_concat.h
|
xprintf.c | 1 /* $NetBSD: xprintf.c,v 1.23 2021/03/06 20:09:39 christos Exp $ */ 32 __RCSID("$NetBSD: xprintf.c,v 1.23 2021/03/06 20:09:39 christos Exp $"); 225 xprintf(const char *fmt, ...) function in typeref:typename:void 285 xprintf(": %s\n", xstrerror(saved_errno)); 299 xprintf(": %s\n", xstrerror(saved_errno)); 319 xprintf("assertion \"%s\" failed: file \"%s\", line %d\n",
|
/src/sys/arch/x68k/stand/common/ |
xprintf.c | 7 * $NetBSD: xprintf.c,v 1.5 2011/02/21 02:31:58 itohy Exp $ 20 #include "xprintf.h" 236 xprintf(const char *fmt, ...) function in typeref:typename:size_t 239 xprintf(fmt, va_alist)
|
/src/dist/pf/sbin/pfctl/ |
pfctl_table.c | 64 static void xprintf(int, const char *, ...); 97 xprintf(opts, "%d table created", nadd); \ 159 xprintf(opts, "%d tables deleted", ndel); 191 xprintf(opts, "%d table deleted", ndel); 196 xprintf(opts, "%d addresses deleted", ndel); 206 xprintf(opts, "%d/%d addresses added", nadd, b.pfrb_size); 220 xprintf(opts, "%d/%d addresses deleted", ndel, b.pfrb_size); 245 xprintf(opts, "%d addresses added", nadd); 247 xprintf(opts, "%d addresses deleted", ndel); 249 xprintf(opts, "%d addresses changed", nchange) 552 xprintf(int opts, const char *fmt, ...) function in typeref:typename:void [all...] |