Home
last modified time | relevance | path

Searched refs:ishead (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c77 int ishead, infld, fline, dostat, doclen, nread, unused; in msend() local
88 ishead = 1; in msend()
99 if (ishead) { in msend()
129 ishead = 0; in msend()
154 ishead = 0; in msend()
196 if (!ishead && !mp->m_text && mp->m_clen != 0) { in msend()
230 if (ishead && (mailp->m_flag & MSTATUS)) in msend()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c76 static int ishead(struct s_spcl *);
1055 if (ishead(&spcl) == FAIL) { in getfile()
1982 if (ishead(header) == FAIL) { in findinode()
2037 ishead(struct s_spcl *buf) in ishead() function