Home
last modified time | relevance | path

Searched refs:vasnmprintf (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dutf8.c104 vasnmprintf(char **str, size_t maxsz, int *wp, const char *fmt, va_list ap) in vasnmprintf() function
247 ret = vasnmprintf(&cp, sz, wp, fmt, ap); in snmprintf()
265 ret = vasnmprintf(outp, sz, wp, fmt, ap); in asmprintf()
282 if ((ret = vasnmprintf(&str, INT_MAX, NULL, fmt, ap)) < 0) { in vfmprintf()
H A Dutf8.h18 int vasnmprintf(char **, size_t, int *, const char *, va_list);
H A Dssh_namespace.h1013 #define vasnmprintf Fssh_vasnmprintf macro
H A Dscp.c2178 vasnmprintf(&emsg, INT_MAX, NULL, fmt, ap);