gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:vfprintf (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/vfprintf.c - 58.5KB - 1,551 lines
264: int
265: vfprintf(FILE *fp, const char *fmt0, __va_list ap)
266: {
bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
276: int      ungetc(int, FILE *);
277: int      vfprintf(FILE * __restrict, const char * __restrict, _BSD_VA_LIST_)
278:     __attribute__((__format__(__printf__, 2, 0)));