• Home
  • Raw
  • Download

Lines Matching refs:log_error

19 #define log_error(fmt, ...) log_msg(stderr, "Error: ", fmt, ##__VA_ARGS__)  macro
522 log_error("Invalid regex on line %d : %s PCRE error: %s at offset %lu", in key_map_validate()
534log_error("Could not validate key \"%s\" for value \"%s\" on line: %d in file: \"%s\": %s\n", key,… in key_map_validate()
795 log_error("No match for key: %s\n", k->key); in rule_map_new()
802 log_error("Duplicated key: %s\n", k->key); in rule_map_new()
817 log_error("Could not validate\n"); in rule_map_new()
851 log_error("Strange, no keys found, input file corrupt perhaps?\n"); in rule_map_new()
858 log_error("Out of memory!\n"); in rule_map_new()
896 log_error("oom"); in init()
910 log_error("Could not open file: %s error: %s\n", tmp->name, in init()
929 log_error("Could not open file: \"%s\" error: \"%s\"\n", out_file.name, in init()
938 log_error("Could not open file: %s error: %s\n", in init()
945 log_error("Could not create sepolicy handle: %s\n", in init()
951 log_error("Could not create sepolicy file: %s!\n", in init()
960 log_error("Could not create sepolicy db: %s!\n", in init()
966 log_error("Could not load policy file to db: invalid input file!\n"); in init()
1015 log_error("Option -%c requires an argument.\n", optopt); in handle_options()
1017 log_error("Unknown option `-%c'.\n", optopt); in handle_options()
1019 log_error( in handle_options()
1032 log_error("oom"); in handle_options()
1070 log_error("Duplicate line detected in file: %s\n" in rule_add()
1106 log_error("Out of memory in function: %s\n", __FUNCTION__); in rule_add()
1194 log_error("Reading file: \"%s\" line: %zu name: \"%s\" value: \"%s\"\n", in parse_file()
1197 log_error("perhaps whitespace before neverallow\n"); in parse_file()
1201 log_error("In function %s: Out of memory\n", __FUNCTION__); in parse_file()
1204 log_error("Reading file: \"%s\" line: %zu reason: the size of key pairs exceeds the MAX(%zu)\n", in parse_file()
1241 log_error("Rule in File \"%s\" on line %d: \"", e->r->filename, e->r->lineno); in validate()
1313 log_error("Could not create hash table: %s\n", strerror(errno)); in main()