Home
last modified time | relevance | path

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

/external/openssh/
Dutf8.c46 static int vasnmprintf(char **, size_t, int *, const char *, va_list);
99 vasnmprintf(char **str, size_t maxsz, int *wp, const char *fmt, va_list ap) in vasnmprintf() function
242 ret = vasnmprintf(&cp, sz, wp, fmt, ap); in snmprintf()
263 if ((ret = vasnmprintf(&str, INT_MAX, NULL, fmt, ap)) < 0) in vfmprintf()
DChangeLog848 In vasnmprintf() return an error if malloc fails and