Home
last modified time | relevance | path

Searched refs:pkgconf_variable_new (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/pkgconf/libpkgconf/
H A Dvariable.c32 pkgconf_variable_new(const char *key) in pkgconf_variable_new() function
95 v = pkgconf_variable_new(key); in pkgconf_variable_get_or_create()
H A Dlibpkgconf.h357 PKGCONF_API pkgconf_variable_t *pkgconf_variable_new(const char *key);
/freebsd/contrib/pkgconf/tests/api/
H A Dtest-variable.c40 pkgconf_variable_t *v = pkgconf_variable_new("prefix"); in test_variable_new_and_free()