Home
last modified time | relevance | path

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

/NextBSD/lib/libc/stdio/
HDprintf-pos.c79 static void build_arg_table (struct typetable *, va_list, union arg **);
424 build_arg_table(&types, ap, argtable); in __find_arguments()
612 build_arg_table(&types, ap, argtable); in __find_warguments()
654 build_arg_table(struct typetable *types, va_list ap, union arg **argtable) in build_arg_table() function