Lines Matching refs:GOOD
358 if (gethead(&spcl) == GOOD && in setup()
359 checktype(&spcl, TS_END) == GOOD) { in setup()
794 result = GOOD; in extractfile()
809 result = GOOD; in extractfile()
824 result = GOOD; in extractfile()
827 if ((result = lf_linkit(lnkbuf, rname, SYMLINK)) != GOOD) in extractfile()
843 result = GOOD; in extractfile()
919 result = GOOD; in extractfile()
1001 result = GOOD; in extractfile()
1018 while (checktype(&spcl, TS_CLRI) == GOOD || in skipmaps()
1019 checktype(&spcl, TS_BITS) == GOOD) in skipmaps()
1051 if (checktype(&spcl, TS_END) == GOOD) { in getfile()
1119 if ((readhdr(&spcl) == GOOD) && (checktype(&spcl, TS_ADDR) == GOOD)) { in getfile()
1726 return (GOOD); in checkvol()
1738 return (GOOD); in readhdr()
1884 return (GOOD); in gethead()
1989 if (checktype(header, TS_ADDR) == GOOD) { in findinode()
1999 if (checktype(header, TS_INODE) == GOOD) { in findinode()
2009 if (checktype(header, TS_END) == GOOD) { in findinode()
2014 if (checktype(header, TS_CLRI) == GOOD) { in findinode()
2019 if (checktype(header, TS_BITS) == GOOD) { in findinode()
2042 return (GOOD); in ishead()
2050 return (GOOD); in checktype()