Searched refs:out_fp (Results 1 – 8 of 8) sorted by relevance
/third_party/selinux/checkpolicy/test/ |
D | dismod.c | 539 FILE * out_fp) in display_scope_index() argument 544 fprintf(out_fp, "%s:", symbol_labels[i]); in display_scope_index() 549 fprintf(out_fp, " %s", in display_scope_index() 556 p, out_fp); in display_scope_index() 558 fprintf(out_fp, in display_scope_index() 565 fprintf(out_fp, " <empty>"); in display_scope_index() 567 fprintf(out_fp, "\n"); in display_scope_index() 615 policydb_t * policy, FILE * out_fp) in display_avdecl() argument 617 fprintf(out_fp, "decl %u:%s\n", decl->decl_id, in display_avdecl() 624 fprintf(out_fp, "expression: "); in display_avdecl() [all …]
|
D | dispol.c | 252 static 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() 396 FILE *out_fp = stdout; in main() local 428 fprintf(out_fp, "Reading policy...\n"); in main() 460 &policydb, out_fp); in main() 464 RENDER_CONDITIONAL, &policydb, out_fp); in main() 468 &policydb, out_fp); in main() 472 &policydb, out_fp); in main() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | output-options.hh | 39 if (out_fp && out_fp != stdout) in ~output_options_t() 40 fclose (out_fp); in ~output_options_t() 86 out_fp = fopen (output_file, "wb"); in post_parse() 99 out_fp = stdout; in post_parse() 101 if (!out_fp) in post_parse() 114 FILE *out_fp = nullptr; member
|
D | hb-shape.cc | 99 fprintf (out_fp, "%s", gs->str); in consume_text() 105 fprintf (out_fp, "%s", gs->str); in error() 115 fprintf (out_fp, "%s", gs->str); in consume_glyphs() 147 fprintf (out_fp, "%s", gs->str); in trace()
|
D | hb-subset.cc | 129 assert (out_fp); in write_file() 136 size_t ret = fwrite (data, 1, size, out_fp); in write_file() 139 if (size && ferror (out_fp)) in write_file()
|
D | helper-cairo.hh | 452 if (isatty (fileno (out_opts->out_fp))) in helper_cairo_create_context() 531 FILE *f = out_opts->out_fp; in helper_cairo_create_context()
|
/third_party/selinux/libsepol/tests/ |
D | test-downgrade.c | 240 FILE *out_fp = NULL; in write_binary_policy() local 254 if ((out_fp = fopen(path, "w" )) == NULL) { in write_binary_policy() 264 f.fp = out_fp; in write_binary_policy() 269 fclose(out_fp); in write_binary_policy()
|
/third_party/jerryscript/tools/ |
D | srcmerger.py | 162 def write_output(self, out_fp): argument 164 out_fp.write(line) 167 out_fp.write('#include "%s"\n' % include) 170 out_fp.write(line)
|