Searched defs:eofread (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvsscanf.c51 static int eofread __P((void *, char *, int));
55 eofread(cookie, buf, len) function
79 f._read = eofread;
H A Dsscanf.c57 static int eofread(void *, char *, int);
61 eofread(void *cookie, char *buf, int len) function
82 f._read = eofread;
H A Dvswscanf.c52 static int eofread(void *, char *, int);
56 eofread(void *cookie, char *buf, int len) function
93 f._read = eofread;

Completed in 31 milliseconds