Searched refs:file_con (Results 1 – 1 of 1) sorted by relevance
1418 FILE *file_con = NULL; in hidden_def() local1423 file_con = fopen(semanage_path(SEMANAGE_TMP, SEMANAGE_FC_TMPL), "r"); in hidden_def()1424 if (!file_con) { in hidden_def()1445 while (fgets_unlocked(buf, PATH_MAX, file_con)) { in hidden_def()1467 if (file_con) in hidden_def()1468 fclose(file_con); in hidden_def()