Searched defs:argtable (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | printf-pos.c | 247 __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 D | vfprintf.c | 358 union arg *argtable; /* args, built due to positional arg */ in __vfprintf() local
|
H A D | vfwprintf.c | 432 union arg *argtable; /* args, built due to positional arg */ in __vfwprintf() local
|
/freebsd/contrib/sendmail/libsm/ |
H A D | vfprintf.c | 201 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 D | mdoc_argv.c | 282 const enum mdocargt *argtable; in mdoc_argv() local
|