Home
last modified time | relevance | path

Searched refs:gethead (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/backup/restore/
H A Dtape.c232 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()
357 if (gethead(&spcl) == GOOD && in setup()
662 (void) gethead(&spcl); in getvol()
1736 if (gethead(b) == FAIL) { in readhdr()
1749 gethead(struct s_spcl *buf) in gethead() function
1987 while (gethead(header) == FAIL || in findinode()
1999 (void) gethead(header); in findinode()
2027 while (gethead(header) == FAIL) in findinode()
H A Drestore.h279 extern int gethead(struct s_spcl *);
343 extern int gethead();
/titanic_41/usr/src/cmd/mail/
H A Dprintmail.c182 gethead(showlet, 0); in printmail()
295 gethead(showlet, rc); in printmail()
H A DMakefile43 gethead.o goback.o init.o \
H A Dgethead.c63 gethead(int current, int all) in gethead() function
H A Dmail.h303 extern int gethead(int current, int all);