Home
last modified time | relevance | path

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

/freebsd/lib/libbsdconf/
H A Dbsdconf.c200 bsdconf_trim_value_key(char *value, char *t, bool ecomment, bool bsemicolon) in bsdconf_trim_value_key() argument
204 if (ecomment && t > value && *t == '#') { in bsdconf_trim_value_key()
245 uint8_t *comment, uint8_t *ecomment, bool bsemicolon) in bsdconf_scan_value_end() argument
252 *ecomment = 0; in bsdconf_scan_value_end()
326 *ecomment = *comment = 1; in bsdconf_scan_value_end()
386 uint8_t ecomment; in bsdconf_fparse() local
575 &ecomment, bsemicolon) != 0) in bsdconf_fparse()
606 t = bsdconf_trim_value_key(value, t, ecomment != 0, in bsdconf_fparse()