Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/less/
Doption.c26 static char *optstring LESSPARAMS((char *s, char **p_str, char *printopt, char *validchars));
586 optstring(s, p_str, printopt, validchars) in optstring() argument
590 char *validchars;
613 (validchars != NULL && strchr(validchars, *p) == NULL))
/freebsd-12-stable/usr.sbin/rpc.yppasswdd/
Dyppasswdd_server.c143 validchars(char *arg) in validchars() function
174 if (validchars(npw->pw_shell)) { in validate_master()
179 if (validchars(npw->pw_gecos)) { in validate_master()
184 if (validchars(npw->pw_passwd)) { in validate_master()
225 if (!no_chsh && validchars(npw->pw_shell)) { in validate()
230 if (validchars(npw->pw_gecos)) { in validate()
235 if (validchars(npw->pw_passwd)) { in validate()