Searched refs:krl_spec (Results 1 – 1 of 1) sorted by relevance
2009 FILE *krl_spec; in update_krl_from_file() local2013 krl_spec = stdin; in update_krl_from_file()2016 } else if ((krl_spec = fopen(path, "r")) == NULL) in update_krl_from_file()2021 while (read_keyfile_line(krl_spec, path, line, sizeof(line), in update_krl_from_file()2121 fclose(krl_spec); in update_krl_from_file()