Home
last modified time | relevance | path

Searched refs:processing_options (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libbsdconf/
H A Dbsdconf.c377 char *directive, char *value), uint16_t processing_options) in bsdconf_fparse() argument
423 bequals = processing_options & BSDCONF_BREAK_ON_EQUALS; in bsdconf_fparse()
424 bsemicolon = processing_options & BSDCONF_BREAK_ON_SEMICOLON; in bsdconf_fparse()
425 case_sensitive = processing_options & BSDCONF_CASE_SENSITIVE; in bsdconf_fparse()
426 operator_equals = processing_options & BSDCONF_OPERATOR_EQUALS; in bsdconf_fparse()
427 require_equals = processing_options & BSDCONF_REQUIRE_EQUALS; in bsdconf_fparse()
428 strict_equals = processing_options & BSDCONF_STRICT_EQUALS; in bsdconf_fparse()
714 char *directive, char *value), uint16_t processing_options) in bsdconf_parse() argument
729 error = bsdconf_fparse(options, fd, unknown, processing_options); in bsdconf_parse()
H A Dbsdconf_put.c57 uint16_t processing_options, uint16_t put_options) in bsdconf_put() argument
103 bequals = processing_options & BSDCONF_BREAK_ON_EQUALS; in bsdconf_put()
104 bsemicolon = processing_options & BSDCONF_BREAK_ON_SEMICOLON; in bsdconf_put()
105 case_sensitive = processing_options & BSDCONF_CASE_SENSITIVE; in bsdconf_put()
106 operator_equals = processing_options & BSDCONF_OPERATOR_EQUALS; in bsdconf_put()
107 require_equals = processing_options & BSDCONF_REQUIRE_EQUALS; in bsdconf_put()
108 strict_equals = processing_options & BSDCONF_STRICT_EQUALS; in bsdconf_put()