| /openbsd-src/usr.bin/rsync/ |
| H A D | log.c | 44 if (vasprintf(&buf, fmt, ap) == -1) { in rsync_log() 72 if (vasprintf(&buf, fmt, ap) == -1) { in rsync_errx() 98 if (vasprintf(&buf, fmt, ap) == -1) { in rsync_err() 126 if (vasprintf(&buf, fmt, ap) == -1) { in rsync_errx1() 150 if (vasprintf(&buf, fmt, ap) == -1) { in rsync_warnx() 179 if (vasprintf(&buf, fmt, ap) == -1) { in rsync_warn()
|
| H A D | misc.c | 45 r = vasprintf(&cp, fmt, ap); in addargs()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBLog.cpp | 114 ::vasprintf(&arg_msg, format, args); in _DNBLogThreaded() 156 ::vasprintf(&arg_msg, format, args); in _DNBLogThreadedIf() 196 ::vasprintf(&arg_msg, format, args); in _DNBLogError() 213 ::vasprintf(&arg_msg, format, args); in _DNBLogFatalError() 242 ::vasprintf(&arg_msg, format, args); in _DNBLogWarningVerbose() 258 ::vasprintf(&arg_msg, format, args); in _DNBLogWarning()
|
| H A D | DNBError.cpp | 84 ::vasprintf(&arg_msg, format, args); in LogThreadedIfError() 101 ::vasprintf(&arg_msg, format, args); in LogThreaded()
|
| /openbsd-src/gnu/llvm/libcxx/src/ |
| H A D | verbose_abort.cpp | 52 vasprintf(&buffer, format, list); in __libcpp_verbose_abort() 55 vasprintf(&buffer, format, list); in __libcpp_verbose_abort()
|
| /openbsd-src/gnu/llvm/libcxxabi/src/ |
| H A D | abort_message.cpp | 51 vasprintf(&buffer, format, list); in abort_message() 59 vasprintf(&buffer, format, list); in abort_message()
|
| /openbsd-src/lib/libc/stdio/ |
| H A D | vasprintf.c | 29 vasprintf(char **str, const char *fmt, __va_list ap) in vasprintf() function 66 DEF_WEAK(vasprintf);
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | vasprintf.c | 152 vasprintf (char **result, const char *format, in vasprintf() function 169 vasprintf (&result, format, args); in checkit()
|
| H A D | asprintf.c | 53 status = vasprintf (buf, fmt, ap); in asprintf()
|
| H A D | configure.ac | 343 funcs="$funcs vasprintf" 365 strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \ 370 AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf]) 399 AC_LIBOBJ([vasprintf]) 403 asprintf | basename | insque | random | strdup | vasprintf) 476 AC_LIBOBJ([vasprintf]) 481 strncasecmp | strdup | vfork | waitpid | vasprintf) 606 AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf])
|
| /openbsd-src/usr.sbin/bgpd/ |
| H A D | logmsg.c | 68 if (vasprintf(&msg, emsg, ap) == -1) in log_peer_info() 88 if (vasprintf(&msg, emsg, ap) == -1) in log_peer_warn() 105 if (vasprintf(&msg, emsg, ap) == -1) in log_peer_warnx()
|
| /openbsd-src/gnu/usr.bin/cvs/lib/ |
| H A D | ChangeLog | 116 * vasprintf.c: Removed; there is apparently no clean, portable 119 * Makefile.in (SOURCES): Remove vasprintf.c. 120 * build_lib.com: Remove vasprintf.c and vasprintf.obj. 240 * build_lib.com: Add vasprintf.c and vasprintf.obj. 287 * vasprintf.c: Added a #define for systems where a va_list is 314 stripslash.c, system.h, vasprintf.c, wait.h, xgetwd.c, yesno.c: 339 * vasprintf.c: Fix type clashes in calls to strtoul. 367 * vasprintf.c: If STDC_HEADERS, include stdlib.h rather than 437 * vasprintf.c: Declare abs(). 441 * vasprintf.c (int_vasprintf): Don't cast arguments to memcpy. [all …]
|
| /openbsd-src/gnu/lib/libiberty/src/config/ |
| H A D | mh-fbsd21 | 1 EXTRA_OFILES=vasprintf.o
|
| H A D | mh-windows | 1 EXTRA_OFILES=asprintf.o strcasecmp.o strncasecmp.o vasprintf.o
|
| /openbsd-src/usr.sbin/ldomctl/ |
| H A D | util.c | 79 ret = vasprintf(str, fmt, ap); in xasprintf()
|
| /openbsd-src/usr.bin/sort/ |
| H A D | mem.c | 99 len = vasprintf(ret, fmt, ap); in sort_asprintf()
|
| /openbsd-src/usr.bin/rcs/ |
| H A D | xmalloc.c | 80 i = vasprintf(ret, fmt, ap); in xasprintf()
|
| /openbsd-src/usr.bin/diff/ |
| H A D | xmalloc.c | 78 i = vasprintf(ret, fmt, ap); in xasprintf()
|
| /openbsd-src/usr.bin/file/ |
| H A D | xmalloc.c | 80 i = vasprintf(ret, fmt, ap); in xasprintf()
|
| H A D | magic-common.c | 77 if (vasprintf(&msg, fmt, ap) == -1) in magic_vwarnm()
|
| /openbsd-src/lib/libcrypto/bio/ |
| H A D | b_print.c | 41 ret = vasprintf(&buf, format, args); in BIO_vprintf()
|
| /openbsd-src/gnu/llvm/libcxx/src/support/solaris/ |
| H A D | xlocale.cpp | 43 int __res = vasprintf(__s, __format, __va); in asprintf_l()
|
| /openbsd-src/usr.bin/cvs/ |
| H A D | xmalloc.c | 85 i = vasprintf(ret, fmt, ap); in xasprintf()
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | xmalloc.c | 96 i = vasprintf(ret, fmt, ap); in xvasprintf()
|
| /openbsd-src/usr.bin/mandoc/ |
| H A D | mandoc_aux.c | 36 ret = vasprintf(dest, fmt, ap); in mandoc_asprintf()
|