gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:sprintf (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/sprintf.c - 2.4KB - 64 lines
46: int
47: sprintf(char *str, const char *fmt, ...)
48: {
bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
283: char    *gets(char *);
284: int      sprintf(char * __restrict, const char * __restrict, ...)
285:     __attribute__((__format__(__printf__, 2, 3)));
bsd_source/t2ex/network/net/src_bsd/sys/systm.h - 18.1KB - 562 lines
234:     __attribute__((__format__(__printf__,1,2)));
235: int     sprintf(char *, const char *, ...)
236:     __attribute__((__format__(__printf__,2,3)));