Home
last modified time | relevance | path

Searched refs:pkgconf_variable_get_or_create (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/pkgconf/tests/api/
H A Dtest-variable.c29 pkgconf_variable_t *v = pkgconf_variable_get_or_create(vars, key); in seed_variable()
53 pkgconf_variable_t *v = pkgconf_variable_get_or_create(&vars, "prefix"); in test_variable_get_or_create_creates()
65 pkgconf_variable_t *first = pkgconf_variable_get_or_create(&vars, "libdir"); in test_variable_get_or_create_returns_existing()
69 pkgconf_variable_t *second = pkgconf_variable_get_or_create(&vars, "libdir"); in test_variable_get_or_create_returns_existing()
81 pkgconf_variable_t *created = pkgconf_variable_get_or_create(&vars, "prefix"); in test_variable_find_present()
107 pkgconf_variable_get_or_create(&vars, "prefix"); in test_variable_find_among_many()
108 pkgconf_variable_get_or_create(&vars, "exec_prefix"); in test_variable_find_among_many()
109 pkgconf_variable_get_or_create(&vars, "libdir"); in test_variable_find_among_many()
110 pkgconf_variable_get_or_create(&vars, "includedir"); in test_variable_find_among_many()
126 pkgconf_variable_t *v = pkgconf_variable_get_or_create(&vars, "prefix"); in test_variable_delete()
[all …]
H A Dtest-tuple.c199 pkgconf_variable_t *v = pkgconf_variable_get_or_create(&vars, "prefix"); in test_tuple_define_variable_overrides_local()
H A Dtest-bytecode.c34 pkgconf_variable_t *v = pkgconf_variable_get_or_create(vars, key); in seed_variable()
586 pkgconf_variable_t *v = pkgconf_variable_get_or_create(&vars, "greeting"); in test_compile_eval_roundtrip()
/freebsd/contrib/pkgconf/libpkgconf/
H A Dvariable.c84 pkgconf_variable_get_or_create(pkgconf_list_t *vars, const char *key) in pkgconf_variable_get_or_create() function
H A Dtuple.c191 pkgconf_variable_t *v = pkgconf_variable_get_or_create(list, key); in pkgconf_tuple_add()
H A Dlibpkgconf.h360 PKGCONF_API pkgconf_variable_t *pkgconf_variable_get_or_create(pkgconf_list_t *vars, const char *ke…