Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pw/
H A Dpw_user.c1158 char showch[8]; in pw_checkname() local
1202 snprintf(showch, sizeof(showch), (*ch >= ' ' && *ch < 127) in pw_checkname()
1205 showch, (ch - name), showtype); in pw_checkname()