gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for fundef:snprintf (0.07 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/stdio.h - 15.7KB - 450 lines
277: #if __ISO_C_VISIBLE >= 1999 || __BSD_VISIBLE
278: int      snprintf(char *, size_t, const char *, ...)
279:                 __attribute__((__format__ (printf, 3, 4)))
bsd_source/lib/libc/src_bsd/stdio/snprintf.c - 2.6KB - 68 lines
41: int
42: snprintf(char *str, size_t n, const char *fmt, ...)
43: {
bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
354: __BEGIN_DECLS
355: int      snprintf(char * __restrict, size_t, const char * __restrict, ...)
356:     __attribute__((__format__(__printf__, 3, 4)));
bsd_source/t2ex/network/net/src_bsd/sys/systm.h - 18.1KB - 562 lines
236:     __attribute__((__format__(__printf__,2,3)));
237: int     snprintf(char *, size_t, const char *, ...)
238:     __attribute__((__format__(__printf__,3,4)));