Home
last modified time | relevance | path

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

123

/freebsd-14-stable/contrib/ntp/sntp/libopts/compat/
HDsnprintf.c37 rp = vsprintf(str, fmt, ap); in snprintf()
43 rval = vsprintf(str, fmt, ap); in snprintf()
58 return (strlen(vsprintf(str, fmt, ap))); in vsnprintf()
60 return (vsprintf(str, fmt, ap)); in vsnprintf()
/freebsd-14-stable/contrib/gdtoa/
HDstdio1.h89 #undef vsprintf
99 #define vsprintf Vsprintf macro
/freebsd-14-stable/contrib/ofed/opensm/opensm/
HDosm_log.c137 vsprintf(buffer, p_str, args); in osm_log()
140 vsprintf(buffer + n, p_str, args); in osm_log()
251 vsprintf(buffer, p_str, args); in osm_log_v2()
254 vsprintf(buffer + n, p_str, args); in osm_log_v2()
/freebsd-14-stable/contrib/netbsd-tests/lib/libc/ssp/
HDt_ssp.sh70 atf_test_case vsprintf
447 atf_add_test_case vsprintf
HDh_vsprintf.c45 (void)vsprintf(b, fmt, ap); in wrap()
/freebsd-14-stable/contrib/tcp_wrappers/
HDmyvsyslog.c26 vsprintf(obuf, percent_m(fbuf, format), ap); in myvsyslog()
/freebsd-14-stable/lib/libc/stdio/
HDsprintf.c56 ret = vsprintf(str, fmt, ap); in sprintf()
HDvsprintf.c66 vsprintf(char * __restrict str, const char * __restrict fmt, __va_list ap) in vsprintf() function
HDMakefile.inc25 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \
75 printf.3 vsprintf.3
HDSymbol.map98 vsprintf;
/freebsd-14-stable/contrib/ncurses/ncurses/base/
HDsafe_sprintf.c244 vsprintf(my_buffer, fmt, ap); in NCURSES_SP_NAME()
281 vsprintf(my_buffer, fmt, ap); in NCURSES_SP_NAME()
/freebsd-14-stable/sys/contrib/ncsw/etc/
HDsprint.c54 i=vsprintf(buf,fmt,args); in Sprint()
/freebsd-14-stable/sys/contrib/ncsw/inc/
HDstdlib_ext.h151 int vsprintf(char *buf, const char *fmt, va_list args);
/freebsd-14-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
HDcmn_err.h109 extern char *vsprintf(char *, const char *, __va_list)
/freebsd-14-stable/crypto/heimdal/lib/roken/
HDsnprintf.c554 ret2 = vsprintf (tmp, format, args); in rk_snprintf()
586 ret2 = vsprintf (tmp, format, args); in rk_asprintf()
616 ret2 = vsprintf (tmp, format, args); in rk_asnprintf()
/freebsd-14-stable/contrib/ntp/include/
HDl_stdlib.h155 extern int vsprintf (char *, const char *, ...);
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std.compat/
HDcstdio.inc58 using ::vsprintf _LIBCPP_USING_IF_EXISTS;
/freebsd-14-stable/contrib/libpcap/rpcapd/
HDlog.c158 vsprintf(msgbuf, message, ap); in rpcapd_vlog_systemlog()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDcstdio68 int vsprintf(char* restrict s, const char* restrict format, va_list arg);
133 using ::vsprintf _LIBCPP_USING_IF_EXISTS;
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/
HDcstdio.inc58 using std::vsprintf _LIBCPP_USING_IF_EXISTS;
/freebsd-14-stable/contrib/libpcap/lbl/
HDos-sunos4.h185 int vsprintf(char *, const char *, ...);
/freebsd-14-stable/contrib/tcpdump/lbl/
HDos-sunos4.h185 int vsprintf(char *, const char *, ...);
/freebsd-14-stable/contrib/byacc/
HDmstring.c60 len = (size_t) vsprintf(buf_ptr, fmt, args); in msprintf()
/freebsd-14-stable/contrib/dialog/samples/install/
HDsetup.c49 vsprintf(sh, s, ap); in my_system()
/freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/spl/
HDspl_kmem.c284 (void) vsprintf(msg, fmt, adx2); in kmem_vasprintf()

123