Searched refs:out_fp (Results 1 – 7 of 7) sorted by relevance
/external/selinux/checkpolicy/test/ |
D | dismod.c | 540 FILE * out_fp) in display_scope_index() argument 545 fprintf(out_fp, "%s:", symbol_labels[i]); in display_scope_index() 550 fprintf(out_fp, " %s", in display_scope_index() 557 p, out_fp); in display_scope_index() 559 fprintf(out_fp, in display_scope_index() 566 fprintf(out_fp, " <empty>"); in display_scope_index() 568 fprintf(out_fp, "\n"); in display_scope_index() 616 policydb_t * policy, FILE * out_fp) in display_avdecl() argument 618 fprintf(out_fp, "decl %u:%s\n", decl->decl_id, in display_avdecl() 625 fprintf(out_fp, "expression: "); in display_avdecl() [all …]
|
D | dispol.c | 252 int display_handle_unknown(policydb_t * p, FILE * out_fp) in display_handle_unknown() argument 255 fprintf(out_fp, "Allow unknown classes and permissions\n"); in display_handle_unknown() 257 fprintf(out_fp, "Deny unknown classes and permissions\n"); in display_handle_unknown() 259 fprintf(out_fp, "Reject unknown classes and permissions\n"); in display_handle_unknown() 392 FILE *out_fp = stdout; in main() local 424 fprintf(out_fp, "Reading policy...\n"); in main() 456 &policydb, out_fp); in main() 460 RENDER_CONDITIONAL, &policydb, out_fp); in main() 464 &policydb, out_fp); in main() 468 &policydb, out_fp); in main() [all …]
|
/external/selinux/libsepol/tests/ |
D | test-downgrade.c | 242 FILE *out_fp = NULL; in write_binary_policy() local 256 if ((out_fp = fopen(path, "w" )) == NULL) { in write_binary_policy() 266 f.fp = out_fp; in write_binary_policy() 271 fclose(out_fp); in write_binary_policy()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | 2009-08-04-CoalescerBug.ll | 25 @out_fp = external global %struct.FILE* ; <%struct.FILE**> [#uses=2] 78 %7 = load %struct.FILE** @out_fp, align 4 ; <%struct.FILE*> [#uses=1] 84 %12 = load %struct.FILE** @out_fp, align 4 ; <%struct.FILE*> [#uses=1]
|
D | 2009-08-04-ScavengerAssert.ll | 42 @out_fp = external global %struct.FILE* ; <%struct.FILE**> [#uses=3] 166 %27 = load %struct.FILE** @out_fp, align 4 ; <%struct.FILE*> [#uses=1] 175 %35 = load %struct.FILE** @out_fp, align 4 ; <%struct.FILE*> [#uses=1] 504 %99 = load %struct.FILE** @out_fp, align 4 ; <%struct.FILE*> [#uses=1]
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2009-08-04-CoalescerBug.ll | 25 @out_fp = external global %struct.FILE* ; <%struct.FILE**> [#uses=2] 78 %7 = load %struct.FILE*, %struct.FILE** @out_fp, align 4 ; <%struct.FILE*> [#uses=1] 84 %12 = load %struct.FILE*, %struct.FILE** @out_fp, align 4 ; <%struct.FILE*> [#uses=1]
|
D | 2009-08-04-ScavengerAssert.ll | 42 @out_fp = external global %struct.FILE* ; <%struct.FILE**> [#uses=3] 166 %27 = load %struct.FILE*, %struct.FILE** @out_fp, align 4 ; <%struct.FILE*> [#uses=1] 175 %35 = load %struct.FILE*, %struct.FILE** @out_fp, align 4 ; <%struct.FILE*> [#uses=1] 504 %99 = load %struct.FILE*, %struct.FILE** @out_fp, align 4 ; <%struct.FILE*> [#uses=1]
|