Searched refs:processing_options (Results 1 – 2 of 2) sorted by relevance
| /freebsd/lib/libbsdconf/ |
| H A D | bsdconf.c | 153 char *directive, char *value), uint16_t processing_options) in bsdconf_readn() 189 bequals = processing_options & BSDCONF_BREAK_ON_EQUALS; in bsdconf_rtrim_ws() 190 bsemicolon = processing_options & BSDCONF_BREAK_ON_SEMICOLON; in bsdconf_rtrim_ws() 191 case_sensitive = processing_options & BSDCONF_CASE_SENSITIVE; in bsdconf_rtrim_ws() 192 operator_equals = processing_options & BSDCONF_OPERATOR_EQUALS; in bsdconf_rtrim_ws() 193 require_equals = processing_options & BSDCONF_REQUIRE_EQUALS; 194 strict_equals = processing_options & BSDCONF_STRICT_EQUALS; 333 char *directive, char *value), uint16_t processing_options) in bsdconf_scan_value_end() 348 error = bsdconf_fparse(options, fd, unknown, processing_options); in bsdconf_scan_value_end() 377 bsdconf_fparse(struct bsdconf_option options[],int fd,int (* unknown)(struct bsdconf_option * option,uint32_t line,char * directive,char * value),uint16_t processing_options) bsdconf_fparse() argument 714 bsdconf_parse(struct bsdconf_option options[],const char * path,int (* unknown)(struct bsdconf_option * option,uint32_t line,char * directive,char * value),uint16_t processing_options) bsdconf_parse() argument
|
| H A D | bsdconf_put.c | 57 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()
|