HomeSort by: relevance | last modified time | path
    Searched refs:vfwscanf (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/stdio/
vwscanf.c 50 return vfwscanf(stdin, fmt, ap);
wscanf.c 53 r = vfwscanf(stdin, fmt, ap);
fwscanf.c 53 r = vfwscanf(fp, fmt, ap);
Makefile.inc 19 vasprintf.c vdprintf.c vfprintf.c vfscanf.c vfwprintf.c vfwscanf.c \
67 MLINKS+=wscanf.3 vswscanf.3 wscanf.3 vfwscanf.3
vfwscanf.c 1 /* $NetBSD: vfwscanf.c,v 1.13 2022/04/19 20:32:16 rillig Exp $ */
43 __FBSDID("$FreeBSD: src/lib/libc/stdio/vfwscanf.c,v 1.12 2004/05/02 20:13:29 obrien Exp $");
45 __RCSID("$NetBSD: vfwscanf.c,v 1.13 2022/04/19 20:32:16 rillig Exp $");
117 vfwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, va_list ap) function in typeref:typename:int
  /src/include/
wchar.h 204 int vfwscanf(FILE * __restrict, const wchar_t * __restrict, __va_list);

Completed in 14 milliseconds