Searched defs:iofcn (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.c312 blkio(short b, unsigned char *buf, int (*iofcn)()) argument
317 if (iofcn == read) {
331 if ((*iofcn)(tfile, buf, BUFSIZE) != BUFSIZE)
494 regio(short b, int (*iofcn)()) argument
504 if ((*iofcn)(rfile, rbuf, BUFSIZE) != BUFSIZE)
H A Dexrecover.c807 blkio(short b, unsigned char *buf, int (*iofcn)()) argument
812 if ((rc =(*iofcn)(tfile, buf, BUFSIZE)) != BUFSIZE) {
/illumos-gate/usr/src/cmd/ed/
H A Ded.c1769 blkio(int b, char *buf, ssize_t (*iofcn)()) argument
1772 if ((*iofcn)(tfile, buf, 512) != 512) {

Completed in 50 milliseconds