Symbol: readblock
usr/src/cmd/lp/filter/postscript/postcomm/postcomm.c
148
static int readblock(int);
usr/src/cmd/lp/filter/postscript/postcomm/postcomm.c
406
while (readblock(fd_in))
usr/src/cmd/lp/filter/postscript/postio/parallel.c
354
while (readblock(fileno(stdin)) > 0) {
usr/src/cmd/lp/filter/postscript/postio/parallel.c
62
extern int readblock(int);
usr/src/cmd/lp/filter/postscript/postio/postio.c
210
int readblock(int);
usr/src/cmd/lp/filter/postscript/postio/postio.c
680
while (readblock(fd_in))
usr/src/cmd/lp/filter/postscript/postio/slowsend.c
83
while ( readblock(fd_in) )
usr/src/common/fs/pcfs.c
323
block = (char *)readblock(sector + i, 1);
usr/src/common/fs/pcfs.c
434
if (!(fp = (uchar_t *)readblock(sectn, 2))) {
usr/src/common/fs/pcfs.c
518
dxp = readblock(sector, 1); /* read one sector */
usr/src/common/fs/pcfs.c
91
static void *readblock(int, int);
usr/src/tools/cscope-fast/constants.h
56
(readblock() != NULL ? *blockp : '\0'))
usr/src/tools/cscope-fast/constants.h
63
#define skiprefchar() if (*(++blockp + 1) == '\0') (void) readblock()
usr/src/tools/cscope-fast/find.c
1006
} while (*(blockp + 1) == '\0' && readblock() != NULL);
usr/src/tools/cscope-fast/find.c
1146
} while (*(cp + 1) == '\0' && (cp = readblock()) != NULL);
usr/src/tools/cscope-fast/find.c
1171
} while (*(cp + 1) == '\0' && (cp = readblock()) != NULL);
usr/src/tools/cscope-fast/find.c
1189
} while (*(cp + 1) == '\0' && (cp = readblock()) != NULL);
usr/src/tools/cscope-fast/find.c
123
} while (*(cp + 1) == '\0' && (cp = readblock()) != NULL);
usr/src/tools/cscope-fast/find.c
1233
(void) readblock();
usr/src/tools/cscope-fast/find.c
127
cp = readblock();
usr/src/tools/cscope-fast/global.h
255
char *readblock(void);
usr/src/tools/cscope-fast/main.c
1095
(void) readblock(); /* read the first cross-ref block */
usr/src/tools/cscope-fast/main.c
1422
} while (*++cp == '\0' && (cp = readblock()) != NULL);
usr/src/tools/cscope-fast/main.c
1427
cp = readblock();
usr/src/tools/cscope-fast/main.c
1465
} while (*++cp == '\0' && (cp = readblock()) != NULL);
usr/src/tools/cscope-fast/main.c
1470
cp = readblock();