Searched refs:vfmprintf (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | utf8.c | 277 vfmprintf(FILE *stream, const char *fmt, va_list ap) in vfmprintf() function 299 ret = vfmprintf(stream, fmt, ap); in fmprintf() 311 ret = vfmprintf(stdout, fmt, ap); in mprintf()
|
D | utf8.h | 23 int vfmprintf(FILE *, const char *, va_list);
|
D | scp.c | 1618 vfmprintf(stderr, fmt, ap);
|