Home
last modified time | relevance | path

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

/external/openssh/
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()
Dutf8.h18 int vasnmprintf(char **, size_t, int *, const char *, va_list);
Dscp.c1651 vasnmprintf(&emsg, INT_MAX, NULL, fmt, ap);