Searched refs:iofcn (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-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) {

Completed in 166 milliseconds