Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dsscanf.c57 static int eofread(void *, char *, int);
61 eofread(void *cookie, char *buf, int len) in eofread() function
82 f._read = eofread; in sscanf()
Dvsscanf.c51 static int eofread __P((void *, char *, int));
55 eofread(cookie, buf, len) in eofread() function
79 f._read = eofread;
Dvswscanf.c52 static int eofread(void *, char *, int);
56 eofread(void *cookie, char *buf, int len) in eofread() function
93 f._read = eofread; in vswscanf()