Home
last modified time | relevance | path

Searched refs:xvasprintf (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssh/
H A Dxmalloc.c98 xvasprintf(char **ret, const char *fmt, va_list ap) in xvasprintf() function
115 i = xvasprintf(ret, fmt, ap); in xasprintf()
H A Dxmalloc.h26 int xvasprintf(char **, const char *, va_list)
H A Dreadpass.c250 xvasprintf(&prompt, fmt, args); in notify_start()
314 xvasprintf(&msg, fmt, args); in notify_complete()
H A Dssh-sk-helper.c63 xvasprintf(&msg, fmt, ap); in reply_error()
H A Dssh_namespace.h1034 #define xvasprintf Fssh_xvasprintf macro
H A Dsk-usbhid.c148 xvasprintf(&msg, fmt, ap); in skdebug()
H A Dclientloop.c207 xvasprintf(&msg, fmt2, args); in quit_message()
H A Dmisc.c1584 xvasprintf(&tmp1, fmt, ap); in xextendf()
/freebsd/contrib/tcsh/
H A Dtc.printf.c412 xvasprintf(const char *fmt, va_list va) in xvasprintf() function
443 ret = xvasprintf(fmt, va); in xasprintf()
H A Dtc.decls.h238 extern char *xvasprintf (const char *, va_list)
H A Dsh.err.c555 seterr = xvasprintf(elst[id], va); in seterror()
H A DFixes406 38. Use va_copy in xvasprintf(); emulate va_copy as suggested in
/freebsd/crypto/openssh/openbsd-compat/
H A Dport-linux.c354 xvasprintf(&s, fmt, ap); in ssh_systemd_notify()