Searched refs:file_con (Results 1 – 1 of 1) sorted by relevance
1422 FILE *file_con = NULL; in hidden_def() local1427 file_con = fopen(semanage_path(SEMANAGE_TMP, SEMANAGE_FC_TMPL), "r"); in hidden_def()1428 if (!file_con) { in hidden_def()1449 while (fgets_unlocked(buf, PATH_MAX, file_con)) { in hidden_def()1472 if (file_con) in hidden_def()1473 fclose(file_con); in hidden_def()