Symbol: xprintf
dist/pf/sbin/pfctl/pfctl_table.c
159
xprintf(opts, "%d tables deleted", ndel);
dist/pf/sbin/pfctl/pfctl_table.c
191
xprintf(opts, "%d table deleted", ndel);
dist/pf/sbin/pfctl/pfctl_table.c
196
xprintf(opts, "%d addresses deleted", ndel);
dist/pf/sbin/pfctl/pfctl_table.c
206
xprintf(opts, "%d/%d addresses added", nadd, b.pfrb_size);
dist/pf/sbin/pfctl/pfctl_table.c
220
xprintf(opts, "%d/%d addresses deleted", ndel, b.pfrb_size);
dist/pf/sbin/pfctl/pfctl_table.c
245
xprintf(opts, "%d addresses added", nadd);
dist/pf/sbin/pfctl/pfctl_table.c
247
xprintf(opts, "%d addresses deleted", ndel);
dist/pf/sbin/pfctl/pfctl_table.c
249
xprintf(opts, "%d addresses changed", nchange);
dist/pf/sbin/pfctl/pfctl_table.c
251
xprintf(opts, "no changes");
dist/pf/sbin/pfctl/pfctl_table.c
287
xprintf(opts, "%d/%d addresses expired", ndel, b2.pfrb_size);
dist/pf/sbin/pfctl/pfctl_table.c
329
xprintf(opts, "%d/%d addresses match", nmatch, b.pfrb_size);
dist/pf/sbin/pfctl/pfctl_table.c
349
xprintf(opts, "%d table/stats cleared", nzero);
dist/pf/sbin/pfctl/pfctl_table.c
64
static void xprintf(int, const char *, ...);
dist/pf/sbin/pfctl/pfctl_table.c
97
xprintf(opts, "%d table created", nadd); \
lib/libc/misc/stack_protector.c
46
void xprintf(const char *fmt, ...);
lib/libc/misc/stack_protector.c
96
xprintf("%s: %s\n", getprogname(), msg);
libexec/ld.elf_so/arch/alpha/alpha_reloc.c
76
#define adbg(x) xprintf x
libexec/ld.elf_so/arch/hppa/hppa_reloc.c
64
#define hdbg(x) xprintf x
libexec/ld.elf_so/arch/sparc/mdreloc.c
353
xprintf("BASE_REL(%s): where=%p, *where 0x%x, "
libexec/ld.elf_so/arch/sparc64/mdreloc.c
450
xprintf("BASE_REL(%s): where=%p, *where 0x%lx, "
libexec/ld.elf_so/debug.c
61
xprintf("\n");
libexec/ld.elf_so/rtldenv.h
44
void xprintf(const char *, ...)
libexec/ld.elf_so/xmalloc.c
159
#define TRACE() xprintf("TRACE %s:%d\n", __FILE__, __LINE__)
libexec/ld.elf_so/xmalloc.c
370
xprintf("Memory allocation statistics %s\nfree:\t", s);
libexec/ld.elf_so/xmalloc.c
374
xprintf(" %d", j);
libexec/ld.elf_so/xmalloc.c
377
xprintf("\nused:\t");
libexec/ld.elf_so/xmalloc.c
379
xprintf(" %d", nmalloc[i]);
libexec/ld.elf_so/xmalloc.c
382
xprintf("\n\tTotal in use: %d, total free: %d\n",
libexec/ld.elf_so/xmalloc.c
412
xprintf("Cannot map anonymous memory");
libexec/ld.elf_so/xprintf.c
285
xprintf(": %s\n", xstrerror(saved_errno));
libexec/ld.elf_so/xprintf.c
299
xprintf(": %s\n", xstrerror(saved_errno));
libexec/ld.elf_so/xprintf.c
319
xprintf("assertion \"%s\" failed: file \"%s\", line %d\n",
sys/arch/x68k/stand/common/xprintf.c
239
xprintf(fmt, va_alist)
sys/arch/x68k/stand/common/xprintf.h
18
size_t xprintf(const char *fmt, ...);
sys/arch/x68k/stand/loadbsd/loadbsd.c
477
xprintf("loadbsd %s\n", VERSION);