Home | History | Annotate | Download | only in src

Lines Matching defs:LEVELS

59 #define LEVELS				7
1058 fprintf(file_arr[LEVELS], "level ");
1059 cil_level_to_policy(file_arr, LEVELS, (struct cil_level*)current->data);
1060 fprintf(file_arr[LEVELS], ";\n");
1236 file_arr[LEVELS] = fdopen(mkstemp(temp), "w+");
1237 file_path_arr[LEVELS] = cil_strpool_add(temp);