| /src/libexec/ld.elf_so/ |
| rtldenv.h | 44 void xprintf(const char *, ...) 75 # define xprintf printf macro
|
| 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 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/external/gpl3/gdb.old/dist/sim/common/ |
| sim-load.c | 37 static void xprintf (host_callback *, const char *, ...); 123 xprintf (callback, 149 xprintf (callback, "Start address %" PRIx64 "\n", 160 xprintf (host_callback *callback, const char *fmt, ...) function 189 xprintf (callback, "Transfer rate: "); 191 xprintf (callback, "%ld bits/sec", 194 xprintf (callback, "%ld bits in <1 sec", (data_count * 8)); 195 xprintf (callback, ".\n");
|
| /src/external/gpl3/gdb.old/dist/sim/rl78/ |
| load.c | 41 xprintf (host_callback *callback, const char *fmt, ...) function 137 xprintf (callbacks,
|
| /src/external/gpl3/gdb.old/dist/sim/rx/ |
| load.c | 36 xprintf (host_callback *callback, const char *fmt, ...) function 137 xprintf (callback,
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-load.c | 37 static void xprintf (host_callback *, const char *, ...); 123 xprintf (callback, 149 xprintf (callback, "Start address %" PRIx64 "\n", 160 xprintf (host_callback *callback, const char *fmt, ...) function 189 xprintf (callback, "Transfer rate: "); 191 xprintf (callback, "%ld bits/sec", 194 xprintf (callback, "%ld bits in <1 sec", (data_count * 8)); 195 xprintf (callback, ".\n");
|
| /src/external/gpl3/gdb/dist/sim/rl78/ |
| load.c | 41 xprintf (host_callback *callback, const char *fmt, ...) function 137 xprintf (callbacks,
|
| /src/external/gpl3/gdb/dist/sim/rx/ |
| load.c | 36 xprintf (host_callback *callback, const char *fmt, ...) function 137 xprintf (callback,
|
| /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 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 [all...] |
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq-subs.c | 363 static int xprintf(FILE *, char const *, ...) NTP_PRINTF(2, 3); 395 xprintf( function 442 xprintf(stderr, 495 xprintf(stderr, "Variable list full\n"); 531 (void) xprintf(stderr, "Variable `%s' not found\n", 595 xprintf(stderr, 652 xprintf(fp, "No variables on list\n"); 657 xprintf(fp, "%s\n", vlist[n].name); 659 xprintf(fp, "%s=%s\n", vlist[n].name, 753 xprintf(fp, "server=%s ", currenthost) [all...] |