/src/lib/libc/ssp/ |
sprintf_chk.c | 43 #undef vsprintf 55 rv = vsprintf(buf, fmt, ap);
|
vsprintf_chk.c | 42 #undef vsprintf 53 rv = vsprintf(buf, fmt, ap);
|
sprintf_chk.c | 43 #undef vsprintf 55 rv = vsprintf(buf, fmt, ap);
|
vsprintf_chk.c | 42 #undef vsprintf 53 rv = vsprintf(buf, fmt, ap);
|
/src/tests/lib/libc/ssp/ |
h_vsprintf.c | 45 (void)vsprintf(b, fmt, ap);
|
h_vsprintf.c | 45 (void)vsprintf(b, fmt, ap);
|
t_ssp.sh | 53 atf_test_case vsprintf 56 atf_set "descr" "Checks vsprintf(3)" 303 atf_add_test_case vsprintf
|
t_ssp.sh | 53 atf_test_case vsprintf 56 atf_set "descr" "Checks vsprintf(3)" 303 atf_add_test_case vsprintf
|
/src/lib/libc/stdio/ |
vsprintf.c | 1 /* $NetBSD: vsprintf.c,v 1.19 2013/05/17 12:55:57 joerg Exp $ */ 38 static char sccsid[] = "@(#)vsprintf.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: vsprintf.c,v 1.19 2013/05/17 12:55:57 joerg Exp $"); 56 #undef vsprintf 84 vsprintf(char *str, const char *fmt, va_list ap) function in typeref:typename:int 109 ret = vsprintf(str, fmt, ap);
|
vsprintf.c | 1 /* $NetBSD: vsprintf.c,v 1.19 2013/05/17 12:55:57 joerg Exp $ */ 38 static char sccsid[] = "@(#)vsprintf.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: vsprintf.c,v 1.19 2013/05/17 12:55:57 joerg Exp $"); 56 #undef vsprintf 84 vsprintf(char *str, const char *fmt, va_list ap) function in typeref:typename:int 109 ret = vsprintf(str, fmt, ap);
|
Makefile.inc | 25 SRCS+= gets.c vsprintf.c tempnam.c tmpnam.c mktemp.c 54 printf.3 vsprintf.3 printf.3 dprintf.3 printf.3 vdprintf.3 \
|
Makefile.inc | 25 SRCS+= gets.c vsprintf.c tempnam.c tmpnam.c mktemp.c 54 printf.3 vsprintf.3 printf.3 dprintf.3 printf.3 vdprintf.3 \
|
/src/usr.sbin/bootp/common/ |
report.c | 104 vsprintf(buf, fmt, ap);
|
report.c | 104 vsprintf(buf, fmt, ap);
|
/src/include/ssp/ |
stdio.h | 58 #define vsprintf(str, fmt, ap) \ macro
|
stdio.h | 58 #define vsprintf(str, fmt, ap) \ macro
|
/src/lib/libc/time/ |
asctime.c | 74 n = vsprintf(stackbuf, format, args);
|
asctime.c | 74 n = vsprintf(stackbuf, format, args);
|
/src/tools/compat/ |
snprintf.c | 523 ret2 = vsprintf (tmp, format, args); 553 ret2 = vsprintf (tmp, format, args); 583 ret2 = vsprintf (tmp, format, args);
|
snprintf.c | 523 ret2 = vsprintf (tmp, format, args); 553 ret2 = vsprintf (tmp, format, args); 583 ret2 = vsprintf (tmp, format, args);
|
/src/usr.sbin/gspa/gspa/ |
gspa.c | 262 vsprintf(error_string, fmt, ap);
|
gspa.c | 262 vsprintf(error_string, fmt, ap);
|
/src/common/dist/zlib/ |
gzwrite.c | 398 (void)vsprintf(next, format, va); 402 len = vsprintf(next, format, va);
|
gzwrite.c | 398 (void)vsprintf(next, format, va); 402 len = vsprintf(next, format, va);
|
/src/usr.bin/xlint/llib/ |
llib-lstdc | 158 int (vsprintf)(char *s, const char *format, va_list arg);
|