Home | History | Annotate | Download | only in src

Lines Matching defs:ALIASES

62 #define ALIASES				10
961 fprintf(file_arr[ALIASES], "typealias %s alias %s;\n", ((struct cil_symtab_datum*)alias->actual)->name, ((struct cil_symtab_datum*)current->data)->name);
1054 fprintf(file_arr[ALIASES], "role %s types %s\n", role_str, type_str);
1248 file_arr[ALIASES] = fdopen(mkstemp(temp), "w+");
1249 file_path_arr[ALIASES] = cil_strpool_add(temp);