Searched refs:va_list (Results 1 - 25 of 51) sorted by relevance

123

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_va_list.h31 typedef __darwin_va_list va_list; typedef
/darwin-on-arm/xnu/libkern/kxld/tests/
H A Dkxld_test.h32 const char *format, va_list ap, void *user_data);
H A Dkxld_test.c35 const char *format, va_list ap, void *user_data __unused)
37 va_list args;
/darwin-on-arm/xnu/libsyscall/mach/
H A Dfprintf_stderr.c38 int (*vprintf_stderr_func)(const char *format, va_list ap);
54 va_list args;
H A Dstring.h54 int _mach_vsnprintf(char *buffer, int length, const char *fmt, va_list ap);
H A Dstring.c69 _mach_vsnprintf(char *buffer, int length, const char *fmt, va_list ap)
115 va_list ap;
/darwin-on-arm/xnu/bsd/sys/
H A Dsubr_prf.h86 extern int prf(const char *fmt, va_list ap, int flags, struct tty *ttyp);
H A Dsbuf.h67 int sbuf_vprintf(struct sbuf *, const char *, va_list) __printflike(2, 0);
H A Dsyslog.h220 * Don't use va_list in the vsyslog() prototype. Va_list is typedef'd in two
326 int vaddlog(const char *, va_list);
/darwin-on-arm/xnu/libsyscall/wrappers/
H A Dioctl.c38 va_list ap;
H A Dopen_dprotected_np.c34 va_list ap;
/darwin-on-arm/xnu/EXTERNAL_HEADERS/
H A Dstdarg.h29 typedef __builtin_va_list va_list; typedef
/darwin-on-arm/xnu/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c37 va_list ap;
/darwin-on-arm/xnu/libsyscall/wrappers/legacy/
H A Dopen.c45 va_list ap;
/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prf.c130 va_list argp,
163 va_list ap;
218 va_list ap;
260 va_list ap;
292 va_list ap;
305 vaddlog(const char *fmt, va_list ap)
327 va_list ap;
345 prf(const char *fmt, va_list ap, int flags, struct tty *ttyp)
439 vprintf(const char *fmt, va_list ap)
463 vsprintf(char *buf, const char *cfmt, va_list a
[all...]
/darwin-on-arm/xnu/bsd/libkern/
H A Dlibkern.h74 #include <stdarg.h> /* for platform-specific va_list */
180 int vsscanf(const char *, char const *, va_list);
182 extern int vprintf(const char *, va_list);
183 extern int vsnprintf(char *, size_t, const char *, va_list);
186 extern int vsprintf(char *bufp, const char *, va_list) __deprecated;
/darwin-on-arm/xnu/iokit/IOKit/
H A Dsystem.h69 extern void _doprnt( const char *format, va_list *arg,
/darwin-on-arm/xnu/libsyscall/mach/mach/
H A Dmach_init.h123 extern int (*vprintf_stderr_func)(const char *format, va_list ap);
/darwin-on-arm/xnu/pexpert/arm/common/
H A Dpe_kprintf.c98 va_list listp;
/darwin-on-arm/xnu/pexpert/pexpert/
H A Dprotos.h56 va_list *argp,
/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_kprintf.c91 va_list listp;
105 va_list listp;
/darwin-on-arm/xnu/osfmk/kern/
H A Dmisc_protos.h152 va_list *argp,
158 va_list argp,
H A Dprintf.c222 va_list argp,
655 va_list *argp,
784 va_list listp;
831 va_list listp;
842 va_list listp;
853 va_list listp;
889 va_list listp;
/darwin-on-arm/xnu/libkern/libkern/
H A Dkxld_types.h172 const char *format, va_list ap, void *user_data);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fslog.c63 * (a) va_list argument which is a list of varying number of arguments
81 static int fslog_asl_msg(int level, const char *facility, int num_pairs, va_list vargs, ...)
88 va_list ap;
112 * in va_list. Calculate maximum number of format string that can be
114 * for newline character). If the caller provided pairs in va_list
231 va_list ap;
465 va_list ap;

Completed in 181 milliseconds

123