• Home
  • Raw
  • Download

Lines Matching refs:log_error

19 #define log_error(fmt, ...) log_msg(stderr, "Error: ", fmt, ##__VA_ARGS__)  macro
472 log_error("Invalid regex on line %d : %s PCRE error: %s at offset %lu", in key_map_validate()
484log_error("Could not validate key \"%s\" for value \"%s\" on line: %d in file: \"%s\": %s\n", key,… in key_map_validate()
745 log_error("No match for key: %s\n", k->key); in rule_map_new()
752 log_error("Duplicated key: %s\n", k->key); in rule_map_new()
767 log_error("Could not validate\n"); in rule_map_new()
801 log_error("Strange, no keys found, input file corrupt perhaps?\n"); in rule_map_new()
808 log_error("Out of memory!\n"); in rule_map_new()
846 log_error("oom"); in init()
860 log_error("Could not open file: %s error: %s\n", tmp->name, in init()
879 log_error("Could not open file: \"%s\" error: \"%s\"\n", out_file.name, in init()
888 log_error("Could not open file: %s error: %s\n", in init()
895 log_error("Could not create sepolicy handle: %s\n", in init()
901 log_error("Could not create sepolicy file: %s!\n", in init()
910 log_error("Could not create sepolicy db: %s!\n", in init()
916 log_error("Could not load policy file to db: invalid input file!\n"); in init()
965 log_error("Option -%c requires an argument.\n", optopt); in handle_options()
967 log_error("Unknown option `-%c'.\n", optopt); in handle_options()
969 log_error( in handle_options()
982 log_error("oom"); in handle_options()
1020 log_error("Duplicate line detected in file: %s\n" in rule_add()
1056 log_error("Out of memory in function: %s\n", __FUNCTION__); in rule_add()
1144 log_error("Reading file: \"%s\" line: %zu name: \"%s\" value: \"%s\"\n", in parse_file()
1147 log_error("perhaps whitespace before neverallow\n"); in parse_file()
1151 log_error("In function %s: Out of memory\n", __FUNCTION__); in parse_file()
1154 log_error("Reading file: \"%s\" line: %zu reason: the size of key pairs exceeds the MAX(%zu)\n", in parse_file()
1191 log_error("Rule in File \"%s\" on line %d: \"", e->r->filename, e->r->lineno); in validate()
1263 log_error("Could not create hash table: %s\n", strerror(errno)); in main()