| /netbsd-src/dist/pf/sbin/pfctl/ |
| H A D | pfctl_table.c | 64 static void xprintf(int, const char *, ...); 97 xprintf(opts, "%d table created", nadd); \ 159 xprintf(opts, "%d tables deleted", ndel); in pfctl_table() 191 xprintf(opts, "%d table deleted", ndel); in pfctl_table() 196 xprintf(opts, "%d addresses deleted", ndel); in pfctl_table() 206 xprintf(opts, "%d/%d addresses added", nadd, b.pfrb_size); in pfctl_table() 220 xprintf(opts, "%d/%d addresses deleted", ndel, b.pfrb_size); in pfctl_table() 245 xprintf(opts, "%d addresses added", nadd); in pfctl_table() 247 xprintf(opts, "%d addresses deleted", ndel); in pfctl_table() 249 xprintf(opts, "%d addresses changed", nchange); in pfctl_table() [all …]
|
| /netbsd-src/libexec/ld.elf_so/ |
| H A D | xmalloc.c | 173 #define TRACE() xprintf("TRACE %s:%d\n", __FILE__, __LINE__) 398 xprintf("Memory allocation statistics %s\nfree:\t", s); in mstats() 402 xprintf(" %d", j); in mstats() 405 xprintf("\nused:\t"); in mstats() 407 xprintf(" %d", nmalloc[i]); in mstats() 410 xprintf("\n\tTotal in use: %d, total free: %d\n", in mstats() 440 xprintf("Cannot map anonymous memory"); in morepages()
|
| H A D | xprintf.c | 225 xprintf(const char *fmt, ...) in xprintf() function 285 xprintf(": %s\n", xstrerror(saved_errno)); in xerr() 299 xprintf(": %s\n", xstrerror(saved_errno)); in xwarn() 319 xprintf("assertion \"%s\" failed: file \"%s\", line %d\n", in xassert()
|
| H A D | rtldenv.h | 43 void xprintf(const char *, ...) 74 # define xprintf printf macro
|
| H A D | debug.c | 61 xprintf("\n"); in debug_printf()
|
| /netbsd-src/lib/libc/misc/ |
| H A D | stack_protector.c | 47 void xprintf(const char *fmt, ...); 95 xprintf("%s: %s\n", getprogname(), msg); in __fail()
|
| /netbsd-src/external/mit/xorg/server/xorg-server.old/os/ |
| H A D | Makefile | 11 xstrans.c xprintf.c log.c xdmcp.c \ 12 rpcauth.c backtrace.c xprintf.c xsha1.c \
|
| /netbsd-src/sys/arch/x68k/stand/common/ |
| H A D | xprintf.c | 236 xprintf(const char *fmt, ...) in xprintf() function 239 xprintf(fmt, va_alist) in xprintf()
|
| H A D | xprintf.h | 18 size_t xprintf(const char *fmt, ...);
|
| /netbsd-src/external/mit/xorg/server/xorg-server.old/hw/xfree86/utils/cvt/ |
| H A D | Makefile | 4 SRCS= cvt.c xf86cvt.c xprintf.c
|
| /netbsd-src/external/mit/xorg/server/xorg-server/hw/xfree86/utils/cvt/ |
| H A D | Makefile | 4 SRCS= cvt.c xf86cvt.c xprintf.c
|
| /netbsd-src/external/mit/xorg/server/xorg-server/os/ |
| H A D | Makefile | 12 xstrans.c xprintf.c log.c xdmcp.c busfault.c \
|
| /netbsd-src/sys/arch/x68k/stand/loadbsd/ |
| H A D | Makefile | 8 SRCS= start.S loadbsd.c xprintf.c trampoline.S
|
| H A D | loadbsd.c | 477 xprintf("loadbsd %s\n", VERSION); in main()
|
| /netbsd-src/libexec/ld.elf_so/arch/alpha/ |
| H A D | alpha_reloc.c | 76 #define adbg(x) xprintf x
|
| /netbsd-src/libexec/ld.elf_so/arch/sparc/ |
| H A D | mdreloc.c | 353 xprintf("BASE_REL(%s): where=%p, *where 0x%x, " in _rtld_relocate_nonplt_objects()
|
| /netbsd-src/libexec/ld.elf_so/arch/hppa/ |
| H A D | hppa_reloc.c | 64 #define hdbg(x) xprintf x
|
| /netbsd-src/libexec/ld.elf_so/arch/sparc64/ |
| H A D | mdreloc.c | 450 xprintf("BASE_REL(%s): where=%p, *where 0x%lx, " in _rtld_relocate_nonplt_objects()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/cris/ |
| H A D | ChangeLog-2021 | 432 * sim-if.c (xprintf, eprintf): Delete. 433 (cris_load_elf_file): Delete callback. Change xprintf to 874 (xprintf, eprintf): New functions, copied from common/sim-load.c.
|
| /netbsd-src/external/gpl3/gdb/dist/sim/rx/ |
| H A D | ChangeLog-2021 | 497 (xprintf, find_section_name_by_offset): New functions.
|
| /netbsd-src/external/gpl3/gdb/dist/sim/ |
| H A D | ChangeLog-2021 | 812 * common/sim-load.c (xprintf): Likewise.
|
| /netbsd-src/external/gpl3/gdb/dist/sim/common/ |
| H A D | ChangeLog-2021 | 2973 * sim-load.c (xprintf, eprintf): Remove fallout from ANSI_PROTOTYPES 7597 * sim-load.c (xprintf eprintf): Use ANSI_PROTOTYPES instead of
|