Searched refs:nl_arg_filled (Results 1 - 2 of 2) 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() argument 473 if (!nl_arg_filled) { in printf_core()
|
/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() argument 475 if (!nl_arg_filled) { in printf_core()
|
Completed in 3 milliseconds