- t2ex
- bsd_source/lib/libc/src_bsd/include/stdio.h - 15.7KB - 450 lines
284: __attribute__((__nonnull__ (2)));
285: int vscanf(const char *, __va_list)
286: __attribute__((__format__ (scanf, 1, 0)))
- bsd_source/lib/libc/src_bsd/stdio/vscanf.c - 1.8KB - 41 lines
36: int
37: vscanf(const char *fmt, __va_list ap)
38: {
- bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
406: __BEGIN_DECLS
407: int vscanf(const char * __restrict, _BSD_VA_LIST_)
408: __attribute__((__format__(__scanf__, 1, 0)));