Lines Matching refs:GOOD
357 if (gethead(&spcl) == GOOD && in setup()
358 checktype(&spcl, TS_END) == GOOD) { in setup()
793 result = GOOD; in extractfile()
808 result = GOOD; in extractfile()
823 result = GOOD; in extractfile()
826 if ((result = lf_linkit(lnkbuf, rname, SYMLINK)) != GOOD) in extractfile()
842 result = GOOD; in extractfile()
918 result = GOOD; in extractfile()
1000 result = GOOD; in extractfile()
1017 while (checktype(&spcl, TS_CLRI) == GOOD || in skipmaps()
1018 checktype(&spcl, TS_BITS) == GOOD) in skipmaps()
1050 if (checktype(&spcl, TS_END) == GOOD) { in getfile()
1118 if ((readhdr(&spcl) == GOOD) && (checktype(&spcl, TS_ADDR) == GOOD)) { in getfile()
1729 return (GOOD); in checkvol()
1741 return (GOOD); in readhdr()
1887 return (GOOD); in gethead()
1992 if (checktype(header, TS_ADDR) == GOOD) { in findinode()
2002 if (checktype(header, TS_INODE) == GOOD) { in findinode()
2012 if (checktype(header, TS_END) == GOOD) { in findinode()
2017 if (checktype(header, TS_CLRI) == GOOD) { in findinode()
2022 if (checktype(header, TS_BITS) == GOOD) { in findinode()
2045 return (GOOD); in ishead()
2053 return (GOOD); in checktype()