/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);
|
/src/tests/lib/libc/ssp/ |
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
|
/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);
|
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);
|
/src/include/ssp/ |
stdio.h | 58 #define vsprintf(str, fmt, ap) \ macro
|
/src/lib/libc/time/ |
asctime.c | 74 n = vsprintf(stackbuf, format, args);
|
zdump.c | 934 n = vsprintf(buf, 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);
|
/src/usr.sbin/gspa/gspa/ |
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);
|
configure | 703 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib" | tee -a configure.log 717 n = vsprintf(buf, fmt, ap); 728 echo "Checking for return value of vsprintf()... Yes." | tee -a configure.log 732 echo "Checking for return value of vsprintf()... No." | tee -a configure.log 733 echo " WARNING: apparently vsprintf() does not return a value. zlib" | tee -a configure.log
|
/src/usr.bin/xlint/llib/ |
llib-lstdc | 158 int (vsprintf)(char *s, const char *format, va_list arg);
|
llib-lposix | 309 int (vsprintf)(char *s, const char *format, va_list arg);
|
/src/include/ |
stdio.h | 272 int vsprintf(char * __restrict, const char * __restrict,
|