Symbol: wordinclass
usr/src/cmd/sendmail/src/conf.c
3161
if (shell == NULL || shell[0] == '\0' || wordinclass(user, 't') ||
usr/src/cmd/sendmail/src/conf.c
3178
if (shell == NULL || shell[0] == '\0' || wordinclass(user, 't') ||
usr/src/cmd/sendmail/src/conf.c
4627
if (!wordinclass((char *) hp->h_name, 'w'))
usr/src/cmd/sendmail/src/conf.c
4635
&& !wordinclass((char *) hnb, 'w'))
usr/src/cmd/sendmail/src/conf.c
4647
if (!wordinclass(*ha, 'w'))
usr/src/cmd/sendmail/src/conf.c
4654
!wordinclass((char *) hnb, 'w'))
usr/src/cmd/sendmail/src/conf.c
4924
if (!wordinclass(ip_addr, 'w'))
usr/src/cmd/sendmail/src/conf.c
5111
if (!wordinclass(ip_addr, 'w'))
usr/src/cmd/sendmail/src/daemon.c
273
if (!wordinclass(jbuf, 'w'))
usr/src/cmd/sendmail/src/deliver.c
1215
if (!wordinclass(hostbuf, 'w'))
usr/src/cmd/sendmail/src/deliver.c
307
!wordinclass(FallbackMX, 'w') &&
usr/src/cmd/sendmail/src/domain.c
243
wordinclass(fallbackMX, 'w')) || !tryfallback)
usr/src/cmd/sendmail/src/domain.c
382
if (wordinclass(bp, 'w'))
usr/src/cmd/sendmail/src/headers.c
1711
wordinclass(h->h_field,
usr/src/cmd/sendmail/src/headers.c
1730
wordinclass(h->h_field,
usr/src/cmd/sendmail/src/headers.c
1750
wordinclass(h->h_field,
usr/src/cmd/sendmail/src/main.c
1442
if (Warn_Q_option && !wordinclass(RealUserName, 't'))
usr/src/cmd/sendmail/src/main.c
1445
if (sysloglabel != NULL && !wordinclass(RealUserName, 't') &&
usr/src/cmd/sendmail/src/main.c
1587
if (!wordinclass(RealUserName, 't'))
usr/src/cmd/sendmail/src/main.c
2693
if (warn_f_flag != '\0' && !wordinclass(RealUserName, 't') &&
usr/src/cmd/sendmail/src/main.c
3611
if (!wordinclass(j, 'w'))
usr/src/cmd/sendmail/src/mime.c
242
if (wordinclass(buf, 'n') || (cte != NULL && !wordinclass(cte, 'e')))
usr/src/cmd/sendmail/src/mime.c
246
if (wordinclass(buf, 'b') || wordinclass(type, 'b'))
usr/src/cmd/sendmail/src/mime.c
249
if (wordinclass(buf, 'q') || wordinclass(type, 'q'))
usr/src/cmd/sendmail/src/mime.c
397
if (!wordinclass(subtype, 's') ||
usr/src/cmd/sendmail/src/parseaddr.c
1153
if (!wordinclass(buf, rp[1]))
usr/src/cmd/sendmail/src/parseaddr.c
1172
if (wordinclass(ap, rp[1]))
usr/src/cmd/sendmail/src/sendmail.h
1133
extern bool wordinclass __P((char *, int));
usr/src/cmd/sendmail/src/srvrsmtp.c
2410
!wordinclass(RealUserName, 't') &&