Searched refs:va_list (Results 76 - 100 of 1084) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_io.h28 extern void __kmp_vprintf(enum kmp_io stream, char const *format, va_list ap);
/freebsd-13-stable/contrib/mandoc/
H A Dtest-vasprintf.c28 va_list ap;
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_vsprintf.c43 va_list ap;
/freebsd-13-stable/stand/libsa/
H A Dpanic.c58 va_list ap;
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dconcat.c42 va_list args;
51 roken_vconcat (char *s, size_t len, va_list args)
69 roken_vmconcat (char **s, size_t max_len, va_list args)
104 va_list args;
/freebsd-13-stable/tools/test/testfloat/
H A Dfail.c36 va_list varArgs;
/freebsd-13-stable/sbin/hastd/
H A Dpjdlog.h57 void pjdlogv_prefix_set(const char *fmt, va_list ap) __printflike(1, 0);
62 va_list ap) __printflike(4, 0);
65 void pjdlogv(int loglevel, const char *fmt, va_list ap) __printflike(2, 0);
83 void pjdlogv_debug(int debuglevel, const char *fmt, va_list ap) __printflike(2, 0);
86 void pjdlogv_errno(int loglevel, const char *fmt, va_list ap) __printflike(2, 0);
89 void pjdlogv_exit(int exitcode, const char *fmt, va_list ap) __printflike(2, 0) __dead2;
92 void pjdlogv_exitx(int exitcode, const char *fmt, va_list ap) __printflike(2, 0) __dead2;
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dpjdlog.h55 void pjdlogv_prefix_set(const char *fmt, va_list ap) __printflike(1, 0);
60 va_list ap) __printflike(4, 0);
63 void pjdlogv(int loglevel, const char *fmt, va_list ap) __printflike(2, 0);
81 void pjdlogv_debug(int debuglevel, const char *fmt, va_list ap) __printflike(2, 0);
84 void pjdlogv_errno(int loglevel, const char *fmt, va_list ap) __printflike(2, 0);
87 void pjdlogv_exit(int exitcode, const char *fmt, va_list ap) __printflike(2, 0) __dead2;
90 void pjdlogv_exitx(int exitcode, const char *fmt, va_list ap) __printflike(2, 0) __dead2;
/freebsd-13-stable/usr.sbin/ypldap/
H A Dlog.c40 void vlog(int, const char *, va_list);
59 va_list ap;
67 vlog(int pri, const char *fmt, va_list ap)
90 va_list ap;
113 va_list ap;
123 va_list ap;
133 va_list ap;
/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutxferror.c189 va_list ArgList;
230 va_list ArgList;
280 va_list ArgList;
315 va_list ArgList;
359 va_list ArgList;
400 va_list ArgList;
451 va_list ArgList;
/freebsd-13-stable/contrib/pf/libevent/
H A Dlog.c67 va_list ap);
71 event_vsnprintf(char *str, size_t size, const char *format, va_list args)
93 va_list ap;
104 va_list ap;
115 va_list ap;
125 va_list ap;
136 va_list ap;
146 va_list ap;
156 va_list ap;
164 _warn_helper(int severity, int log_errno, const char *fmt, va_list a
[all...]
/freebsd-13-stable/contrib/libxo/libxo/
H A Dxo.h75 #define XOF_NO_VA_ARG XOF_BIT(9) /** Don't advance va_list w/ va_arg() */
148 const char *, va_list);
149 typedef void (*xo_checkpointer_t)(xo_handle_t *, va_list, int);
204 xo_emit_hv (xo_handle_t *xop, const char *fmt, va_list vap);
214 const char *fmt, va_list vap);
224 xo_emit_hvp (xo_handle_t *xop, const char *fmt, va_list vap)
233 va_list vap;
244 va_list vap;
254 const char *fmt, va_list vap)
263 va_list va
[all...]
/freebsd-13-stable/contrib/libevent/
H A Dlog.c113 va_list ap;
124 va_list ap;
134 va_list ap;
146 va_list ap;
157 va_list ap;
168 va_list ap;
178 va_list ap;
188 va_list ap;
196 event_logv_(int severity, const char *errstr, const char *fmt, va_list ap)
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dlog.c113 va_list ap;
124 va_list ap;
134 va_list ap;
146 va_list ap;
157 va_list ap;
168 va_list ap;
178 va_list ap;
188 va_list ap;
196 event_logv_(int severity, const char *errstr, const char *fmt, va_list ap)
/freebsd-13-stable/contrib/libpcap/rpcapd/
H A Dlog.c44 PCAP_FORMAT_STRING(const char *), va_list) PCAP_PRINTFLIKE(2, 0);
46 static void rpcapd_vlog_stderr(log_priority priority, const char *message, va_list ap)
88 PCAP_FORMAT_STRING(const char *), va_list) PCAP_PRINTFLIKE(2, 0);
95 va_list ap)
174 va_list ap)
246 va_list ap;
/freebsd-13-stable/contrib/elftoolchain/ar/
H A Dutil.c43 const char *fmt, va_list ap);
45 const char *fmt, va_list ap);
48 bsdar_vwarnc(struct bsdar *bsdar, int code, const char *fmt, va_list ap)
61 va_list ap;
69 bsdar_verrc(struct bsdar *bsdar, int code, const char *fmt, va_list ap)
82 va_list ap;
/freebsd-13-stable/crypto/heimdal/appl/test/
H A Dgss_common.h41 void gss_verr(int exitval, int status, const char *fmt, va_list ap)
/freebsd-13-stable/lib/libc/stdio/
H A Dfprintf.c54 va_list ap;
65 va_list ap;
H A Dfscanf.c58 va_list ap;
71 va_list ap;
H A Dfwprintf.c46 va_list ap;
58 va_list ap;
H A Dfwscanf.c45 va_list ap;
57 va_list ap;
H A Dprintflocal.h95 int __find_arguments(const char *, va_list, union arg **);
96 int __find_warguments(const wchar_t *, va_list, union arg **);
H A Dscanf.c58 va_list ap;
71 va_list ap;
H A Dswprintf.c46 va_list ap;
59 va_list ap;
H A Dswscanf.c45 va_list ap;
58 va_list ap;

Completed in 107 milliseconds

1234567891011>>