Searched defs:va_start (Results 1 – 13 of 13) sorted by relevance
/plan9/sparc/include/ape/ |
H A D | stdarg.h | 6 #define va_start(list, start) list =\ macro
|
/plan9/386/include/ape/ |
H A D | stdarg.h | 6 #define va_start(list, start) list = (sizeof(start)<4 ? (char *)((int *)&(start)+1) : \ macro
|
/plan9/arm/include/ape/ |
H A D | stdarg.h | 6 #define va_start(list, start) list = (sizeof(start)<4 ? (char *)((int *)&(start)+1) : \ macro
|
/plan9/mips/include/ape/ |
H A D | stdarg.h | 6 #define va_start(list, start) list =\ macro
|
/plan9/power/include/ape/ |
H A D | stdarg.h | 6 #define va_start(list, start) list =\ macro
|
/plan9/386/include/ |
H A D | u.h | 54 #define va_start(list, start) list =\ macro
|
/plan9/sparc/include/ |
H A D | u.h | 54 #define va_start(list, start) list =\ macro
|
/plan9/arm/include/ |
H A D | u.h | 55 #define va_start(list, start) list =\ macro
|
/plan9/mips/include/ |
H A D | u.h | 58 #define va_start(list, start) list =\ macro
|
/plan9/amd64/include/ |
H A D | u.h | 59 #define va_start(list, start) list =\ macro
|
/plan9/power/include/ |
H A D | u.h | 74 #define va_start(list, start) list =\ macro
|
/plan9/power64/include/ |
H A D | u.h | 74 #define va_start(list, start) list =\ macro
|
/plan9/sys/src/ape/cmd/patch/ |
H A D | util.c | 55 # define va_start(ap) ((ap) = (va_list) &va_alist) macro
|