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

/freebsd-10.1-release/usr.bin/finger/
H A Dfinger.c283 int conf_length; local
318 conf_length = strlen(conf_alias);
319 if (*conf_alias == '#' || conf_alias[--conf_length] != '\n')
321 conf_alias[conf_length] = '\0'; /* Remove trailing LF */

Completed in 47 milliseconds