| 1211 |
pw_checkname(u_char *name, int gecos) |
1211 |
pw_checkname(u_char *name, int gecos) |
| 1214 |
char const *notch = gecos ? ":!@" : " ,\t:+&#%$^()!@~*?<>=|\\/\""; |
1214 |
char const *notch = gecos ? ":!@" : " ,\t:+&#%^()!@~*?<>=|\\/\""; |
| 1217 |
if (strchr(notch, name[l]) != NULL || name[l] < ' ' || name[l] == 127 || |
1217 |
if (strchr(notch, name[l]) != NULL || name[l] < ' ' || name[l] == 127 || |