Searched refs:vfprintf (Results 1 - 25 of 117) sorted by relevance

12345

/osnet-11/usr/src/lib/libast/common/stdio/
H A Dvfprintf.c27 vfprintf(Sfio_t* f, const char* fmt, va_list args) function
29 STDIO_INT(f, "vfprintf", int, (Sfio_t*, const char*, va_list), (f, fmt, args))
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdio-write.c73 retval = vfprintf (stdout, format, args);
88 retval = vfprintf (stream, format, args);
99 return vfprintf (stdout, format, args);
103 # if !REPLACE_VFPRINTF_POSIX /* avoid collision with vfprintf.c */
105 vfprintf (FILE *stream, const char *format, va_list args) function
106 #undef vfprintf macro
108 CALL_WITH_SIGPIPE_EMULATION (int, vfprintf (stream, format, args), ret == EOF)
/osnet-11/usr/src/cmd/sendmail/libsmutil/
H A Derr.c38 (void) vfprintf(stderr, m, ap);
62 (void) vfprintf(stderr, m, ap);
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticerror.c65 (void) vfprintf(stderr, fmt, ap);
90 (void) vfprintf(stderr, fmt, ap);
/osnet-11/usr/src/lib/passwdutil/
H A Ddebug.c57 (void) vfprintf(stderr, fmt, ap);
/osnet-11/usr/src/lib/libxcurses/src/libc/gen/
H A Deprintf.c64 nprf += vfprintf(stderr, fmt, args);
/osnet-11/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_errorx.c72 vfprintf(stderr, fmt, args);
/osnet-11/usr/src/lib/libsmbios/common/
H A Dsmb_subr.c91 (void) vfprintf(stderr, format, ap);
/osnet-11/usr/src/lib/libctf/common/
H A Dctf_subr.c81 (void) vfprintf(stderr, format, alist);
/osnet-11/usr/src/lib/libc/port/print/
H A Dvfprintf.c43 * 32-bit shadow function of vfprintf() is included here.
57 vfprintf(FILE *iop, const char *format, va_list ap)
63 /* Use F*LOCKFILE() macros because vfprintf() is not async-safe. */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dutil.c186 vfprintf(stderr,pat,args);
201 vfprintf(stderr,pat,args);
219 vfprintf(stderr,pat,args);
/osnet-11/usr/src/lib/libldap4/util/
H A Dlog.c123 vfprintf(stderr, fmt, ap);
163 vfprintf(logfd, fmt, ap);
/osnet-11/usr/src/lib/libldap5/sources/ldap/util/
H A Dlog.c123 vfprintf(stderr, fmt, ap);
163 vfprintf(logfd, fmt, ap);
/osnet-11/usr/src/lib/libpkg/common/
H A Dprogerr.c90 (void) vfprintf(stderr, fmt, ap);
/osnet-11/usr/src/lib/libuutil/common/
H A Duu_dprintf.c111 (void) vfprintf(stderr, format, alist);
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtrace.c74 (void) vfprintf(fp, fmt, vp);
/osnet-11/usr/src/lib/udapl/libdat/common/
H A Ddat_osd.c121 (void) vfprintf(stdout, fmt, args);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dnostdio.h70 #undef vfprintf macro
88 #define vfprintf(f,fmt,a) _CANNOT _vfprintf_ macro
/osnet-11/usr/src/lib/libproc/common/
H A DPutil.c132 (void) vfprintf(stderr, format, alist);
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcpmsg.c88 (void) vfprintf(stderr, buf, ap);
/osnet-11/usr/src/lib/libunistat/common/
H A Dspcs_log.c86 (void) vfprintf(fp, format, ap);
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dmisc.c87 vfprintf (stderr, fmt, ap);
103 vfprintf (stderr, fmt, ap);
118 vfprintf (stderr, fmt, ap);
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dexception.c267 vfprintf (stderr, message, arg_list);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddrti.c78 (void) vfprintf(stderr, fmt, ap);
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_err.c136 (void)vfprintf(dbenv->db_errfile, fmt, ap);

Completed in 43 milliseconds

12345