Home
last modified time | relevance | path

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

/dragonfly/usr.bin/finger/
H A Dfinger.c259 int conf_length; in userlist() local
294 conf_length = strlen(conf_alias); in userlist()
295 if (*conf_alias == '#' || conf_alias[--conf_length] != '\n') in userlist()
297 conf_alias[conf_length] = '\0'; /* Remove trailing LF */ in userlist()