Home | History | Annotate | Download | only in tools

Lines Matching full:stderr

21     fprintf(stderr, "usage:  %s [OPTIONS] sepolicy context_file\n\n", name);
22 fprintf(stderr, "Parses a context file and checks for syntax errors.\n");
23 fprintf(stderr, "The context_file is assumed to be a file_contexts file\n");
24 fprintf(stderr, "unless explicitly switched by an option.\n\n");
25 fprintf(stderr, " OPTIONS:\n");
26 fprintf(stderr, " -p : context file represents a property_context file.\n");
27 fprintf(stderr, "\n");
59 fprintf(stderr, "Expected sepolicy file and context file as arguments.\n");
73 fprintf(stderr, "Error loading policy from %s\n", sepolicyFile);
84 fprintf(stderr, "Error loading context file from %s\n", contextFile);
88 fprintf(stderr, "Invalid context file found in %s\n", contextFile);