Searched refs:xvasprintf (Results 1 – 13 of 13) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | xmalloc.c | 98 xvasprintf(char **ret, const char *fmt, va_list ap) in xvasprintf() function 115 i = xvasprintf(ret, fmt, ap); in xasprintf()
|
| H A D | xmalloc.h | 26 int xvasprintf(char **, const char *, va_list)
|
| H A D | readpass.c | 250 xvasprintf(&prompt, fmt, args); in notify_start() 314 xvasprintf(&msg, fmt, args); in notify_complete()
|
| H A D | ssh-sk-helper.c | 63 xvasprintf(&msg, fmt, ap); in reply_error()
|
| H A D | ssh_namespace.h | 1034 #define xvasprintf Fssh_xvasprintf macro
|
| H A D | sk-usbhid.c | 148 xvasprintf(&msg, fmt, ap); in skdebug()
|
| H A D | clientloop.c | 207 xvasprintf(&msg, fmt2, args); in quit_message()
|
| H A D | misc.c | 1584 xvasprintf(&tmp1, fmt, ap); in xextendf()
|
| /freebsd/contrib/tcsh/ |
| H A D | tc.printf.c | 412 xvasprintf(const char *fmt, va_list va) in xvasprintf() function 443 ret = xvasprintf(fmt, va); in xasprintf()
|
| H A D | tc.decls.h | 238 extern char *xvasprintf (const char *, va_list)
|
| H A D | sh.err.c | 555 seterr = xvasprintf(elst[id], va); in seterror()
|
| H A D | Fixes | 406 38. Use va_copy in xvasprintf(); emulate va_copy as suggested in
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | port-linux.c | 354 xvasprintf(&s, fmt, ap); in ssh_systemd_notify()
|