Home
last modified time | relevance | path

Searched refs:key_default (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/pkgconf/cli/spdxtool/
H A Dutil.c33 …_set_key(pkgconf_client_t *client, const char *key, const char *key_value, const char *key_default) in spdxtool_util_set_key() argument
35 PKGCONF_TRACE(client, "set uri_root to: %s", key_value != NULL ? key_value : key_default); in spdxtool_util_set_key()
36 pkgconf_tuple_add_global(client, key, key_value != NULL ? key_value : key_default); in spdxtool_util_set_key()
H A Dutil.h84 …set_key(pkgconf_client_t *client, const char *key, const char *key_value, const char *key_default);