Home
last modified time | relevance | path

Searched refs:istext (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dcopymt.c80 let[nlet-1].text = istext((unsigned char*)line,clen);
106 let[nlet-1].text = istext((unsigned char*)line,n);
178 let[nlet-1].text = istext((unsigned char*)line,n);
H A Distext.c36 istext(unsigned char *s, int size) in istext() function
H A DMakefile43 isheader.o isit.o islocal.o istext.o legal.o \
H A Dmail.h313 extern int istext(unsigned char *s, int size);
H A Dsendmail.c376 binflg = !istext((unsigned char *)buf, n); in sendmail()