Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/nvi/dist/perl_api/
Dperlsfio.c90 disc->seekf = (Sfseek_f)NULL;
/netbsd/src/bin/csh/
Dcsh.c188 static off_t seekf(void *, off_t, int);
301 if (!(cshin = funopen2((void *) &SHIN, readf, writef, seekf, NULL, in main()
304 if (!(cshout = funopen2((void *) &SHOUT, readf, writef, seekf, NULL, in main()
307 if (!(csherr = funopen2((void *) &SHERR, readf, writef, seekf, NULL, in main()
1345 seekf(void *oreo, off_t off, int whence) in seekf() function