/third_party/musl/src/stdio/ |
H A D | vfwprintf.c | 152 static int wprintf_core(FILE *f, const wchar_t *fmt, va_list *ap, union arg *nl_arg, int *nl_type) in wprintf_core() argument 203 w = nl_arg[s[1]-'0'].i; in wprintf_core() 216 p = nl_arg[s[2]-'0'].i; in wprintf_core() 245 if (argpos>=0) nl_type[argpos]=st, arg=nl_arg[argpos]; in wprintf_core() 334 pop_arg(nl_arg+i, nl_type[i], ap); in wprintf_core() 351 union arg nl_arg[NL_ARGMAX+1]; in vfwprintf() local 357 if (wprintf_core(0, fmt, &ap2, nl_arg, nl_type) < 0) { in vfwprintf() 366 ret = wprintf_core(f, fmt, &ap2, nl_arg, nl_type); in vfwprintf()
|
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 476 if (printf_core(0, fmt, &ap_copy, nl_arg, nl_type, 1) < 0) { in printf_core() 498 else w = nl_arg[s[1]-'0'].i; in printf_core() 511 else p = nl_arg[s[2]-'0'].i; in printf_core() 542 else arg=nl_arg[argpos]; in printf_core() 671 pop_arg(nl_arg+i, nl_type[i], ap); in printf_core() 688 union arg nl_arg[NL_ARGMAX+1]; in vfprintf() local 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() argument 496 w = nl_arg[s[1]-'0'].i; in printf_core() 509 p = nl_arg[s[2]-'0'].i; in printf_core() 538 if (argpos>=0) nl_type[argpos]=st, arg=nl_arg[argpos]; in printf_core() 658 pop_arg(nl_arg+i, nl_type[i], ap); in printf_core() 675 union arg nl_arg[NL_ARGMAX+1]; in vfprintf() local 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() argument 478 if (printf_core(0, fmt, &ap_copy, nl_arg, nl_type, 1) < 0) { in printf_core() 500 w = nl_arg[s[1]-'0'].i; in printf_core() 513 p = nl_arg[s[2]-'0'].i; in printf_core() 542 if (argpos>=0) nl_type[argpos]=st, arg=nl_arg[argpos]; in printf_core() 663 pop_arg(nl_arg+i, nl_type[i], ap); in printf_core() 680 union arg nl_arg[NL_ARGMAX+1]; in vfprintf() local 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() argument 497 w = nl_arg[s[1]-'0'].i; in printf_core() 510 p = nl_arg[s[2]-'0'].i; in printf_core() 539 if (argpos>=0) nl_type[argpos]=st, arg=nl_arg[argpos]; in printf_core() 659 pop_arg(nl_arg+i, nl_type[i], ap); in printf_core() 676 union arg nl_arg[NL_ARGMAX+1]; in vfprintf() local 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() argument 497 w = nl_arg[s[1]-'0'].i; in printf_core() 510 p = nl_arg[s[2]-'0'].i; in printf_core() 539 if (argpos>=0) nl_type[argpos]=st, arg=nl_arg[argpos]; in printf_core() 659 pop_arg(nl_arg+i, nl_type[i], ap); in printf_core() 676 union arg nl_arg[NL_ARGMAX+1]; in vfprintf() local 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()
|