- t2ex
- bsd_source/lib/libc/src_bsd/include/stdio.h - 15.7KB - 450 lines
287: __attribute__((__nonnull__ (1)));
288: int vsnprintf(char *, size_t, const char *, __va_list)
289: __attribute__((__format__ (printf, 3, 0)))
- bsd_source/lib/libc/src_bsd/stdio/vsnprintf.c - 2.5KB - 64 lines
39: int
40: vsnprintf(char *str, size_t n, const char *fmt, __va_list ap)
41: {
- bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
356: __attribute__((__format__(__printf__, 3, 4)));
357: int vsnprintf(char * __restrict, size_t, const char * __restrict,
358: _BSD_VA_LIST_)