HomeSort by relevance Sort by last modified time
    Searched refs:__find_arguments (Results 1 - 4 of 4) sorted by null

  /bionic/libc/stdio/
printf_common.h 110 static int __find_arguments(const CHAR_TYPE* fmt0, va_list ap, union arg** argtable, size_t* argtablesiz);
284 if (__find_arguments(fmt0, orgap, &argtable, &argtablesiz) == -1) { \
311 static int __find_arguments(const CHAR_TYPE* fmt0, va_list ap, union arg** argtable, function
vfprintf.cpp 231 if (__find_arguments(fmt0, orgap, &argtable, &argtablesiz) == -1) {
266 if (__find_arguments(fmt0, orgap, &argtable, &argtablesiz) == -1) {
vfwprintf.cpp 220 if (__find_arguments(fmt0, orgap, &argtable, &argtablesiz) == -1) {
255 if (__find_arguments(fmt0, orgap, &argtable, &argtablesiz) == -1) {
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c 149 static int __find_arguments(const CHAR_T *, va_list, union arg **);
803 if (__find_arguments(fmt0, orgap, &argtable) == -1) \
955 if (__find_arguments(fmt0, orgap,
1592 __find_arguments(const CHAR_T *fmt0, va_list ap, union arg **argtable) function
    [all...]

Completed in 104 milliseconds