Searched refs:printf_core (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/src/stdio/ |
H A D | vfprintf.c | 439 static int printf_core(FILE *f, const char *fmt, va_list *ap, union arg *nl_arg, int *nl_type, char nl_arg_filled) in printf_core() function 476 if (printf_core(0, fmt, &ap_copy, nl_arg, nl_type, 1) < 0) { in printf_core() 708 ret = printf_core(f, fmt, &ap2, nl_arg, nl_type, 0); in vfprintf()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A 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() function 682 if (printf_core(0, fmt, &ap2, nl_arg, nl_type) < 0) { in vfprintf() 697 else ret = printf_core(f, fmt, &ap2, nl_arg, nl_type); in vfprintf()
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | vfprintf.c | 441 static int printf_core(FILE *f, const char *fmt, va_list *ap, union arg *nl_arg, int *nl_type, char nl_arg_filled) in printf_core() function 478 if (printf_core(0, fmt, &ap_copy, nl_arg, nl_type, 1) < 0) { in printf_core() 699 else ret = printf_core(f, fmt, &ap2, nl_arg, nl_type, 0); in vfprintf()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A 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() function 683 if (printf_core(0, fmt, &ap2, nl_arg, nl_type) < 0) { in vfprintf() 698 else ret = printf_core(f, fmt, &ap2, nl_arg, nl_type); in vfprintf()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A 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() function 683 if (printf_core(0, fmt, &ap2, nl_arg, nl_type) < 0) { in vfprintf() 698 else ret = printf_core(f, fmt, &ap2, nl_arg, nl_type); in vfprintf()
|
Completed in 6 milliseconds