Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/tests/api/
H A Dtest-variable.c148 char *out = pkgconf_variable_eval_str(client, &vars, v, &saw_sysroot); in test_variable_eval_str_plain()
171 char *out = pkgconf_variable_eval_str(client, &vars, libdir, &saw_sysroot); in test_variable_eval_str_with_reference()
194 char *out = pkgconf_variable_eval_str(client, &vars, includedir, &saw_sysroot); in test_variable_eval_str_chained()
H A Dtest-bytecode.c592 char *out = pkgconf_variable_eval_str(client, &vars, v, &saw_sysroot); in test_compile_eval_roundtrip()
/freebsd/contrib/pkgconf/libpkgconf/
H A Dvariable.c145 pkgconf_variable_eval_str(pkgconf_client_t *client, in pkgconf_variable_eval_str() function
H A Dlibpkgconf.h364 PKGCONF_API char *pkgconf_variable_eval_str(pkgconf_client_t *client, const pkgconf_list_t *tuples,…
/freebsd/contrib/pkgconf/cli/
H A Dcore.c551 char *val = pkgconf_variable_eval_str(client, &pkg->vars, tuple, NULL); in apply_env_variables()