gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:vfscanf (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/stdio.h - 15.7KB - 450 lines
281:                 /*__attribute__((__bounded__ (__string__,1,2)))*/;
282: int      vfscanf(FILE *, const char *, __va_list)
283:                 __attribute__((__format__ (scanf, 2, 0)))
bsd_source/lib/libc/src_bsd/stdio/vfscanf.c - 43.3KB - 970 lines
961: int
962: vfscanf(FILE *fp, const char *fmt0, __va_list ap)
963: {
bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
408:     __attribute__((__format__(__scanf__, 1, 0)));
409: int      vfscanf(FILE * __restrict, const char * __restrict, _BSD_VA_LIST_)
410:     __attribute__((__format__(__scanf__, 2, 0)));