Home
last modified time | relevance | path

Searched refs:vsprintf (Results 1 – 25 of 103) sorted by relevance

12345

/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dmessages.c235 vsprintf (buffer, format, args); in as_warn()
252 vsprintf (buffer, format, args);
273 vsprintf (buffer, format, args); in as_warn_where()
292 vsprintf (buffer, format, args);
334 vsprintf (buffer, format, args); in as_bad()
350 vsprintf (buffer, format, args);
369 vsprintf (buffer, format, args); in as_bad_where()
387 vsprintf (buffer, format, args);
/openbsd-src/regress/gnu/egcs/gcc-builtins/
H A DMakefile4 strcat-2 strcpy-1 strcpy-2 strncat-1 vsprintf-1 vsprintf-2 \
5 vsprintf-3
H A Dvsprintf-3.c.exp1 vsprintf-3.c:: warning: vsprintf() is often misused, please use vsnprintf()
H A Dvsprintf-2.c.exp1 vsprintf-2.c:: warning: vsprintf() is often misused, please use vsnprintf()
H A Dvsprintf-1.c.exp1 vsprintf-1.c:: warning: vsprintf() is often misused, please use vsnprintf()
H A Dvsprintf-2.c14 rv = vsprintf(buf, "%s", ap); in test_vsprintf()
H A Dvsprintf-3.c14 rv = vsprintf(buf, "bar", ap); in test_vsprintf()
H A Dvsprintf-1.c14 rv = vsprintf(buf, "%s", ap); in test_vsprintf()
/openbsd-src/gnu/lib/libiberty/src/
H A Dvsprintf.c32 #undef vsprintf
37 vsprintf (char *buf, const char *format, va_list ap) in vsprintf() function
/openbsd-src/lib/libc/stdio/
H A Dvsprintf.c40 __warn_references(vsprintf,
45 vsprintf(char *str, const char *fmt, __va_list ap) in vsprintf() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dc99-printf-3.c29 vsprintf (s, "%d", v0); in foo()
30 vsprintf (s, "%Y", v1); /* { dg-warning "format" "vsprintf" } */ in foo()
H A Dc90-printf-3.c30 vsprintf (s, "%d", v4); in foo()
31 vsprintf (s, "%Y", v5); /* { dg-warning "format" "vsprintf" } */ in foo()
H A Dext-6.c31 vsprintf (s, "%d", v4); in foo()
32 vsprintf (s, "%Y", v5); /* { dg-warning "format" "vsprintf" } */ in foo()
/openbsd-src/gnu/gcc/libssp/ssp/
H A Dstdio.h47 #undef vsprintf
62 #define vsprintf(str, fmt, ap) \ macro
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstdio.h95 #undef vsprintf
141 using ::vsprintf;
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstdio.h96 #undef vsprintf
142 using ::vsprintf;
/openbsd-src/gnu/gcc/libssp/
H A Dvsprintf-chk.c56 done = vsprintf (s, format, arg); in __vsprintf_chk()
H A Dsprintf-chk.c58 done = vsprintf (s, format, arg); in __sprintf_chk()
/openbsd-src/lib/libcurses/base/
H A Dsafe_sprintf.c246 vsprintf(my_buffer, fmt, ap); in NCURSES_SP_NAME()
276 vsprintf(my_buffer, fmt, ap); in NCURSES_SP_NAME()
/openbsd-src/gnu/gcc/libstdc++-v3/config/locale/generic/
H A Dc_locale.h83 const int __ret = std::vsprintf(__out, __fmt, __args); in __convert_from_v()
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Doptions.cpp20 vsprintf(Message + strlen(Message), Format, Args); in MessageRecorder()
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cstdio.h82 #undef vsprintf
/openbsd-src/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cstdio.h82 #undef vsprintf
/openbsd-src/gnu/gcc/libstdc++-v3/config/locale/gnu/
H A Dc_locale.h97 const int __ret = std::vsprintf(__out, __fmt, __args); in __convert_from_v()
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dsprintf32 vsprintf(buffer, pat, args);

12345