Searched defs:nl_type (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/src/stdio/ |
D | vfwprintf.c | 146 static int wprintf_core(FILE *f, const wchar_t *fmt, va_list *ap, union arg *nl_arg, int *nl_type) in wprintf_core() 343 int nl_type[NL_ARGMAX] = {0}; in vfwprintf() local
|
D | vfprintf.c | 430 static int printf_core(FILE *f, const char *fmt, va_list *ap, union arg *nl_arg, int *nl_type) in printf_core() 660 int nl_type[NL_ARGMAX+1] = {0}; in vfprintf() local
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
D | vfprintf.c | 436 static int printf_core(FILE *f, const char *fmt, va_list *ap, union arg *nl_arg, int *nl_type) in printf_core() 675 int nl_type[NL_ARGMAX+1] = {0}; in vfprintf() local
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
D | vfprintf.c | 435 static int printf_core(FILE *f, const char *fmt, va_list *ap, union arg *nl_arg, int *nl_type) in printf_core() 674 int nl_type[NL_ARGMAX+1] = {0}; in vfprintf() local
|
/third_party/musl/porting/linux/user/src/stdio/ |
D | vfprintf.c | 439 static int printf_core(FILE *f, const char *fmt, va_list *ap, union arg *nl_arg, int *nl_type, char… in printf_core() 677 int nl_type[NL_ARGMAX+1] = {0}; in vfprintf() local
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
D | vfprintf.c | 436 static int printf_core(FILE *f, const char *fmt, va_list *ap, union arg *nl_arg, int *nl_type) in printf_core() 675 int nl_type[NL_ARGMAX+1] = {0}; in vfprintf() local
|