Searched refs:vsnprintf (Results 151 - 175 of 295) sorted by relevance

1234567891011>>

/freebsd-11-stable/stand/libsa/geli/
H A Dgeliboot.c145 vsnprintf(devname, sizeof(devname), namefmt, args);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dmsyslog.c254 return vsnprintf(buf, bufsiz, nfmt, ap);
/freebsd-11-stable/contrib/unbound/util/
H A Dlog.c233 vsnprintf(message, sizeof(message), format, args);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c739 (void) vsnprintf(buf, 512, fmt, adx);
1122 size = vsnprintf(NULL, 0, fmt, adx) + 1;
1128 size = vsnprintf(buf, size, fmt, adx);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_subr.c610 if ((n = vsnprintf(buf, len, format, ap2)) < 0)
647 if ((needed = vsnprintf(NULL, 0, format, ap2)) < 0) {
680 if (vsnprintf(&dtp->dt_buffered_buf[dtp->dt_buffered_offs],
/freebsd-11-stable/sys/net80211/
H A Dieee80211_input.c893 vsnprintf(buf, sizeof(buf), fmt, ap);
908 vsnprintf(buf, sizeof(buf), fmt, ap);
923 vsnprintf(buf, sizeof(buf), fmt, ap);
/freebsd-11-stable/contrib/gcclibs/libssp/
H A DMakefile.in78 strncpy-chk.lo vsnprintf-chk.lo vsprintf-chk.lo
232 vsnprintf-chk.c vsprintf-chk.c
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf-chk.Plo@am__quote@
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A DMakefile.in157 vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
205 ./vasprintf.o ./vfork.o ./vfprintf.o ./vprintf.o ./vsnprintf.o \
1111 ./vsnprintf.o: $(srcdir)/vsnprintf.c config.h $(INCDIR)/ansidecl.h \
1114 $(COMPILE.c) $(PICFLAG) $(srcdir)/vsnprintf.c -o pic/$@; \
1116 $(COMPILE.c) $(srcdir)/vsnprintf.c $(OUTPUT_OPTION)
/freebsd-11-stable/contrib/binutils/libiberty/
H A DMakefile.in157 vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
205 ./vasprintf.o ./vfork.o ./vfprintf.o ./vprintf.o ./vsnprintf.o \
1135 ./vsnprintf.o: $(srcdir)/vsnprintf.c config.h $(INCDIR)/ansidecl.h \
1138 $(COMPILE.c) $(PICFLAG) $(srcdir)/vsnprintf.c -o pic/$@; \
1140 $(COMPILE.c) $(srcdir)/vsnprintf.c $(OUTPUT_OPTION)
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h3047 # ifdef vsnprintf
3048 # undef vsnprintf macro
3050 # define vsnprintf sm_vsnprintf macro
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dprint.c57 ret = vsnprintf(str, size, format, ap);
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dtp_main.c95 vsnprintf(data.m_what, sizeof(data.m_what), fmt, ap); \
/freebsd-11-stable/contrib/dma/
H A Dnet.c85 s = vsnprintf(cmd, sizeof(cmd) - 2, fmt, va);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dioctl.c54 (void) vsnprintf(errstr, sizeof (errstr), fmt, v);
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c166 needed = vsnprintf(buffer, sizeof(buffer), format, args);
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_machdep.c482 count = vsnprintf(buffer, sizeof(buffer), format, args);
/freebsd-11-stable/contrib/libxo/libxo/
H A Dxo_syslog.c440 status = vsnprintf(out, outsize, fmt, ap);
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dxml_libxml2.c44 len = vsnprintf(str->buf + str->len, MAX_STR, fmt, ap);
/freebsd-11-stable/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c604 vsnprintf (Buffer, ACPI_VPRINTF_BUFFER_SIZE, Fmt, Args);
/freebsd-11-stable/sbin/geom/misc/
H A Dsubr.c411 vsnprintf(param, sizeof(param), pfmt, ap);
/freebsd-11-stable/usr.sbin/fmtree/
H A Dcreate.c421 (void)vsnprintf(buf, sizeof(buf), fmt, ap);
/freebsd-11-stable/stand/libsa/
H A Dprintf.c172 vsnprintf(char *buf, size_t size, const char *cfmt, va_list ap) function
H A Dstand.h276 extern int vsnprintf(char *buf, size_t size, const char *cfmt, __va_list);
/freebsd-11-stable/sys/dev/filemon/
H A Dfilemon_wrapper.c87 len = vsnprintf(filemon->msgbufr, sizeof(filemon->msgbufr), fmt, ap);
/freebsd-11-stable/sys/sys/
H A Dsystm.h238 int vsnprintf(char *, size_t, const char *, __va_list) __printflike(3, 0);

Completed in 391 milliseconds

1234567891011>>