Searched refs:pkgconf_variable_get_or_create (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/pkgconf/tests/api/ |
| H A D | test-variable.c | 29 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 D | test-tuple.c | 199 pkgconf_variable_t *v = pkgconf_variable_get_or_create(&vars, "prefix"); in test_tuple_define_variable_overrides_local()
|
| H A D | test-bytecode.c | 34 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 D | variable.c | 84 pkgconf_variable_get_or_create(pkgconf_list_t *vars, const char *key) in pkgconf_variable_get_or_create() function
|
| H A D | tuple.c | 191 pkgconf_variable_t *v = pkgconf_variable_get_or_create(list, key); in pkgconf_tuple_add()
|
| H A D | libpkgconf.h | 360 PKGCONF_API pkgconf_variable_t *pkgconf_variable_get_or_create(pkgconf_list_t *vars, const char *ke…
|