Searched defs:va_list (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | mi.varargs.h | 7 typedef char *va_list; typedef
|
/freebsd/stand/efi/include/ |
H A D | efistdarg.h | 31 typedef CHAR8 * va_list; typedef
|
/freebsd/sys/sys/ |
H A D | _stdarg.h | 39 typedef __va_list va_list; typedef
|
/freebsd/sys/contrib/dev/acpica/include/platform/ |
H A D | acgcc.h | 161 typedef __builtin_va_list va_list; typedef
|
/freebsd/include/ |
H A D | wchar.h | 81 typedef __va_list va_list; typedef
|
H A D | stdio.h | 77 typedef __va_list va_list; typedef
|
/freebsd/contrib/netbsd-tests/lib/libc/net/ |
H A D | h_hostent.c | 84 getby(int (*f)(void *, void *, va_list), struct getnamaddr *info, ...) in getby() argument
|
/freebsd/contrib/blocklist/lib/ |
H A D | bl.c | 118 bl_log(void (*fun)(int, const char *, va_list), int level, in bl_log() argument 278 bl_create(bool srv, const char *path, void (*fun)(int, const char *, va_list)) in bl_create() argument
|
/freebsd/sys/contrib/edk2/Include/ |
H A D | Base.h | 592 typedef int *va_list[1]; typedef 595 typedef struct __va_list { void *__ap; } va_list; typedef
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | principal.c | 805 void (*func)(krb5_context, krb5_principal, va_list), in build_principal() argument
|
/freebsd/stand/kshim/ |
H A D | bsd_kernel.h | 143 #define va_list __builtin_va_list macro
|