Searched refs:conf_length (Results 1 – 1 of 1) sorted by relevance
259 int conf_length; in userlist() local294 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()