Home
last modified time | relevance | path

Searched refs:vsnprintf (Results 1 – 25 of 268) sorted by relevance

1234567891011

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dmessages.c208 vsnprintf (buffer, sizeof (buffer), format, args); in as_warn()
225 vsnprintf (buffer, sizeof (buffer), format, args);
246 vsnprintf (buffer, sizeof (buffer), format, args); in as_warn_where()
265 vsnprintf (buffer, sizeof (buffer), format, args);
307 vsnprintf (buffer, sizeof (buffer), format, args); in as_bad()
323 vsnprintf (buffer, sizeof (buffer), format, args);
342 vsnprintf (buffer, sizeof (buffer), format, args); in as_bad_where()
360 vsnprintf (buffer, sizeof (buffer), format, args);
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/
Dstd_cstdio.h149 #undef vsnprintf
161 (vsnprintf)(char * restrict, size_t, const char * restrict, __gnuc_va_list);
169 using ::vsnprintf;
179 using __gnu_cxx::vsnprintf;
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/
Dstd_cstdio.h151 #undef vsnprintf
163 (vsnprintf)(char * __restrict, size_t, const char * __restrict, __gnuc_va_list);
172 using ::vsnprintf;
183 using ::__gnu_cxx::vsnprintf;
/openbsd/src/usr.sbin/syslogd/
Dlog.c107 l = vsnprintf(ebuf, sizeof(ebuf), emsg, ap); in log_warn()
147 vsnprintf(debug_ebuf + debug_length, in log_debug()
169 l = vsnprintf(debug_ebuf + debug_length, in log_debugadd()
188 (void)vsnprintf(ebuf, sizeof(ebuf), emsg, ap); in vfatalc()
/openbsd/src/bin/pax/
Dtty_subs.c98 (void)vsnprintf(buf, sizeof(buf), fmt, ap); in tty_prnt()
150 (void)vsnprintf(buf, sizeof(buf), fmt, ap); in paxwarn()
181 (void)vsnprintf(buf, sizeof(buf), fmt, ap); in syswarn()
/openbsd/src/gnu/lib/libiberty/src/
Dsnprintf.c47 int vsnprintf (char *, size_t, const char *, va_list);
57 result = vsnprintf (s, n, format, ap); in snprintf()
Dvsnprintf.c57 vsnprintf (char *s, size_t n, const char *format, va_list ap) in vsnprintf() function
99 result = vsnprintf (s, n, format, ap); in checkit()
/openbsd/src/lib/libc/stdio/
Dvsnprintf.c40 vsnprintf(char *str, size_t n, const char *fmt, __va_list ap) in vsnprintf() function
65 DEF_STRONG(vsnprintf);
/openbsd/src/gnu/llvm/lldb/source/Utility/
DVASprintf.cpp30 int length = ::vsnprintf(buf.data(), buf.size(), fmt, args); in VASprintf()
41 length = ::vsnprintf(buf.data(), buf.size(), fmt, copy_args); in VASprintf()
/openbsd/src/sys/dev/pci/drm/include/linux/
Dkernel.h65 len = vsnprintf(NULL, 0, fmt, vl); in kvasprintf()
70 vsnprintf(buf, len + 1, fmt, ap); in kvasprintf()
94 nc = vsnprintf(buf, size, fmt, ap); in vscnprintf()
/openbsd/src/usr.sbin/sasyncd/
Dlog.c75 (void)vsnprintf(logbuf + off, sizeof logbuf - off, fmt, ap); in log_err()
94 (void)vsnprintf(logbuf, sizeof logbuf, fmt, ap); in log_msg()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
Dc99-printf-3.c31 vsnprintf (s, n, "%d", v0); in foo()
32 vsnprintf (s, n, "%Y", v1); /* { dg-warning "format" "vsnprintf" } */ in foo()
Dc90-printf-3.c34 vsnprintf (s, n, "%d", v6); in foo()
35 vsnprintf (s, n, "%Y", v7); in foo()
Dext-6.c33 vsnprintf (s, n, "%d", v6); in foo()
34 vsnprintf (s, n, "%Y", v7); /* { dg-warning "format" "vsnprintf" } */ in foo()
/openbsd/src/gnu/gcc/libssp/ssp/
Dstdio.h49 #undef vsnprintf
74 #define vsnprintf(str, len, fmt, ap) \ macro
/openbsd/src/usr.bin/make/
Dbuf.c143 n = vsnprintf(bp->inPtr, bp->endPtr - bp->inPtr, fmt, va); in Buf_printf()
149 (void)vsnprintf(bp->inPtr, bp->endPtr - bp->inPtr, fmt, vb); in Buf_printf()
/openbsd/src/lib/libz/
Dgzguts.h91 # ifndef vsnprintf
92 # define vsnprintf _vsnprintf macro
/openbsd/src/gnu/llvm/libcxx/src/support/win32/
Dsupport.cpp28 int count = vsnprintf( NULL, 0, format, ap_copy ); in __libcpp_vasprintf()
41 if (vsnprintf(p, buffer_size, format, ap) != count) { in __libcpp_vasprintf()
/openbsd/src/usr.sbin/nsd/
Dbuffer.c118 written = vsnprintf((char *) buffer_current(buffer), remaining, in buffer_printf()
124 written = vsnprintf((char *) buffer_current(buffer), in buffer_printf()
/openbsd/src/usr.sbin/route6d/
Dlog.c77 (void)vsnprintf(tmpbuf, sizeof(tmpbuf), fmt, ap); in log_enqueue()
94 (void)vsnprintf(tmpbuf, sizeof(tmpbuf), fmt, ap); in vlog()
/openbsd/src/usr.sbin/vmd/
Dlog.c53 vsnprintf(log_procname, sizeof(log_procname), fmt, ap); in log_procinit()
168 (void)vsnprintf(s, sizeof(s), emsg, ap); in vfatalc()
/openbsd/src/usr.bin/rdist/
Dmessage.c572 (void) vsnprintf(buf, sizeof(buf), fmt, args); in message()
599 (void) vsnprintf(buf, sizeof(buf), fmt, args); in debugmsg()
640 (void) vsnprintf(buf, sizeof(buf), fmt, args); in error()
676 (void) vsnprintf(buf, sizeof(buf), fmt, args); in fatalerr()
/openbsd/src/regress/gnu/egcs/gcc-builtins/
Dvsprintf-3.c.exp1 vsprintf-3.c:: warning: vsprintf() is often misused, please use vsnprintf()
Dvsprintf-2.c.exp1 vsprintf-2.c:: warning: vsprintf() is often misused, please use vsnprintf()
Dvsprintf-1.c.exp1 vsprintf-1.c:: warning: vsprintf() is often misused, please use vsnprintf()

1234567891011