Searched refs:pkgconf_variable_eval_str (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/pkgconf/tests/api/ |
| H A D | test-variable.c | 148 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 D | test-bytecode.c | 592 char *out = pkgconf_variable_eval_str(client, &vars, v, &saw_sysroot); in test_compile_eval_roundtrip()
|
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | variable.c | 145 pkgconf_variable_eval_str(pkgconf_client_t *client, in pkgconf_variable_eval_str() function
|
| H A D | libpkgconf.h | 364 PKGCONF_API char *pkgconf_variable_eval_str(pkgconf_client_t *client, const pkgconf_list_t *tuples,…
|
| /freebsd/contrib/pkgconf/cli/ |
| H A D | core.c | 551 char *val = pkgconf_variable_eval_str(client, &pkg->vars, tuple, NULL); in apply_env_variables()
|