/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
H A D | vprintf.c | 53 vprintf(char const *fmt, va_list ap)
|
H A D | local.h | 67 extern int __svfscanf(FILE * __restrict, const char * __restrict, va_list)
69 extern int __svfscanf_unlocked(FILE * __restrict, const char * __restrict, va_list)
71 extern int __vfprintf_unlocked(FILE * __restrict, const char * __restrict, va_list);
83 extern int __vfwprintf_unlocked(FILE *, const wchar_t *, va_list);
84 extern int __vfwscanf_unlocked(FILE * __restrict, const wchar_t * __restrict, va_list);
|
H A D | fscanf.c | 60 va_list ap;
|
H A D | printf.c | 57 va_list ap;
|
H A D | swscanf.c | 39 va_list ap;
|
H A D | vwprintf.c | 37 vwprintf(const wchar_t * __restrict fmt, va_list ap)
|
H A D | vwscanf.c | 43 vwscanf(const wchar_t * __restrict fmt, va_list ap)
|
H A D | fprintf.c | 57 va_list ap;
|
H A D | fwprintf.c | 46 va_list ap;
|
H A D | fwscanf.c | 45 va_list ap;
|
H A D | scanf.c | 56 va_list ap;
|
H A D | snprintf_ss.c | 62 va_list ap;
|
H A D | swprintf.c | 40 va_list ap;
|
H A D | wprintf.c | 46 va_list ap;
|
H A D | wscanf.c | 45 va_list ap;
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
H A D | stdarg.h | 2 This header, <stdarg.h>, declares type va_list and defines macros: va_start, va_arg, va_end;
10 The type va_list is a type suitable for holding information needed by the
13 in these descriptions) having type va_list. The object ap may be passed as
37 The type va_list is a type suitable for holding information needed by the
43 typedef __builtin_va_list va_list;
typedef 45 #define va_list VA_LIST
macro 53 Synopsys: void va_start(va_list ap, paramN);
55 @param ap An object of type va_list that is to be initialized such
78 va_list ap initialized by va_start. Each invocation of va_arg modifies ap
86 Synopsys: type va_arg(va_list a [all...] |
/device/linaro/bootloader/edk2/StdLib/PosixLib/Err/ |
H A D | warn_err.c | 50 _Vdomessage(int doerrno, const char *fmt, va_list args)
66 va_list ap;
76 va_list ap;
86 va_list ap;
95 va_list ap;
|
/device/google/contexthub/firmware/os/inc/ |
H A D | printf.h | 30 uint32_t cvprintf(printf_write_c writeF, void* writeD, const char* fmtStr, va_list vl);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/ |
H A D | EfiStdArg.h | 80 typedef int *va_list[1];
typedef 81 #define VA_LIST va_list
83 typedef struct __va_list { void *__ap; } va_list;
typedef in typeref:struct:__va_list 84 #define VA_LIST va_list
|
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/ |
H A D | stdarg.h | 39 typedef __va_list va_list; typedef 66 ((ap) = (va_list)&(last) + __va_size(last))
|
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
H A D | stdarg.h | 40 typedef _BSD_VA_LIST_ va_list;
typedef 44 #define __builtin_stdarg_start(a, l) ((a) = (va_list)(void *)&(l))
|
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/ |
H A D | printf.c | 38 va_list args;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
H A D | modsupport.h | 23 PyAPI_FUNC(PyObject *) _Py_VaBuildValue_SizeT(const char *, va_list);
35 PyAPI_FUNC(int) PyArg_VaParse(PyObject *, const char *, va_list);
37 const char *, char **, va_list);
38 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
H A D | modsupport.h | 23 PyAPI_FUNC(PyObject *) _Py_VaBuildValue_SizeT(const char *, va_list);
35 PyAPI_FUNC(int) PyArg_VaParse(PyObject *, const char *, va_list);
37 const char *, char **, va_list);
38 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
|
/device/google/contexthub/firmware/os/core/ |
H A D | osApi.c | 35 static void osExpApiEvtqSubscribe(uintptr_t *retValP, va_list args) 43 static void osExpApiEvtqUnsubscribe(uintptr_t *retValP, va_list args) 51 static void osExpApiEvtqEnqueue(uintptr_t *retValP, va_list args) 60 static void osExpApiEvtqEnqueuePrivate(uintptr_t *retValP, va_list args) 70 static void osExpApiEvtqRetainEvt(uintptr_t *retValP, va_list args) 77 static void osExpApiEvtqFreeRetained(uintptr_t *retValP, va_list args) 86 static void osExpApiLogLogv(uintptr_t *retValP, va_list args) 90 va_list innerArgs; 96 static void osExpApiSensorSignal(uintptr_t *retValP, va_list args) 108 static void osExpApiSensorReg(uintptr_t *retValP, va_list arg [all...] |