Searched refs:readhdr (Results 1 – 2 of 2) sorted by relevance
278 extern int readhdr(struct s_spcl *);342 extern int readhdr();
318 if (readhdr(&spcl) == FAIL) in setup()571 if (readhdr(&tmpbuf) == FAIL) { in getvol()1118 if ((readhdr(&spcl) == GOOD) && (checktype(&spcl, TS_ADDR) == GOOD)) { in getfile()1733 readhdr(struct s_spcl *b) in readhdr() function