Home
last modified time | relevance | path

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

/trueos/contrib/sendmail/src/
HDmime.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))
/trueos/usr.sbin/pw/
HDpw_user.c1239 u_char const *badchars, *ch, *showtype; in pw_checkname() local
1246 badchars = ":!@"; in pw_checkname()
1250 badchars = " ,\t:+&#%$^()!@~*?<>=|\\/\""; in pw_checkname()
1258 if (strchr(badchars, *ch) != NULL || *ch < ' ' || in pw_checkname()
/trueos/sys/fs/smbfs/
HDsmbfs_vnops.c1113 static const char *badchars = "*/:<>;?"; in smbfs_pathcheck() local
1147 if (strchr(badchars, *cp) != NULL) in smbfs_pathcheck()