Home
last modified time | relevance | path

Searched defs:nl_type (Results 1 – 6 of 6) sorted by relevance

/external/trusty/musl/src/stdio/
Dvfwprintf.c144 static int wprintf_core(FILE *f, const wchar_t *fmt, va_list *ap, union arg *nl_arg, int *nl_type) in wprintf_core()
341 int nl_type[NL_ARGMAX] = {0}; in vfwprintf() local
Dvfprintf.c557 static int printf_core(FILE *f, const char *fmt, va_list *ap, union arg *nl_arg, int *nl_type, int … in printf_core()
858 int nl_type[NL_ARGMAX+1] = {0}; in vfprintf_worker() local
/external/musl/src/stdio/
Dvfwprintf.c152 static int wprintf_core(FILE *f, const wchar_t *fmt, va_list *ap, union arg *nl_arg, int *nl_type) in wprintf_core()
350 int nl_type[NL_ARGMAX+1] = {0}; in vfwprintf() local
Dvfprintf.c430 static int printf_core(FILE *f, const char *fmt, va_list *ap, union arg *nl_arg, int *nl_type) in printf_core()
667 int nl_type[NL_ARGMAX+1] = {0}; in vfprintf() local
/external/autotest/client/deps/iwcap/src/
Diwcap.c221 static int check_iftype(struct nlattr *tb_msg[], int nl_type) in check_iftype()
/external/iproute2/tc/
Df_flower.c1177 int nl_type, nl_mask_type; in flower_print_opt() local