Home
last modified time | relevance | path

Searched refs:vasprintf (Results 1 – 25 of 166) sorted by relevance

1234567

/openbsd-src/usr.bin/rsync/
H A Dlog.c44 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 Dmisc.c45 r = vasprintf(&cp, fmt, ap); in addargs()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBLog.cpp114 ::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 DDNBError.cpp84 ::vasprintf(&arg_msg, format, args); in LogThreadedIfError()
101 ::vasprintf(&arg_msg, format, args); in LogThreaded()
/openbsd-src/gnu/llvm/libcxx/src/
H A Dverbose_abort.cpp52 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 Dabort_message.cpp51 vasprintf(&buffer, format, list); in abort_message()
59 vasprintf(&buffer, format, list); in abort_message()
/openbsd-src/lib/libc/stdio/
H A Dvasprintf.c29 vasprintf(char **str, const char *fmt, __va_list ap) in vasprintf() function
66 DEF_WEAK(vasprintf);
/openbsd-src/gnu/lib/libiberty/src/
H A Dvasprintf.c152 vasprintf (char **result, const char *format, in vasprintf() function
169 vasprintf (&result, format, args); in checkit()
H A Dasprintf.c53 status = vasprintf (buf, fmt, ap); in asprintf()
H A Dconfigure.ac343 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 Dlogmsg.c68 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 DChangeLog116 * 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 Dmh-fbsd211 EXTRA_OFILES=vasprintf.o
H A Dmh-windows1 EXTRA_OFILES=asprintf.o strcasecmp.o strncasecmp.o vasprintf.o
/openbsd-src/usr.sbin/ldomctl/
H A Dutil.c79 ret = vasprintf(str, fmt, ap); in xasprintf()
/openbsd-src/usr.bin/sort/
H A Dmem.c99 len = vasprintf(ret, fmt, ap); in sort_asprintf()
/openbsd-src/usr.bin/rcs/
H A Dxmalloc.c80 i = vasprintf(ret, fmt, ap); in xasprintf()
/openbsd-src/usr.bin/diff/
H A Dxmalloc.c78 i = vasprintf(ret, fmt, ap); in xasprintf()
/openbsd-src/usr.bin/file/
H A Dxmalloc.c80 i = vasprintf(ret, fmt, ap); in xasprintf()
H A Dmagic-common.c77 if (vasprintf(&msg, fmt, ap) == -1) in magic_vwarnm()
/openbsd-src/lib/libcrypto/bio/
H A Db_print.c41 ret = vasprintf(&buf, format, args); in BIO_vprintf()
/openbsd-src/gnu/llvm/libcxx/src/support/solaris/
H A Dxlocale.cpp43 int __res = vasprintf(__s, __format, __va); in asprintf_l()
/openbsd-src/usr.bin/cvs/
H A Dxmalloc.c85 i = vasprintf(ret, fmt, ap); in xasprintf()
/openbsd-src/usr.bin/ssh/
H A Dxmalloc.c96 i = vasprintf(ret, fmt, ap); in xvasprintf()
/openbsd-src/usr.bin/mandoc/
H A Dmandoc_aux.c36 ret = vasprintf(dest, fmt, ap); in mandoc_asprintf()

1234567