| /netbsd-src/sbin/restore/ |
| H A D | restore.c | 65 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() 521 vprintf(stdout, "Find unreferenced names.\n"); in findunreflinks() 569 vprintf(stdout, "Remove old nodes (directories).\n"); in removeoldnodes() 600 vprintf(stdout, "Continue extraction of new leaves\n"); in createleaves() 602 vprintf(stdout, "Extract new leaves.\n"); in createleaves() 680 vprintf(stdout, "Extract requested files\n"); in createfiles() 785 vprintf(stdout, "Add whiteouts\n"); in createlinks() 793 vprintf(stdout, "Add links\n"); in createlinks() [all …]
|
| H A D | utilities.c | 134 vprintf(stdout, "rename %s to %s\n", from, to); in renameit() 153 vprintf(stdout, "Make node %s\n", cp); in newnode() 175 vprintf(stdout, "Remove node %s\n", cp); in removenode() 195 vprintf(stdout, "Remove leaf %s\n", cp); in removeleaf() 223 vprintf(stdout, "Create %s link %s->%s\n", in linkit() 240 vprintf(stdout, "Create whiteout %s\n", name); in addwhiteout() 262 vprintf(stdout, "Delete whiteout %s\n", name); in delwhiteout()
|
| H A D | main.c | 222 vprintf(stdout, "Begin incremental restore\n"); in main() 226 vprintf(stdout, "Calculate node updates.\n"); in main() 234 vprintf(stdout, "Begin level 0 restore\n"); in main() 237 vprintf(stdout, "Calculate extraction list.\n"); in main() 245 vprintf(stdout, "Verify the directory structure\n"); in main()
|
| H A D | tape.c | 296 vprintf(stdout, "Verify tape and initialize maps\n"); in setup() 673 vprintf(stdout, "skipped socket %s\n", name); in extractfile() 685 vprintf(stdout, "extract file %s\n", name); in extractfile() 694 vprintf(stdout, in extractfile() 719 vprintf(stdout, "extract special file %s\n", name); in extractfile() 755 vprintf(stdout, "extract fifo %s\n", name); in extractfile() 788 vprintf(stdout, "extract file %s\n", name); in extractfile() 842 vprintf(stdout, "Set attributes for %s:", name); in set_extattr() 857 vprintf(stdout, "\n\t%s, (%d bytes), %s", in set_extattr() 946 vprintf(stdout, " (unable to set)"); in set_extattr() [all …]
|
| H A D | dirs.c | 153 vprintf(stdout, "Extract directories from tape\n"); in extractdirs() 376 vprintf(stdout, "Mangled directory: "); in putdir() 378 vprintf(stdout, in putdir() 381 vprintf(stdout, in putdir() 386 vprintf(stdout, in putdir() 390 vprintf(stdout, "\n"); in putdir() 603 vprintf(stdout, "Set directory mode, owner, and times.\n"); in setdirmodes()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_print.c | 209 vprintf(vaf->fmt, *vaf->va); /* XXX */ in __drm_printfn_info() 220 vprintf(vaf->fmt, *vaf->va); /* XXX */ in __drm_printfn_debug() 231 vprintf(vaf->fmt, *vaf->va); /* XXX */ in __drm_printfn_err() 317 vprintf(format, va); in drm_dev_printk() 358 vprintf(format, va); in drm_dev_dbg() 397 vprintf(format, va); in __drm_dbg() 428 vprintf(format, va); in __drm_err()
|
| /netbsd-src/usr.sbin/ldpd/ |
| H A D | ldp_errors.c | 64 vprintf(fmt, va); in debugp() 80 vprintf(fmt, va); in warnp() 93 vprintf(fmt, va); in fatalp()
|
| /netbsd-src/external/gpl3/gdb/dist/libiberty/ |
| H A D | vprintf.c | 23 #undef vprintf 25 vprintf (const char *format, va_list ap) in vprintf() function
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | vprintf.c | 23 #undef vprintf 25 vprintf (const char *format, va_list ap) in vprintf() function
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | vprintf.c | 23 #undef vprintf 25 vprintf (const char *format, va_list ap) in vprintf() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | vprintf.c | 23 #undef vprintf 25 vprintf (const char *format, va_list ap) in vprintf() function
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | vprintf.c | 23 #undef vprintf 25 vprintf (const char *format, va_list ap) in vprintf() function
|
| /netbsd-src/external/gpl3/gdb.old/dist/libiberty/ |
| H A D | vprintf.c | 23 #undef vprintf 25 vprintf (const char *format, va_list ap) in vprintf() function
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
| H A D | cmn_err.h | 88 extern void vprintf(const char *, __va_list) 90 #pragma rarely_called(vprintf)
|
| /netbsd-src/external/gpl2/gettext/include/ |
| H A D | libgnuintl.h | 345 #undef vprintf 346 #define vprintf libintl_vprintf macro 347 extern LIBINTL_DLL_EXPORTED int vprintf (const char *, va_list);
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | stdio.in.h | 1587 # define vprintf rpl_vprintf 1591 _GL_FUNCDECL_RPL (vprintf, int, (const char *restrict format, va_list args) 1595 _GL_FUNCDECL_RPL (vprintf, int, (const char *restrict format, va_list args) 1599 _GL_CXXALIAS_RPL (vprintf, int, (const char *restrict format, va_list args)); 1604 _GL_CXXALIAS_SYS_CAST (vprintf, int, 1608 _GL_CXXALIASWARN (vprintf); 1613 # undef vprintf 1616 _GL_WARN_ON_USE (vprintf, "vprintf is not always POSIX compliant - "
|
| /netbsd-src/sys/lib/libsa/ |
| H A D | printf.c | 46 vprintf(fmt, ap); in printf()
|
| /netbsd-src/sys/external/bsd/vchiq/dist/interface/compat/ |
| H A D | vchi_bsd.c | 230 vprintf(fmt, ap); in rlprintf() 245 vprintf(fmt, ap); in device_rlprintf()
|
| /netbsd-src/sys/arch/sun68k/stand/libsa/ |
| H A D | panic.c | 13 vprintf(fmt, ap); in panic()
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/ |
| H A D | stdio.h | 2098 # define vprintf rpl_vprintf 2102 _GL_FUNCDECL_RPL (vprintf, int, (const char *restrict format, va_list args) 2106 _GL_FUNCDECL_RPL (vprintf, int, (const char *restrict format, va_list args) 2110 _GL_CXXALIAS_RPL (vprintf, int, (const char *restrict format, va_list args)); 2115 _GL_CXXALIAS_SYS_CAST (vprintf, int, 2119 _GL_CXXALIASWARN (vprintf); 2124 # undef vprintf 2127 _GL_WARN_ON_USE (vprintf, "vprintf is not always POSIX compliant - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/vax/gnulib/import/ |
| H A D | stdio.h | 2098 # define vprintf rpl_vprintf 2102 _GL_FUNCDECL_RPL (vprintf, int, (const char *restrict format, va_list args) 2106 _GL_FUNCDECL_RPL (vprintf, int, (const char *restrict format, va_list args) 2110 _GL_CXXALIAS_RPL (vprintf, int, (const char *restrict format, va_list args)); 2115 _GL_CXXALIAS_SYS_CAST (vprintf, int, 2119 _GL_CXXALIASWARN (vprintf); 2124 # undef vprintf 2127 _GL_WARN_ON_USE (vprintf, "vprintf is not always POSIX compliant - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/ |
| H A D | stdio.h | 2098 # define vprintf rpl_vprintf 2102 _GL_FUNCDECL_RPL (vprintf, int, (const char *restrict format, va_list args) 2106 _GL_FUNCDECL_RPL (vprintf, int, (const char *restrict format, va_list args) 2110 _GL_CXXALIAS_RPL (vprintf, int, (const char *restrict format, va_list args)); 2115 _GL_CXXALIAS_SYS_CAST (vprintf, int, 2119 _GL_CXXALIASWARN (vprintf); 2124 # undef vprintf 2127 _GL_WARN_ON_USE (vprintf, "vprintf is not always POSIX compliant - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/ |
| H A D | stdio.h | 2098 # define vprintf rpl_vprintf 2102 _GL_FUNCDECL_RPL (vprintf, int, (const char *restrict format, va_list args) 2106 _GL_FUNCDECL_RPL (vprintf, int, (const char *restrict format, va_list args) 2110 _GL_CXXALIAS_RPL (vprintf, int, (const char *restrict format, va_list args)); 2115 _GL_CXXALIAS_SYS_CAST (vprintf, int, 2119 _GL_CXXALIASWARN (vprintf); 2124 # undef vprintf 2127 _GL_WARN_ON_USE (vprintf, "vprintf is not always POSIX compliant - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| H A D | stdio.h | 2098 # define vprintf rpl_vprintf 2102 _GL_FUNCDECL_RPL (vprintf, int, (const char *restrict format, va_list args) 2106 _GL_FUNCDECL_RPL (vprintf, int, (const char *restrict format, va_list args) 2110 _GL_CXXALIAS_RPL (vprintf, int, (const char *restrict format, va_list args)); 2115 _GL_CXXALIAS_SYS_CAST (vprintf, int, 2119 _GL_CXXALIASWARN (vprintf); 2124 # undef vprintf 2127 _GL_WARN_ON_USE (vprintf, "vprintf is not always POSIX compliant - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/ |
| H A D | stdio.h | 2098 # define vprintf rpl_vprintf 2102 _GL_FUNCDECL_RPL (vprintf, int, (const char *restrict format, va_list args) 2106 _GL_FUNCDECL_RPL (vprintf, int, (const char *restrict format, va_list args) 2110 _GL_CXXALIAS_RPL (vprintf, int, (const char *restrict format, va_list args)); 2115 _GL_CXXALIAS_SYS_CAST (vprintf, int, 2119 _GL_CXXALIASWARN (vprintf); 2124 # undef vprintf 2127 _GL_WARN_ON_USE (vprintf, "vprintf is not always POSIX compliant - "
|