Searched refs:configfd (Results 1 – 1 of 1) sorted by relevance
188 FILE *configfd; in rc_read_config() local193 if ((configfd = fopen(filename,"r")) == NULL) in rc_read_config()200 while ((fgets(buffer, sizeof(buffer), configfd) != NULL)) in rc_read_config()254 fclose(configfd); in rc_read_config()