Searched refs:fmt0 (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | vfwprintf.c | 551 WDECL(vf,printf)(FILE * __restrict fp, const CHAR_T * __restrict fmt0, va_list ap) in WDECL() 560 ret = WDECL(__vf,printf_unlocked)(fp, fmt0, ap); in WDECL() 613 WDECL(__vf,printf_unlocked)(FILE *fp, const CHAR_T *fmt0, va_list ap) in WDECL() 803 if (__find_arguments(fmt0, orgap, &argtable) == -1) \ in WDECL() 815 _DIAGASSERT(fmt0 != NULL); in WDECL() 841 return (__sbprintf(fp, fmt0, ap)); in WDECL() 843 fmt = (CHAR_T *)__UNCONST(fmt0); in WDECL() 955 if (__find_arguments(fmt0, orgap, in WDECL() 1592 __find_arguments(const CHAR_T *fmt0, va_list ap, union arg **argtable) in __find_arguments() argument 1669 fmt = (CHAR_T *)__UNCONST(fmt0); in __find_arguments()
|
D | vfscanf.c | 140 __svfscanf(FILE *fp, char const *fmt0, va_list ap) in __svfscanf() argument 149 ret = __svfscanf_unlocked(fp, fmt0, ap); in __svfscanf() 158 __svfscanf_unlocked(FILE *fp, const char *fmt0, va_list ap) in __svfscanf_unlocked() argument 160 const u_char *fmt = (const u_char *)fmt0; in __svfscanf_unlocked() 183 _DIAGASSERT(fmt0 != NULL); in __svfscanf_unlocked()
|
D | vsnprintf_ss.c | 120 vsnprintf_ss(char *sbuf, size_t slen, const char *fmt0, va_list ap) 153 fmt = fmt0;
|