Searched refs:vsprintf (Results 1 - 25 of 63) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dvsprintf-chk.c14 extern int vsprintf (char *, const char *, va_list);
37 vsprintf (buffer, "foo", ap);
40 ret = vsprintf (buffer, "foo", ap);
43 vsprintf (buffer, "%s", ap);
46 ret = vsprintf (buffer, "%s", ap);
49 vsprintf (buffer, "%d - %c", ap);
52 vsprintf (s4, "%d - %c", ap);
129 vsprintf (a.buf1 + 2, "%s", ap);
132 vsprintf (r, "%s%c", ap);
136 vsprintf (
[all...]
H A Dchk.h40 #undef vsprintf macro
41 #define vsprintf(dst, fmt, ap) \ macro
72 #define __builtin_vsprintf(dst, fmt, ap) vsprintf (dst, fmt, ap)
/haiku-buildtools/binutils/libiberty/
H A Dvsprintf.c1 /* Simple implementation of vsprintf for systems without it.
3 implementations of stdio; newer ones should already have vsprintf.
32 #undef vsprintf macro
37 vsprintf (char *buf, const char *format, va_list ap) function
H A Dxvasprintf.c59 vsprintf (result, format, args);
H A Dvasprintf.c1 /* Like vsprintf but provides a pointer to malloc'd storage, which must
50 Like @code{vsprintf}, but instead of passing a pointer to a buffer,
54 returned is the same as @code{vsprintf} would return. If memory could
73 return vsprintf (*result, format, args);
/haiku-buildtools/gcc/libiberty/
H A Dvsprintf.c1 /* Simple implementation of vsprintf for systems without it.
3 implementations of stdio; newer ones should already have vsprintf.
32 #undef vsprintf macro
37 vsprintf (char *buf, const char *format, va_list ap) function
H A Dxvasprintf.c59 vsprintf (result, format, args);
H A Dvasprintf.c1 /* Like vsprintf but provides a pointer to malloc'd storage, which must
50 Like @code{vsprintf}, but instead of passing a pointer to a buffer,
54 returned is the same as @code{vsprintf} would return. If memory could
73 return vsprintf (*result, format, args);
/haiku-buildtools/legacy/binutils/libiberty/
H A Dvsprintf.c1 /* Simple implementation of vsprintf for systems without it.
3 implementations of stdio; newer ones should already have vsprintf.
32 #undef vsprintf macro
37 vsprintf (char *buf, const char *format, va_list ap) function
/haiku-buildtools/legacy/gcc/libiberty/
H A Dvsprintf.c1 /* Simple implementation of vsprintf for systems without it.
3 implementations of stdio; newer ones should already have vsprintf.
32 #undef vsprintf macro
35 vsprintf (buf, format, ap) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dsprintf.c17 r = vsprintf (buf, fmt, ap);
H A Dchk.c17 extern int vsprintf (char *, const char *, va_list);
360 ret = vsprintf (chk_sprintf_buf, fmt, ap);
378 vsprintf. */
386 ret = vsprintf (chk_sprintf_buf, fmt, ap);
415 ret = vsprintf (chk_sprintf_buf, fmt, ap);
447 ret = vsprintf (chk_sprintf_buf, fmt, ap);
472 ret = vsprintf (chk_sprintf_buf, fmt, ap);
487 /* uClibc's vsprintf calls vsnprintf. */
498 ret = vsprintf (chk_sprintf_buf, fmt, ap);
/haiku-buildtools/legacy/gcc/libio/
H A Diovsprintf.c56 weak_alias (_IO_vsprintf, vsprintf)
58 int vsprintf (char *, const char *, _IO_va_list)
/haiku-buildtools/gcc/libssp/
H A Dsprintf-chk.c57 done = vsprintf (s, format, arg);
H A Dvsprintf-chk.c1 /* Checking vsprintf.
54 done = vsprintf (s, format, arg);
/haiku-buildtools/gcc/gmp/printf/
H A DMakefile.am29 vasprintf.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
H A Dsprintffuns.c45 /* If vsprintf returns -1 then pass it upwards. It doesn't matter that
53 vsprintf (buf, fmt, ap);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/format/
H A Dc90-printf-3.c30 vsprintf (s, "%d", v4);
31 vsprintf (s, "%Y", v5); /* { dg-warning "format" "vsprintf" } */
H A Dc99-printf-3.c29 vsprintf (s, "%d", v0);
30 vsprintf (s, "%Y", v1); /* { dg-warning "format" "vsprintf" } */
H A Dext-6.c31 vsprintf (s, "%d", v4);
32 vsprintf (s, "%Y", v5); /* { dg-warning "format" "vsprintf" } */
H A Dms_c90-printf-3.c31 vsprintf (s, "%d", v4);
32 vsprintf (s, "%Y", v5); /* { dg-warning "format" "Y is invalid" } */
H A Dms_c99-printf-3.c30 vsprintf (s, "%d", v0);
31 vsprintf (s, "%Y", v1); /* { dg-warning "format" "vsprintf" } */
H A Dformat.h98 extern int vsprintf (char *restrict, const char *restrict, va_list);
144 #undef vsprintf macro
145 #define vsprintf vsprintf_gnu macro
152 #undef vsprintf macro
153 #define vsprintf vsprintf_gnu macro
/haiku-buildtools/gcc/libssp/ssp/
H A Dstdio.h46 #undef vsprintf macro
61 #define vsprintf(str, fmt, ap) \ macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-1.c56 vsprintf (&buf2[18], "a", ap);
59 vsprintf (&buf2[18], "ab", ap); /* { dg-warning "will always overflow" "vsprintf" } */

Completed in 214 milliseconds

123