HomeSort by relevance Sort by last modified time
    Searched refs:__vfwscanf (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vswscanf.c 65 * __vfwscanf() will convert back to wide characters.
84 r = __vfwscanf(&f, fmt, ap);
  /bionic/libc/stdio/
local.h 207 int __vfwscanf(FILE * __restrict, const wchar_t * __restrict, __va_list);
vfwscanf.c 105 __vfwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, __va_list ap) function
724 r = __vfwscanf(fp, fmt, ap);

Completed in 120 milliseconds