/src/sys/lib/libsa/ |
snprintf.c | 1 /* $NetBSD: snprintf.c,v 1.5 2011/07/17 20:54:52 joerg Exp $ */ 41 snprintf(char *buf, size_t size, const char *fmt, ...) function in typeref:typename:int
|
snprintf.c | 1 /* $NetBSD: snprintf.c,v 1.5 2011/07/17 20:54:52 joerg Exp $ */ 41 snprintf(char *buf, size_t size, const char *fmt, ...) function in typeref:typename:int
|
/src/include/ssp/ |
stdio.h | 61 #define snprintf(str, len, ...) \ macro
|
stdio.h | 61 #define snprintf(str, len, ...) \ macro
|
/src/lib/libc/stdio/ |
vsnprintf.c | 57 # undef snprintf 58 # define snprintf _snprintf macro 59 int snprintf(char * __restrict, size_t, const char * __restrict, ...) 68 __weak_alias(snprintf,_snprintf) 111 snprintf(char *str, size_t n, const char *fmt, ...) function in typeref:typename:int
|
vsnprintf.c | 57 # undef snprintf 58 # define snprintf _snprintf macro 59 int snprintf(char * __restrict, size_t, const char * __restrict, ...) 68 __weak_alias(snprintf,_snprintf) 111 snprintf(char *str, size_t n, const char *fmt, ...) function in typeref:typename:int
|
/src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
InstrProfilingPort.h | 32 #define snprintf _snprintf macro
|
InstrProfilingPort.h | 32 #define snprintf _snprintf macro
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_printf_test.cc | 104 // Oh well, MSVS headers don't define snprintf. 105 # define snprintf _snprintf macro 113 snprintf(buf2, sizeof(buf2), fmt, arg1, arg2);
|
sanitizer_printf_test.cc | 104 // Oh well, MSVS headers don't define snprintf. 105 # define snprintf _snprintf macro 113 snprintf(buf2, sizeof(buf2), fmt, arg1, arg2);
|
/src/lib/libc/time/ |
asctime.c | 64 /* On pre-C99 platforms, a snprintf substitute good enough for us. */ 80 # undef snprintf 81 # define snprintf my_snprintf macro 136 ? snprintf (buf, bufsize, 143 : snprintf (buf, bufsize,
|
asctime.c | 64 /* On pre-C99 platforms, a snprintf substitute good enough for us. */ 80 # undef snprintf 81 # define snprintf my_snprintf macro 136 ? snprintf (buf, bufsize, 143 : snprintf (buf, bufsize,
|
/src/sys/external/bsd/acpica/dist/include/platform/ |
acwin64.h | 193 #define snprintf _snprintf macro
|
acwin64.h | 193 #define snprintf _snprintf macro
|
acwin.h | 234 #define snprintf _snprintf macro
|
acwin.h | 234 #define snprintf _snprintf macro
|
/src/tools/compat/ |
snprintf.c | 34 /* From heimdal lib/roken/snprintf.c. */ 41 RCSID("$Id: snprintf.c,v 1.3 2003/10/27 00:12:43 lukem Exp $"); 80 #include "snprintf-test.h" 322 * zyxprintf - return length, as snprintf 504 snprintf (char *str, size_t sz, const char *format, ...) function in typeref:typename:int
|
snprintf.c | 34 /* From heimdal lib/roken/snprintf.c. */ 41 RCSID("$Id: snprintf.c,v 1.3 2003/10/27 00:12:43 lukem Exp $"); 80 #include "snprintf-test.h" 322 * zyxprintf - return length, as snprintf 504 snprintf (char *str, size_t sz, const char *format, ...) function in typeref:typename:int
|
/src/usr.bin/make/ |
util.c | 29 snprintf(buf, sizeof buf, "Unknown error %d", e); 387 snprintf(char *s, size_t n, const char *fmt, ...) function in typeref:typename:int
|
util.c | 29 snprintf(buf, sizeof buf, "Unknown error %d", e); 387 snprintf(char *s, size_t n, const char *fmt, ...) function in typeref:typename:int
|
/src/common/dist/zlib/ |
gzguts.h | 106 /* unlike snprintf (which is required in C99), _snprintf does not guarantee 110 # define snprintf _snprintf macro
|
gzguts.h | 106 /* unlike snprintf (which is required in C99), _snprintf does not guarantee 110 # define snprintf _snprintf macro
|
/src/common/dist/zlib/test/ |
minigzip.c | 44 # define snprintf _snprintf macro 404 snprintf(outfile, sizeof(outfile), "%s%s", file, GZ_SUFFIX); 442 snprintf(buf, sizeof(buf), "%s", file); 455 snprintf(buf + len, sizeof(buf) - len, "%s", GZ_SUFFIX); 494 snprintf(outmode, sizeof(outmode), "%s", "wb6 ");
|
minigzip.c | 44 # define snprintf _snprintf macro 404 snprintf(outfile, sizeof(outfile), "%s%s", file, GZ_SUFFIX); 442 snprintf(buf, sizeof(buf), "%s", file); 455 snprintf(buf + len, sizeof(buf) - len, "%s", GZ_SUFFIX); 494 snprintf(outmode, sizeof(outmode), "%s", "wb6 ");
|
/src/sys/external/bsd/acpica/dist/utilities/ |
utprint.c | 525 #undef snprintf 829 * FUNCTION: snprintf 842 snprintf ( function in typeref:typename:int
|