Searched refs:need_expand (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_parser.c566 * @param need_expand need to expand variables (and copy as well)
573 bool need_unescape, bool need_lowercase, bool need_expand)
579 (need_expand && parser->variables != NULL) ||
598 if (need_expand) {
570 ucl_copy_or_store_ptr(struct ucl_parser *parser, const unsigned char *src, unsigned char **dst, const char **dst_const, size_t in_len, bool need_unescape, bool need_lowercase, bool need_expand) argument
H A Ducl_util.c1769 ucl_parser_set_filevars (struct ucl_parser *parser, const char *filename, bool need_expand) argument
1774 if (need_expand) {
/freebsd-11-stable/contrib/libucl/include/
H A Ducl.h1218 * @param need_expand perform realpath() if this variable is true and filename is not NULL
1222 bool need_expand);

Completed in 121 milliseconds