Searched refs:file_con (Results 1 – 1 of 1) sorted by relevance
1484 FILE *file_con = NULL; in hidden_def() local1489 file_con = fopen(semanage_path(SEMANAGE_TMP, SEMANAGE_FC_TMPL), "r"); in hidden_def()1490 if (!file_con) { in hidden_def()1511 while (fgets_unlocked(buf, PATH_MAX, file_con)) { in hidden_def()1533 if (file_con) in hidden_def()1534 fclose(file_con); in hidden_def()