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

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgmessages.c43 vfprintf (stderr, format, args);
66 vfprintf (stderr, format, args);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgmessages.c43 vfprintf (stderr, format, args);
66 vfprintf (stderr, format, args);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dstdio-write.c74 retval = vfprintf (stdout, format, args);
90 retval = vfprintf (stream, format, args);
101 return vfprintf (stdout, format, args);
105 # if !REPLACE_VFPRINTF_POSIX /* avoid collision with vfprintf.c */
107 vfprintf (FILE *stream, const char *format, va_list args) function
108 #undef vfprintf macro
110 CALL_WITH_SIGPIPE_EMULATION (int, vfprintf (stream, format, args), ret == EOF)
H A Dstdio.in.h93 # define vfprintf rpl_vfprintf
94 extern int vfprintf (FILE *fp, const char *format, va_list args)
98 # define vfprintf rpl_vfprintf
99 extern int vfprintf (FILE *fp, const char *format, va_list args)
102 # undef vfprintf
103 # define vfprintf(s,f,a) \
104 (GL_LINK_WARNING ("vfprintf is not always POSIX compliant - " \
105 "use gnulib module vfprintf-posix for portable " \
107 vfprintf (s, f, a))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcurlx.h100 # undef vfprintf macro
111 # define vfprintf curlx_mvfprintf macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dlibxml.h32 int vfprintf(FILE *, const char *, va_list);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dlibxml.h40 int vfprintf(FILE *, const char *, va_list);
H A DtestSAX.c131 vfprintf(stderr, fmt, ap);
165 vfprintf(stderr, fmt, ap);
189 vfprintf(stderr, format, ap);
786 vfprintf(stdout, msg, args);
809 vfprintf(stdout, msg, args);
832 vfprintf(stdout, msg, args);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dlibxml.h32 int vfprintf(FILE *, const char *, va_list);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/include/curl/
H A Dmprintf.h54 # undef vfprintf macro
71 # define vfprintf curl_mvfprintf macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tmp/include/curl/
H A Dmprintf.h54 # undef vfprintf macro
71 # define vfprintf curl_mvfprintf macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddlog.c60 vfprintf(stderr, template, arglist);
65 vfprintf(stdout, template, arglist);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdio.in.h85 # define vfprintf rpl_vfprintf macro
86 extern int vfprintf (FILE *fp, const char *format, va_list args)
90 # undef vfprintf macro
91 # define vfprintf(s,f,a) \ macro
92 (GL_LINK_WARNING ("vfprintf is not always POSIX compliant - " \
93 "use gnulib module vfprintf-posix for portable " \
95 vfprintf (s, f, a))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdio.in.h85 # define vfprintf rpl_vfprintf macro
86 extern int vfprintf (FILE *fp, const char *format, va_list args)
90 # undef vfprintf macro
91 # define vfprintf(s,f,a) \ macro
92 (GL_LINK_WARNING ("vfprintf is not always POSIX compliant - " \
93 "use gnulib module vfprintf-posix for portable " \
95 vfprintf (s, f, a))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcurves.c77 vfprintf (stderr, format, arg_ptr);
88 vfprintf (stderr, format, arg_ptr);
H A Dhmac.c40 vfprintf (stderr, format, arg_ptr);
51 vfprintf (stderr, format, arg_ptr);
H A Daeswrap.c40 vfprintf (stderr, format, arg_ptr);
51 vfprintf (stderr, format, arg_ptr);
H A Dprime.c37 vfprintf (stderr, format, arg_ptr);
H A Dfips186-dsa.c55 vfprintf (stderr, format, arg_ptr);
65 vfprintf (stderr, format, arg_ptr);
76 vfprintf (stderr, format, arg_ptr);
H A Dt-mpi-bit.c53 vfprintf (stderr, format, arg_ptr);
67 vfprintf (stderr, format, arg_ptr);
82 vfprintf (stderr, format, arg_ptr);
H A Dkeygrip.c45 vfprintf (stderr, format, arg_ptr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dprintf.c109 * vfprintf --
112 * PUBLIC: int vfprintf __P((FILE *, const char *, va_list));
117 vfprintf(fp, fmt, ap) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dclib_ext.h49 int vfprintf __P((FILE *, const char *, va_list));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_msgs.c91 vfprintf(errors, fmt, ap);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dlog.c100 vfprintf (stderr, format, args[ZLOG_NOLOG_INDEX]);
122 vfprintf (zl->fp, format, args[ZLOG_FILE_INDEX]);
133 vfprintf (stdout, format, args[ZLOG_STDOUT_INDEX]);
144 vfprintf (stderr, format, args[ZLOG_STDERR_INDEX]);

Completed in 203 milliseconds

123456