Home
last modified time | relevance | path

Searched defs:parse_error (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/security/mac_do/
H A Dmac_do.c70 struct parse_error { struct
71 size_t pos;
72 char msg[PARSE_ERROR_SIZE];
433 make_parse_error(struct parse_error **const parse_error, const size_t pos, in make_parse_error()
449 free_parse_error(struct parse_error *const parse_error) in free_parse_error()
456 struct parse_error **const parse_error) in parse_id_type()
519 struct parse_error **const parse_error) in parse_target_clause()
778 struct parse_error **const parse_error) in pour_list_into_rule()
862 struct parse_error **const parse_error) in parse_single_rule()
1011 struct parse_error **const parse_error) in parse_rules()
[all …]
/freebsd/usr.bin/dtc/
H A Dinput_buffer.cc1096 text_input_buffer::parse_error(const char *msg) in parse_error() function in dtc::text_input_buffer
1107 text_input_buffer::parse_error(const char *msg, in parse_error() function in dtc::text_input_buffer
/freebsd/contrib/less/
H A Dlesskey_parse.c140 static void parse_error(constant char *fmt, constant char *arg1) in parse_error() function