Lines Matching refs:outfp

889 au_print_xml_header(FILE *outfp)  in au_print_xml_header()  argument
892 fprintf(outfp, "<?xml version='1.0' ?>\n"); in au_print_xml_header()
893 fprintf(outfp, "<audit>\n"); in au_print_xml_header()
900 au_print_xml_footer(FILE *outfp) in au_print_xml_footer() argument
903 fprintf(outfp, "</audit>\n"); in au_print_xml_footer()
4282 au_print_flags_tok(FILE *outfp, tokenstr_t *tok, char *del, int oflags) in au_print_flags_tok() argument
4287 print_header32_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4291 print_header32_ex_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4295 print_header64_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4299 print_header64_ex_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4303 print_trailer_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4307 print_arg32_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4311 print_arg64_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4315 print_arb_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4319 print_attr32_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4323 print_attr64_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4327 print_exit_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4331 print_execarg_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4335 print_execenv_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4339 print_file_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4343 print_newgroups_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4347 print_inaddr_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4351 print_inaddr_ex_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4355 print_ip_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4359 print_ipc_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4363 print_ipcperm_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4367 print_iport_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4371 print_opaque_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4375 print_path_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4379 print_process32_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4383 print_process32ex_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4387 print_process64_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4391 print_process64ex_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4395 print_return32_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4399 print_return64_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4403 print_seq_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4407 print_socket_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4411 print_sock_inet32_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4415 print_sock_unix_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4419 print_sock_inet128_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4423 print_subject32_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4427 print_subject64_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4431 print_subject32ex_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4435 print_subject64ex_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4439 print_text_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4443 print_socketex32_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4447 print_zonename_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4451 print_upriv_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4455 print_privset_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4459 print_invalid_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4467 au_print_tok(FILE *outfp, tokenstr_t *tok, char *del, char raw, char sfrm) in au_print_tok() argument
4476 au_print_flags_tok(outfp, tok, del, oflags); in au_print_tok()
4483 au_print_tok_xml(FILE *outfp, tokenstr_t *tok, char *del, char raw, in au_print_tok_xml() argument
4493 au_print_flags_tok(outfp, tok, del, oflags); in au_print_tok_xml()