| /freebsd-13.1/sbin/restore/ |
| H A D | utilities.c | 132 vprintf(stdout, "rename %s to %s\n", from, to); in renameit() 151 vprintf(stdout, "Make node %s\n", cp); in newnode() 173 vprintf(stdout, "Remove node %s\n", cp); in removenode() 193 vprintf(stdout, "Remove leaf %s\n", cp); in removeleaf() 240 vprintf(stdout, "Create %s link %s->%s\n", in linkit() 257 vprintf(stdout, "Create whiteout %s\n", name); in addwhiteout() 279 vprintf(stdout, "Delete whiteout %s\n", name); in delwhiteout()
|
| H A D | main.c | 212 vprintf(stdout, "Begin incremental restore\n"); in main() 216 vprintf(stdout, "Calculate node updates.\n"); in main() 224 vprintf(stdout, "Begin level 0 restore\n"); in main() 227 vprintf(stdout, "Calculate extraction list.\n"); in main() 235 vprintf(stdout, "Verify the directory structure\n"); in main()
|
| H A D | restore.c | 66 vprintf(stdout, "%s", type == LEAF ? "leaf" : "dir "); in listfile() 160 vprintf(stdout, "Mark entries to be removed.\n"); in removeoldleaves() 162 vprintf(stdout, "Delete whiteouts\n"); in removeoldleaves() 520 vprintf(stdout, "Find unreferenced names.\n"); in findunreflinks() 568 vprintf(stdout, "Remove old nodes (directories).\n"); in removeoldnodes() 599 vprintf(stdout, "Continue extraction of new leaves\n"); in createleaves() 601 vprintf(stdout, "Extract new leaves.\n"); in createleaves() 677 vprintf(stdout, "Extract requested files\n"); in createfiles() 786 vprintf(stdout, "Add whiteouts\n"); in createlinks() 794 vprintf(stdout, "Add links\n"); in createlinks() [all …]
|
| H A D | tape.c | 605 vprintf(stdout, "skipped socket %s\n", name); in extractfile() 617 vprintf(stdout, "extract file %s\n", name); in extractfile() 626 vprintf(stdout, in extractfile() 645 vprintf(stdout, "extract fifo %s\n", name); in extractfile() 703 vprintf(stdout, "extract file %s\n", name); in extractfile() 744 vprintf(stdout, "Set attributes for %s:", name); in set_extattr() 759 vprintf(stdout, "\n\t%s, (%d bytes), %s", in set_extattr() 827 vprintf(stdout, " (unable to set)"); in set_extattr() 829 vprintf(stdout, "\n"); in set_extattr() 1181 vprintf(stdout, in readtape() [all …]
|
| H A D | dirs.c | 142 vprintf(stdout, "Extract directories from tape\n"); in extractdirs() 356 vprintf(stdout, "Mangled directory: "); in putdir() 358 vprintf(stdout, in putdir() 361 vprintf(stdout, in putdir() 366 vprintf(stdout, in putdir() 370 vprintf(stdout, "\n"); in putdir() 570 vprintf(stdout, "Set directory mode, owner, and times.\n"); in setdirmodes()
|
| H A D | restore.h | 150 #define vprintf if (vflag) fprintf macro
|
| /freebsd-13.1/sys/dev/acpica/Osd/ |
| H A D | OsdStream.c | 43 vprintf(Format, ap); in AcpiOsPrintf() 50 vprintf(Format, Args); in AcpiOsVprintf()
|
| /freebsd-13.1/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-13.1/stand/libsa/ |
| H A D | panic.c | 62 vprintf(fmt, ap); in panic()
|
| /freebsd-13.1/lib/libc/stdio/ |
| H A D | vprintf.c | 50 vprintf(const char * __restrict fmt, __va_list ap) in vprintf() function
|
| H A D | Makefile.inc | 26 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \ 75 printf.3 vfprintf.3 printf.3 vprintf.3 printf.3 vsnprintf.3 \
|
| /freebsd-13.1/sbin/ipf/libipf/ |
| H A D | verbose.c | 25 vprintf(fmt, pvar); in verbose()
|
| /freebsd-13.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-warn.c | 85 vprintf(format, args); in cvmx_warn()
|
| H A D | cvmx-utils.h | 84 #define cvmx_dvprintf vprintf
|
| /freebsd-13.1/contrib/tcp_wrappers/ |
| H A D | fakelog.c | 37 vprintf(percent_m(buf, fmt), ap);
|
| H A D | vfprintf.c | 120 vprintf(format, ap) in vprintf() function
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_cmn_err.c | 64 vprintf(fmt, adx); in vcmn_err()
|
| /freebsd-13.1/sys/dev/iavf/ |
| H A D | iavf_osdep.c | 279 vprintf(fmt, args); in iavf_debug_shared() 403 vprintf(fmt, args); in iavf_debug_core()
|
| /freebsd-13.1/sys/cddl/contrib/opensolaris/uts/common/ctf/ |
| H A D | ctf_subr.c | 93 (void) vprintf(format, alist); in ctf_dprintf()
|
| /freebsd-13.1/sys/cddl/compat/opensolaris/kern/ |
| H A D | opensolaris_cmn_err.c | 62 vprintf(fmt, adx); in vcmn_err()
|
| /freebsd-13.1/tools/regression/posixsem/ |
| H A D | test.c | 61 vprintf(fmt, ap); in vprint_status()
|
| /freebsd-13.1/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;
|
| /freebsd-13.1/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-13.1/stand/powerpc/boot1.chrp/ |
| H A D | boot1.c | 71 static int vprintf(const char *fmt, va_list ap); 668 ret = vprintf(fmt, ap); in printf() 688 vprintf(const char *fmt, va_list ap) in vprintf() function
|
| /freebsd-13.1/lib/libsm/ |
| H A D | Makefile | 31 vasprintf.c vfprintf.c vfscanf.c vprintf.c vsnprintf.c \
|