/freebsd/sbin/restore/ |
H A D | utilities.c | 124 vprintf(stdout, "rename %s to %s\n", from, to); in renameit() 143 vprintf(stdout, "Make node %s\n", cp); in newnode() 165 vprintf(stdout, "Remove node %s\n", cp); in removenode() 185 vprintf(stdout, "Remove leaf %s\n", cp); in removeleaf() 232 vprintf(stdout, "Create %s link %s->%s\n", in linkit() 249 vprintf(stdout, "Create whiteout %s\n", name); in addwhiteout() 271 vprintf(stdout, "Delete whiteout %s\n", name); in delwhiteout()
|
H A D | restore.c | 57 vprintf(stdout, "%s", type == LEAF ? "leaf" : "dir "); in listfile() 151 vprintf(stdout, "Mark entries to be removed.\n"); in removeoldleaves() 153 vprintf(stdout, "Delete whiteouts\n"); in removeoldleaves() 511 vprintf(stdout, "Find unreferenced names.\n"); in findunreflinks() 559 vprintf(stdout, "Remove old nodes (directories).\n"); in removeoldnodes() 590 vprintf(stdout, "Continue extraction of new leaves\n"); in createleaves() 592 vprintf(stdout, "Extract new leaves.\n"); in createleaves() 668 vprintf(stdout, "Extract requested files\n"); in createfiles() 777 vprintf(stdout, "Add whiteouts\n"); in createlinks() 785 vprintf(stdout, "Add links\n"); in createlinks() [all …]
|
H A D | main.c | 197 vprintf(stdout, "Begin incremental restore\n"); in main() 201 vprintf(stdout, "Calculate node updates.\n"); in main() 209 vprintf(stdout, "Begin level 0 restore\n"); in main() 212 vprintf(stdout, "Calculate extraction list.\n"); in main() 220 vprintf(stdout, "Verify the directory structure\n"); in main()
|
H A D | tape.c | 203 vprintf(stdout, "Verify tape and initialize maps\n"); in setup() 597 vprintf(stdout, "skipped socket %s\n", name); in extractfile() 609 vprintf(stdout, "extract file %s\n", name); in extractfile() 618 vprintf(stdout, in extractfile() 637 vprintf(stdout, "extract fifo %s\n", name); in extractfile() 666 vprintf(stdout, "extract special file %s\n", name); in extractfile() 695 vprintf(stdout, "extract file %s\n", name); in extractfile() 736 vprintf(stdout, "Set attributes for %s:", name); in set_extattr() 751 vprintf(stdout, "\n\t%s, (%d bytes), %s", in set_extattr() 819 vprintf(stdou in set_extattr() [all...] |
H A D | dirs.c | 134 vprintf(stdout, "Extract directories from tape\n"); in extractdirs() 348 vprintf(stdout, "Mangled directory: "); in putdir() 350 vprintf(stdout, in putdir() 353 vprintf(stdout, in putdir() 358 vprintf(stdout, in putdir() 362 vprintf(stdout, "\n"); in putdir() 562 vprintf(stdout, "Set directory mode, owner, and times.\n"); in setdirmodes()
|
H A D | restore.h | 147 #define vprintf if (vflag) fprintf macro
|
/freebsd/sys/dev/acpica/Osd/ |
H A D | OsdStream.c | 41 vprintf(Format, ap); in AcpiOsPrintf() 48 vprintf(Format, Args); in AcpiOsVprintf()
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | cmn_err.h | 88 extern void vprintf(const char *, __va_list) 90 #pragma rarely_called(vprintf)
|
/freebsd/lib/libc/stdio/ |
H A D | vprintf.c | 44 vprintf(const char * __restrict fmt, __va_list ap) in vprintf() function
|
H A D | Makefile.inc | 23 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \ 97 printf.3 vprintf.3 \
|
/freebsd/stand/libsa/ |
H A D | panic.c | 59 vprintf(fmt, ap); in panic()
|
/freebsd/contrib/mandoc/ |
H A D | test-attribute.c | 33 vprintf(fmt, ap); in var_arg()
|
/freebsd/sbin/ipf/libipf/ |
H A D | verbose.c | 24 vprintf(fmt, pvar); in verbose()
|
/freebsd/contrib/tcp_wrappers/ |
H A D | fakelog.c | 31 vprintf(percent_m(buf, fmt), ap); in vsyslog()
|
H A D | vfprintf.c | 117 vprintf(char *format, va_list ap) in vprintf() function
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_osdep.c | 278 vprintf(fmt, args); in iavf_debug_shared() 402 vprintf(fmt, args); in iavf_debug_core()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_cmn_err.c | 64 vprintf(fmt, adx); in vcmn_err()
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/ctf/ |
H A D | ctf_subr.c | 93 (void) vprintf(format, alist); in ctf_dprintf()
|
/freebsd/sys/cddl/compat/opensolaris/kern/ |
H A D | opensolaris_cmn_err.c | 60 vprintf(fmt, adx); in vcmn_err()
|
/freebsd/tools/regression/posixsem/ |
H A D | test.c | 59 vprintf(fmt, ap); in vprint_status()
|
/freebsd/sys/contrib/vchiq/interface/compat/ |
H A D | vchi_bsd.c | 412 vprintf(fmt, ap); in rlprintf() 427 vprintf(fmt, ap); in device_rlprintf()
|
/freebsd/stand/powerpc/boot1.chrp/ |
H A D | boot1.c | 68 static int vprintf(const char *fmt, va_list ap); 665 ret = vprintf(fmt, ap); in printf() 685 vprintf(const char *fmt, va_list ap) in vprintf() function
|
/freebsd/sbin/fsck/ |
H A D | fsutil.c | 114 (void) vprintf(fmt, ap); in vmsg()
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cstdio.inc | 55 using ::vprintf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstdio | 64 int vprintf(const char* restrict format, va_list arg); 170 using ::vprintf _LIBCPP_USING_IF_EXISTS;
|