Home
last modified time | relevance | path

Searched refs:build_arg_table (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dprintf-pos.c82 static void build_arg_table (struct typetable *, va_list, union arg **);
432 build_arg_table(&types, ap, argtable); in __find_arguments()
625 build_arg_table(&types, ap, argtable); in __find_warguments()
672 build_arg_table(struct typetable *types, va_list ap, union arg **argtable) in build_arg_table() function