Home
last modified time | relevance | path

Searched refs:readblock (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dconstants.h56 (readblock() != NULL ? *blockp : '\0'))
63 #define skiprefchar() if (*(++blockp + 1) == '\0') (void) readblock()
H A Dfind.c123 } while (*(cp + 1) == '\0' && (cp = readblock()) != NULL); in findsymbol()
127 cp = readblock(); in findsymbol()
1006 } while (*(blockp + 1) == '\0' && readblock() != NULL); in matchrest()
1146 } while (*(cp + 1) == '\0' && (cp = readblock()) != NULL); in putline()
1171 } while (*(cp + 1) == '\0' && (cp = readblock()) != NULL); in getstring()
1189 } while (*(cp + 1) == '\0' && (cp = readblock()) != NULL); in scanpast()
1200 readblock(void) in readblock() function
1233 (void) readblock(); in dbseek()
H A Dmain.c1095 (void) readblock(); /* read the first cross-ref block */ in build()
1422 } while (*++cp == '\0' && (cp = readblock()) != NULL); in copydata()
1427 cp = readblock(); in copydata()
1465 } while (*++cp == '\0' && (cp = readblock()) != NULL); in copyinverted()
1470 cp = readblock(); in copyinverted()
H A Dglobal.h255 char *readblock(void);
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c148 static int readblock(int);
406 while (readblock(fd_in)) in filter()
476 readblock(int fd_in) in readblock() function
/illumos-gate/usr/src/common/fs/
H A Dpcfs.c91 static void *readblock(int, int);
323 block = (char *)readblock(sector + i, 1); in bpcfs_read()
434 if (!(fp = (uchar_t *)readblock(sectn, 2))) { in fat_map()
518 dxp = readblock(sector, 1); /* read one sector */ in lookup()
595 readblock(int sector, int nsec) in readblock() function
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dparallel.c62 extern int readblock(int);
354 while (readblock(fileno(stdin)) > 0) { in parallel_comm()
H A Dslowsend.c83 while ( readblock(fd_in) ) in slowsend()
H A Dpostio.c210 int readblock(int);
680 while (readblock(fd_in)) in send()
878 readblock(int fd_in) in readblock() function