csh.c | 188 static off_t seekf(void *, off_t, int); 301 if (!(cshin = funopen2((void *) &SHIN, readf, writef, seekf, NULL, 304 if (!(cshout = funopen2((void *) &SHOUT, readf, writef, seekf, NULL, 307 if (!(csherr = funopen2((void *) &SHERR, readf, writef, seekf, NULL, 1345 seekf(void *oreo, off_t off, int whence) function in typeref:typename:off_t
|