Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dprintflocal.h95 int __find_warguments(const wchar_t *, va_list, union arg **);
H A Dvfwprintf.c510 if (__find_warguments (fmt0, orgap, &argtable)) { \ in __vfwprintf()
636 if (__find_warguments (fmt0, orgap, in __vfwprintf()
H A Dprintf-pos.c440 __find_warguments (const wchar_t *fmt0, va_list ap, union arg **argtable) in __find_warguments() function