Home | History | Annotate | Download | only in checkpolicy

Lines Matching defs:file

48  * to the specified output file.  
384 char ans[80 + 1], *file = txtfile, *outfile = NULL, *path, *fstype;
394 FILE *outfp = NULL;
429 file = binfile;
489 file = argv[optind++];
493 printf("%s: loading policy configuration from %s\n", argv[0], file);
502 fd = open(file, O_RDONLY);
505 file, strerror(errno));
510 file, strerror(errno));
518 file, strerror(errno));
568 if (read_source_policy(policydbp, file, "checkpolicy") < 0)