Home
last modified time | relevance | path

Searched refs:parse_error (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/security/mac_do/
H A Dmac_do.c70 struct parse_error { struct
433 make_parse_error(struct parse_error **const parse_error, const size_t pos, in make_parse_error() argument
436 struct parse_error *const err = malloc(sizeof(*err), M_MAC_DO, M_WAITOK); in make_parse_error()
444 MPASS(*parse_error == NULL); in make_parse_error()
445 *parse_error = err; in make_parse_error()
449 free_parse_error(struct parse_error *const parse_error) in free_parse_error() argument
451 free(parse_error, M_MAC_DO); in free_parse_error()
456 struct parse_error **cons in parse_id_type() argument
71 posparse_error global() argument
72 msgparse_error global() argument
519 parse_target_clause(char * to,struct rule * const rule,struct id_list * const uid_list,struct id_list * const gid_list,struct parse_error ** const parse_error) parse_target_clause() argument
778 pour_list_into_rule(const id_type_t type,struct id_list * const list,struct id_spec * const array,id_nb_t * const nb,struct parse_error ** const parse_error) pour_list_into_rule() argument
862 parse_single_rule(char * rule,struct rules * const rules,struct parse_error ** const parse_error) parse_single_rule() argument
1011 parse_rules(const char * const string,struct rules ** const rulesp,struct parse_error ** const parse_error) parse_rules() argument
1214 parse_and_set_rules(struct prison * const pr,const char * rules_string,struct parse_error ** const parse_error) parse_and_set_rules() argument
1233 struct parse_error *parse_error; mac_do_sysctl_rules() local
1401 struct parse_error *parse_error; mac_do_jail_set() local
[all...]
/freebsd/usr.bin/dtc/
H A Dfdt.cc296 input.parse_error("reference only permitted in 32-bit arrays"); in parse_cells()
313 input.parse_error("Expected node name"); in parse_cells()
340 input.parse_error("Expected numbers in array of cells"); in parse_cells()
355 input.parse_error(msg.c_str()); in parse_cells()
402 input.parse_error("Expected hex bytes in array of bytes"); in parse_bytes()
423 input.parse_error("Expected node name"); in parse_reference()
478 input.parse_error("No predefined properties to match name\n"); in parse_define()
487 input.parse_error("Undefined property name\n"); in parse_define()
514 input.parse_error("Invalid property value."); in property()
531 input.parse_error("Cannot open binary include file"); in property()
[all …]
H A Dinput_buffer.cc216 parse_error("Expected quoted filename"); in handle_include()
788 parse_error("Invalid operator"); in parse_binary_expression()
809 parse_error("Invalid operator"); in parse_binary_expression()
830 parse_error("Invalid operator"); in parse_binary_expression()
838 parse_error("Invalid operator"); in parse_binary_expression()
871 parse_error("Expected : in ternary conditional operator"); in parse_binary_expression()
877 parse_error("Expected false condition for ternary operator"); in parse_binary_expression()
1096 text_input_buffer::parse_error(const char *msg) in parse_error() function in dtc::text_input_buffer
1104 parse_error(msg, b, b.cursor); in parse_error()
1107 text_input_buffer::parse_error(const char *msg, in parse_error() function in dtc::text_input_buffer
H A Dinput_buffer.hh537 buffer.parse_error(msg, *b, cursor); in report_error()
541 buffer.parse_error(msg); in report_error()
555 void parse_error(const char *msg);
569 void parse_error(const char *msg, input_buffer &b, int loc);
/freebsd/contrib/less/
H A Dlesskey_parse.c140 static void parse_error(constant char *fmt, constant char *arg1) in parse_error() function
270 parse_error("invalid escape sequence \"\\k%s\"", char_string(buf, *p, 0)); in tstr()
417 parse_error("invalid operator '%s' in #version line", char_string(buf, op, 0)); in version_line()
424 parse_error("non-numeric version number in #version line", ""); in version_line()
477 parse_error("unknown action: \"%s\"", actname); in findaction()
516 parse_error("missing action", ""); in parse_cmdline()
584 parse_error("missing = in variable definition", ""); in parse_varline()
/freebsd/usr.sbin/mailwrapper/
H A Dmailwrapper.c152 goto parse_error; in main()
157 goto parse_error; in main()
180 parse_error:
/freebsd/contrib/pf/authpf/
H A Dauthpf.c405 goto parse_error; in read_config()
414 goto parse_error; in read_config()
419 goto parse_error; in read_config()
425 parse_error: in read_config()
/freebsd/contrib/sqlite3/
H A Dshell.c11645 if( strlen(z)!=10 ) goto parse_error; in zipfileGetMode()
11650 default: goto parse_error; in zipfileGetMode()
11654 else if( z[i]!='-' ) goto parse_error; in zipfileGetMode()
11666 parse_error: in zipfileGetMode()