| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | messages.c | 235 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 D | Makefile | 4 strcat-2 strcpy-1 strcpy-2 strncat-1 vsprintf-1 vsprintf-2 \ 5 vsprintf-3
|
| H A D | vsprintf-3.c.exp | 1 vsprintf-3.c:: warning: vsprintf() is often misused, please use vsnprintf()
|
| H A D | vsprintf-2.c.exp | 1 vsprintf-2.c:: warning: vsprintf() is often misused, please use vsnprintf()
|
| H A D | vsprintf-1.c.exp | 1 vsprintf-1.c:: warning: vsprintf() is often misused, please use vsnprintf()
|
| H A D | vsprintf-2.c | 14 rv = vsprintf(buf, "%s", ap); in test_vsprintf()
|
| H A D | vsprintf-3.c | 14 rv = vsprintf(buf, "bar", ap); in test_vsprintf()
|
| H A D | vsprintf-1.c | 14 rv = vsprintf(buf, "%s", ap); in test_vsprintf()
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | vsprintf.c | 32 #undef vsprintf 37 vsprintf (char *buf, const char *format, va_list ap) in vsprintf() function
|
| /openbsd-src/lib/libc/stdio/ |
| H A D | vsprintf.c | 40 __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 D | c99-printf-3.c | 29 vsprintf (s, "%d", v0); in foo() 30 vsprintf (s, "%Y", v1); /* { dg-warning "format" "vsprintf" } */ in foo()
|
| H A D | c90-printf-3.c | 30 vsprintf (s, "%d", v4); in foo() 31 vsprintf (s, "%Y", v5); /* { dg-warning "format" "vsprintf" } */ in foo()
|
| H A D | ext-6.c | 31 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 D | stdio.h | 47 #undef vsprintf 62 #define vsprintf(str, fmt, ap) \ macro
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
| H A D | std_cstdio.h | 95 #undef vsprintf 141 using ::vsprintf;
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/ |
| H A D | std_cstdio.h | 96 #undef vsprintf 142 using ::vsprintf;
|
| /openbsd-src/gnu/gcc/libssp/ |
| H A D | vsprintf-chk.c | 56 done = vsprintf (s, format, arg); in __vsprintf_chk()
|
| H A D | sprintf-chk.c | 58 done = vsprintf (s, format, arg); in __sprintf_chk()
|
| /openbsd-src/lib/libcurses/base/ |
| H A D | safe_sprintf.c | 246 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 D | c_locale.h | 83 const int __ret = std::vsprintf(__out, __fmt, __args); in __convert_from_v()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/ |
| H A D | options.cpp | 20 vsprintf(Message + strlen(Message), Format, Args); in MessageRecorder()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/c/ |
| H A D | std_cstdio.h | 82 #undef vsprintf
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/c/ |
| H A D | std_cstdio.h | 82 #undef vsprintf
|
| /openbsd-src/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
| H A D | c_locale.h | 97 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 D | sprintf | 32 vsprintf(buffer, pat, args);
|