Home
last modified time | relevance | path

Searched refs:pkgconf_bytecode_eval_str_to_buf (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/pkgconf/libpkgconf/
H A Dbytecode.c402 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 Dfragment.c343 if (!pkgconf_bytecode_eval_str_to_buf(client, vars, value, &saw_sysroot, &evalbuf)) in pkgconf_fragment_add()
H A Dlibpkgconf.h350 PKGCONF_API bool pkgconf_bytecode_eval_str_to_buf(const pkgconf_client_t *client, const pkgconf_lis…
H A Dpkg.c172 pkgconf_bytecode_eval_str_to_buf(client, &pkg->vars, value, NULL, &buf); in pkgconf_pkg_parser_bufferset_func()