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