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

/openbsd-current/lib/libc/stdio/
H A Dvsscanf.c39 eofread(void *cookie, char *buf, int len) function
55 f._read = eofread;
H A Dsscanf.c40 eofread(void *cookie, char *buf, int len) function
58 f._read = eofread;
H A Dvswscanf.c43 static int eofread(void *, char *, int);
46 eofread(void *cookie, char *buf, int len) function
82 f._read = eofread;

Completed in 264 milliseconds