Home
last modified time | relevance | path

Searched defs:argtable (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dprintf-pos.c247 __find_arguments (const char *fmt0, va_list ap, union arg **argtable) in __find_arguments()
440 __find_warguments (const wchar_t *fmt0, va_list ap, union arg **argtable) in __find_warguments()
672 build_arg_table(struct typetable *types, va_list ap, union arg **argtable) in build_arg_table()
H A Dvfprintf.c358 union arg *argtable; /* args, built due to positional arg */ in __vfprintf() local
H A Dvfwprintf.c432 union arg *argtable; /* args, built due to positional arg */ in __vfwprintf() local
/freebsd/contrib/sendmail/libsm/
H A Dvfprintf.c201 va_list *argtable; /* args, built due to positional arg */ local
828 sm_find_arguments(fmt0, ap, argtable) in sm_find_arguments() argument
/freebsd/contrib/mandoc/
H A Dmdoc_argv.c282 const enum mdocargt *argtable; in mdoc_argv() local