Searched refs:vsprintf (Results 26 - 50 of 74) sorted by relevance

123

/freebsd-12-stable/contrib/ntp/include/
H A Dl_stdlib.h155 extern int vsprintf (char *, const char *, ...);
/freebsd-12-stable/contrib/ntp/lib/isc/win32/
H A Dsyslog.c102 vsprintf(buf, fmt, ap);
/freebsd-12-stable/contrib/libpcap/rpcapd/
H A Dlog.c160 vsprintf(msgbuf, message, ap);
/freebsd-12-stable/sys/dev/twa/
H A Dtw_osl_inline.h346 /* Standard vsprintf. */
347 #define tw_osl_vsprintf vsprintf
/freebsd-12-stable/contrib/ncurses/ncurses/base/
H A Dsafe_sprintf.c218 * Wrapper for vsprintf that allocates a buffer big enough to hold the result.
243 vsprintf(my_buffer, fmt, ap);
264 vsprintf(my_buffer, fmt, ap); /* ANSI */
/freebsd-12-stable/contrib/tcpdump/missing/
H A Dsnprintf.c476 ret2 = vsprintf (tmp, format, args);
507 ret2 = vsprintf (tmp, format, args);
537 ret2 = vsprintf (tmp, format, args);
/freebsd-12-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h185 int vsprintf(char *, const char *, ...);
/freebsd-12-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h185 int vsprintf(char *, const char *, ...);
/freebsd-12-stable/contrib/byacc/
H A Dmstring.c62 len = (size_t) vsprintf(buf_ptr, fmt, args);
/freebsd-12-stable/lib/libc/stdio/
H A DMakefile.inc26 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \
76 printf.3 vsprintf.3
/freebsd-12-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h163 #pragma redefine_extname vsprintf __mfwrap_vsprintf
/freebsd-12-stable/contrib/amd/libamu/
H A Dstrutil.c244 ret = vsprintf(str, format, ap); /* less secure version */
/freebsd-12-stable/tests/sys/file/
H A Dclosefrom_test.c102 vsprintf(info->message, fmt, ap);
/freebsd-12-stable/sys/contrib/zlib/
H A Dgzwrite.c420 (void)vsprintf(next, format, va);
424 len = vsprintf(next, format, va);
/freebsd-12-stable/contrib/gdb/gdb/
H A Dremote-st.c78 vsprintf (buf, pattern, args);
/freebsd-12-stable/contrib/file/src/
H A Dvasprintf.c212 vsprintf_len = vsprintf(s->dest_string, format_string, varg);
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dsnprintf-test.c50 vsprintf (buf2, format, ap);
/freebsd-12-stable/contrib/gcclibs/libssp/
H A DMakefile.in78 strncpy-chk.lo vsnprintf-chk.lo vsprintf-chk.lo
232 vsnprintf-chk.c vsprintf-chk.c
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsprintf-chk.Plo@am__quote@
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A DMakefile.in157 vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
206 ./vsprintf.o \
1118 ./vsprintf.o: $(srcdir)/vsprintf.c $(INCDIR)/ansidecl.h
1120 $(COMPILE.c) $(PICFLAG) $(srcdir)/vsprintf.c -o pic/$@; \
1122 $(COMPILE.c) $(srcdir)/vsprintf.c $(OUTPUT_OPTION)
/freebsd-12-stable/contrib/binutils/libiberty/
H A DMakefile.in157 vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
206 ./vsprintf.o \
1142 ./vsprintf.o: $(srcdir)/vsprintf.c $(INCDIR)/ansidecl.h
1144 $(COMPILE.c) $(PICFLAG) $(srcdir)/vsprintf.c -o pic/$@; \
1146 $(COMPILE.c) $(srcdir)/vsprintf.c $(OUTPUT_OPTION)
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dprint.c42 vsprintf(str, format, ap);
/freebsd-12-stable/contrib/libpcap/missing/
H A Dsnprintf.c511 ret2 = vsprintf (tmp, format, args);
/freebsd-12-stable/contrib/bmake/
H A Dutil.c419 (void)vsprintf(s, fmt, args);
/freebsd-12-stable/sys/mips/cavium/
H A Docteon_machdep.c488 count = vsprintf(buffer, format, args);
/freebsd-12-stable/include/
H A Dstdio.h295 int vsprintf(char * __restrict, const char * __restrict,

Completed in 396 milliseconds

123