Searched refs:iofcn (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_temp.c | 312 blkio(short b, unsigned char *buf, int (*iofcn)()) in blkio() argument 317 if (iofcn == read) { in blkio() 331 if ((*iofcn)(tfile, buf, BUFSIZE) != BUFSIZE) in blkio() 494 regio(short b, int (*iofcn)()) in regio() argument 504 if ((*iofcn)(rfile, rbuf, BUFSIZE) != BUFSIZE) in regio()
|
H A D | exrecover.c | 807 blkio(short b, unsigned char *buf, int (*iofcn)()) in blkio() argument 812 if ((rc =(*iofcn)(tfile, buf, BUFSIZE)) != BUFSIZE) { in blkio()
|
/titanic_50/usr/src/cmd/ed/ |
H A D | ed.c | 1769 blkio(int b, char *buf, ssize_t (*iofcn)()) in blkio() argument 1772 if ((*iofcn)(tfile, buf, 512) != 512) { in blkio()
|