Searched refs:pkgconf_variable_eval (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | variable.c | 132 pkgconf_variable_eval(pkgconf_client_t *client, in pkgconf_variable_eval() function 155 if (!pkgconf_variable_eval(client, tuples, v, &out, saw_sysroot)) in pkgconf_variable_eval_str()
|
| H A D | tuple.c | 77 …(void) pkgconf_variable_eval(client, &client->global_vars, v, &client->_scratch_buffer, &saw_sysro… in pkgconf_tuple_find_global() 272 (void) pkgconf_variable_eval(client, list, v, &client->_scratch_buffer, NULL); in pkgconf_tuple_find()
|
| H A D | libpkgconf.h | 363 PKGCONF_API bool pkgconf_variable_eval(pkgconf_client_t *client, const pkgconf_list_t *tuples, cons…
|
| /freebsd/contrib/pkgconf/cli/spdxtool/ |
| H A D | util.c | 316 if (!pkgconf_variable_eval(client, vars, v, &buf, NULL)) in spdxtool_util_tuple_lookup()
|
| /freebsd/contrib/pkgconf/cli/ |
| H A D | core.c | 389 (void) pkgconf_variable_eval(client, vars, v, &varbuf, &saw_sysroot); in variable_eval()
|
| /freebsd/contrib/pkgconf/ |
| H A D | NEWS | 156 via pkgconf_variable_eval (backed by the new bytecode engine).
|