Home
last modified time | relevance | path

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

/original-bsd/bin/csh/
H A Dcsh.c73 static int readf __P((void *, char *, int));
186 if (!(cshin = funopen((void *) &SHIN, readf, writef, seekf, closef)))
188 if (!(cshout = funopen((void *) &SHOUT, readf, writef, seekf, closef)))
190 if (!(csherr = funopen((void *) &SHERR, readf, writef, seekf, closef)))
1212 readf(oreo, buf, siz) in readf() function