Lines Matching refs:FAIL
232 if ((gethead(&spcl) == FAIL) && (spcl.c_magic != MTB_MAGIC)) { in setup()
237 if (gethead(&spcl) == FAIL) { in setup()
267 if (gethead(&spcl) == FAIL) { in setup()
313 if (checkvol(&spcl, 1) == FAIL) { in setup()
318 if (readhdr(&spcl) == FAIL) in setup()
322 if (checktype(&spcl, TS_CLRI) == FAIL) { in setup()
354 if (checktype(&spcl, TS_BITS) == FAIL) { in setup()
571 if (readhdr(&tmpbuf) == FAIL) { in getvol()
577 if (checkvol(&tmpbuf, volno) == FAIL) { in getvol()
777 return (FAIL); in extractfile()
787 result = FAIL; in extractfile()
804 result = FAIL; in extractfile()
880 result = FAIL; in extractfile()
939 result = FAIL; in extractfile()
985 result = FAIL; in extractfile()
1054 if (ishead(&spcl) == FAIL) { in getfile()
1728 return (FAIL); in checkvol()
1736 if (gethead(b) == FAIL) { in readhdr()
1739 return (FAIL); in readhdr()
1816 return (FAIL); in gethead()
1823 return (FAIL); in gethead()
1883 return (FAIL); in gethead()
1985 if (ishead(header) == FAIL) { in findinode()
1987 while (gethead(header) == FAIL || in findinode()
2027 while (gethead(header) == FAIL) in findinode()
2044 return (FAIL); in ishead()
2052 return (FAIL); in checktype()