Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dvsscanf.c46 eofread(void *, char *, int);
50 eofread(void *cookie, char *buf, int len) in eofread() function
66 f._read = eofread; in vsscanf_l()
H A Dvswscanf.c49 static int eofread(void *, char *, int);
52 eofread(void *cookie, char *buf, int len) in eofread() function
86 f._read = eofread; in vswscanf_l()