| /src/sys/external/bsd/gnu-efi/dist/inc/ |
| efistdarg.h | 28 typedef __builtin_va_list va_list; typedef
|
| /src/sys/external/bsd/acpica/dist/include/platform/ |
| acmsvcex.h | 78 typedef char *va_list; typedef 90 #define va_end(ap) (ap = (va_list) NULL)
|
| acgcc.h | 53 typedef __builtin_va_list va_list; typedef
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| stdarg.h | 14 typedef __builtin_va_list va_list; typedef
|
| /src/sys/sys/ |
| stdarg.h | 43 #define __builtin_va_start(a, l) ((a) = (va_list)(void *)&(l)) 53 typedef __va_list va_list; typedef
|
| /src/include/ |
| wchar.h | 91 typedef __va_list va_list; typedef
|
| util.h | 52 typedef __va_list va_list; typedef
|
| stdio.h | 62 typedef __va_list va_list; typedef
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| stdarg.h | 60 /* Define va_list, if desired, from __gnuc_va_list. */ 61 /* We deliberately do not define va_list when called from 63 va_list. stdio.h needs to have access to that data type, 72 /* SVR4.2 uses _VA_LIST for an internal alias for va_list, 80 #define _VA_LIST va_list 83 typedef __gnuc_va_list va_list; typedef 103 typedef __gnuc_va_list va_list; typedef
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| stdarg.h | 56 /* Define va_list, if desired, from __gnuc_va_list. */ 57 /* We deliberately do not define va_list when called from 59 va_list. stdio.h needs to have access to that data type, 68 /* SVR4.2 uses _VA_LIST for an internal alias for va_list, 76 #define _VA_LIST va_list 79 typedef __gnuc_va_list va_list; typedef 99 typedef __gnuc_va_list va_list; typedef
|
| /src/sys/fs/ntfs/ |
| ntfs_subr.h | 38 LIST_ENTRY(ntvattr) va_list; member in struct:ntvattr
|
| /src/games/larn/ |
| io.c | 122 typedef char *va_list; typedef 237 va_list ap;
|
| /src/external/gpl2/rcs/include/ |
| conf.h | 115 typedef char *va_list; typedef 117 # define va_start(ap) ((ap) = (va_list)&va_alist)
|
| /src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| mDNSEmbeddedAPI.h | 65 #define va_list VA_LIST macro 71 #include <stdarg.h> // stdarg.h is required for for va_list support for the mDNS_vsnprintf declaration 3044 extern mDNSu32 mDNS_vsnprintf(char *sbuffer, mDNSu32 buflen, const char *fmt, va_list arg) IS_A_PRINTF_STYLE_FUNCTION(3,0);
|