Searched defs:gethead (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dgethead.c63 gethead(int current, int all) function
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c232 if ((gethead(&spcl) == FAIL) && (spcl.c_magic != MTB_MAGIC)) {
237 if (gethead(&spcl) == FAIL) {
246 * The above gethead will have failed if the magic is
267 if (gethead(&spcl) == FAIL) {
357 if (gethead(&spcl) == GOOD &&
654 tapea = savetapea + 1; /* <= (void) gethead() below */
662 (void) gethead(&spcl);
1736 if (gethead(b) == FAIL) {
1749 gethead(struct s_spcl *buf) function
1882 "gethead", bu
[all...]

Completed in 62 milliseconds