Home
last modified time | relevance | path

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

12345678910>>...25

/netbsd-src/lib/libc/stdio/
H A Dvsnprintf.c55 # undef vsnprintf
56 # define vsnprintf _vsnprintf macro
61 int vsnprintf(char * __restrict, size_t, const char * __restrict,
66 __weak_alias(vsnprintf,_vsnprintf) in __weak_alias() argument
105 vsnprintf(char *str, size_t n, const char *fmt, va_list ap) in vsnprintf() function
117 ret = vsnprintf(str, n, fmt, ap); in snprintf()
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dbroken-snprintf.m425 AC_CACHE_CHECK(for working vsnprintf,ac_cv_func_vsnprintf_working,
37 vsnprintf(bar, 2, "%s", arg);
47 r = vsnprintf(NULL, 0, "%s", arg);
58 AC_DEFINE_UNQUOTED(HAVE_VSNPRINTF, 1, [define if you have a working vsnprintf])
61 AC_NEED_PROTO([#include <stdio.h>],vsnprintf)
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-dejagnu.h76 vsnprintf (buffer, sizeof (buffer), fmt, ap); in pass()
91 vsnprintf (buffer, sizeof (buffer), fmt, ap); in xpass()
106 vsnprintf (buffer, sizeof (buffer), fmt, ap); in fail()
121 vsnprintf (buffer, sizeof (buffer), fmt, ap); in xfail()
136 vsnprintf (buffer, sizeof (buffer), fmt, ap); in untested()
151 vsnprintf (buffer, sizeof (buffer), fmt, ap); in unresolved()
165 vsnprintf (buffer, sizeof (buffer), fmt, ap); in note()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-dejagnu.h76 vsnprintf (buffer, sizeof (buffer), fmt, ap); in pass()
91 vsnprintf (buffer, sizeof (buffer), fmt, ap); in xpass()
106 vsnprintf (buffer, sizeof (buffer), fmt, ap); in fail()
121 vsnprintf (buffer, sizeof (buffer), fmt, ap); in xfail()
136 vsnprintf (buffer, sizeof (buffer), fmt, ap); in untested()
151 vsnprintf (buffer, sizeof (buffer), fmt, ap); in unresolved()
165 vsnprintf (buffer, sizeof (buffer), fmt, ap); in note()
/netbsd-src/external/bsd/ntp/dist/sntp/m4/
H A Dsnprintf.m4106 # define vsnprintf to rpl_vsnprintf.
111 AC_CHECK_FUNC([vsnprintf],
115 [AC_CACHE_CHECK([whether vsnprintf is C99 compliant],
128 result = vsnprintf(buf, size, format, ap);
142 [Define if C99-compliant `vsnprintf' is available.])
143 AC_MSG_CHECKING([if C99-snprintf replacement vsnprintf will be used])
152 [AC_DEFINE([vsnprintf], [rpl_vsnprintf], definition
175 # The same will be done for vsnprintf, as if HW_FUNC_VSNPRINTF were
179 AC_REQUIRE([HW_FUNC_VSNPRINTF])dnl Our snprintf(3) calls vsnprintf(3).
218 # The same will be done for vsnprintf, as if HW_FUNC_VSNPRINTF were
[all …]
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Derrwarn.c68 vsnprintf (mbuf, sizeof mbuf, fbuf, list); in log_fatal()
109 vsnprintf (mbuf, sizeof mbuf, fbuf, list); in log_error()
138 vsnprintf (mbuf, sizeof mbuf, fbuf, list); in log_info()
167 vsnprintf (mbuf, sizeof mbuf, fbuf, list); in log_debug()
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutprint.c418 #undef vsnprintf
435 vsnprintf ( in vsnprintf() function
749 Length = vsnprintf (String, Size, Format, Args); in snprintf()
780 Length = vsnprintf (String, ACPI_UINT32_MAX, Format, Args); in sprintf()
811 Length = vsnprintf (AcpiGbl_PrintBuffer, in vprintf()
875 Length = vsnprintf (AcpiGbl_PrintBuffer, in vfprintf()
/netbsd-src/external/lgpl3/gmp/dist/printf/
H A Dsnprntffuns.c43 #define vsnprintf __gmp_replacement_vsnprintf macro
76 ret = vsnprintf (d->buf, avail, fmt, ap); in gmp_snprintf_format()
101 ret = vsnprintf (p, alloc, fmt, ap); in gmp_snprintf_format()
H A DMakefile.am40 vasprintf.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
41 repl-vsnprintf.c
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dmessages.c145 vsnprintf (buffer, sizeof (buffer), format, args); in as_info_where()
219 vsnprintf (buffer, sizeof (buffer), format, args); in as_warn()
238 vsnprintf (buffer, sizeof (buffer), format, args); in as_warn_where()
291 vsnprintf (buffer, sizeof (buffer), format, args); in as_bad()
308 vsnprintf (buffer, sizeof (buffer), format, args); in as_bad_where()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dsnprintf.c50 int vsnprintf (char *, size_t, const char *, va_list);
58 result = vsnprintf (s, n, format, ap); in snprintf()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dsnprintf.c50 int vsnprintf (char *, size_t, const char *, va_list);
58 result = vsnprintf (s, n, format, ap); in snprintf()
/netbsd-src/lib/libc/ssp/
H A Dvsnprintf_chk.c41 #undef vsnprintf
50 return vsnprintf(buf, len, fmt, ap); in __vsnprintf_chk()
H A Dsnprintf_chk.c41 #undef vsnprintf
55 rv = vsnprintf(buf, len, fmt, ap); in __snprintf_chk()
H A Dvsprintf_chk.c43 #undef vsnprintf
55 if ((rv = vsnprintf(buf, slen, fmt, ap)) >= 0 && (size_t)rv >= slen) in __vsprintf_chk()
H A Dsprintf_chk.c42 #undef vsnprintf
57 if ((rv = vsnprintf(buf, slen, fmt, ap)) >= 0 && (size_t)rv >= slen) in __sprintf_chk()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsnprintf.c50 int vsnprintf (char *, size_t, const char *, va_list);
58 result = vsnprintf (s, n, format, ap); in snprintf()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsnprintf.c50 int vsnprintf (char *, size_t, const char *, va_list);
58 result = vsnprintf (s, n, format, ap); in snprintf()
/netbsd-src/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_vasprintf.c55 len = vsnprintf(NULL, 0, fmt, ap); in openpam_vasprintf()
58 ret = vsnprintf(*str, len + 1, fmt, apcopy); in openpam_vasprintf()
/netbsd-src/external/bsd/mdocml/dist/
H A Dcompat_vasprintf.c44 sz = vsnprintf(buf, sizeof(buf), format, ap2); in vasprintf()
48 if (vsnprintf(*ret, sz + 1, format, ap) == sz) in vasprintf()
/netbsd-src/external/bsd/pcc/dist/pcc/os/win32/
H A Dconfig.h31 #if !defined(vsnprintf)
32 #define vsnprintf _vsnprintf macro
/netbsd-src/external/bsd/openldap/dist/libraries/liblber/
H A Ddebug.c55 vsnprintf( buffer, sizeof(buffer), fmt, vl );
68 vsnprintf( buffer, sizeof(buffer), fmt, vl ); in eb_syslog()
/netbsd-src/external/bsd/kyua-testers/dist/
H A Derror.c275 size_t written = vsnprintf(output_buffer, output_size, format, ap2); in format_user_message()
391 (void)vsnprintf(formatted, sizeof(formatted), message, ap); in kyua_generic_error_new()
456 (void)vsnprintf(data->description, sizeof(data->description), in kyua_libc_error_new()
571 (void)vsnprintf(formatted, sizeof(formatted), message, ap); in kyua_usage_error_new()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dmessages.c191 vsnprintf (buffer, sizeof (buffer), format, args); in as_warn()
210 vsnprintf (buffer, sizeof (buffer), format, args); in as_warn_where()
254 vsnprintf (buffer, sizeof (buffer), format, args); in as_bad()
271 vsnprintf (buffer, sizeof (buffer), format, args); in as_bad_where()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Derror.c162 #define vsnprintf gf_vsnprintf macro
179 written = vsnprintf (buffer, ST_ERRBUF_SIZE, format, ap); in st_printf()
430 written = vsnprintf (buffer, STRERR_MAXSZ, message, ap); in os_error_at()
468 written = vsnprintf (buffer, ST_ERRBUF_SIZE, message, ap); in runtime_error()
499 written = vsnprintf (buffer, ST_ERRBUF_SIZE, message, ap); in runtime_error_at()
527 written = vsnprintf (buffer, ST_ERRBUF_SIZE, message, ap); in runtime_warning_at()

12345678910>>...25