Searched refs:badchars (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/sendmail/src/
H A Dmime.c603 BITMAP256 badchars; local
606 clrbitmap(badchars);
608 setbitn(c1, badchars);
609 clrbitn('\t', badchars);
611 setbitn(c1, badchars);
612 setbitn('=', badchars);
615 setbitn(*p, badchars);
688 if (bitnset(bitidx(c1), badchars))
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c628 const char *badchars, *ch, *showtype; local
635 badchars = ":";
639 badchars = " ,\t:+&#%$^()!@~*?<>=|\\/\"";
647 if (strchr(badchars, *ch) != NULL ||
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_vnops.c1121 static const char *badchars = "*/:<>;?"; local
1155 if (strchr(badchars, *cp) != NULL)

Completed in 179 milliseconds