Searched refs:pkgconf_bytecode_eval_str_to_buf (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | bytecode.c | 402 pkgconf_bytecode_eval_str_to_buf(const pkgconf_client_t *client, const pkgconf_list_t *vars, const … in pkgconf_bytecode_eval_str_to_buf() function 428 if (!pkgconf_bytecode_eval_str_to_buf(client, vars, input, saw_sysroot, &out)) in pkgconf_bytecode_eval_str()
|
| H A D | fragment.c | 343 if (!pkgconf_bytecode_eval_str_to_buf(client, vars, value, &saw_sysroot, &evalbuf)) in pkgconf_fragment_add()
|
| H A D | libpkgconf.h | 350 PKGCONF_API bool pkgconf_bytecode_eval_str_to_buf(const pkgconf_client_t *client, const pkgconf_lis…
|
| H A D | pkg.c | 172 pkgconf_bytecode_eval_str_to_buf(client, &pkg->vars, value, NULL, &buf); in pkgconf_pkg_parser_bufferset_func()
|