Searched refs:spdxtool_util_set_key (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/pkgconf/cli/spdxtool/ |
| H A D | util.c | 33 spdxtool_util_set_key(pkgconf_client_t *client, const char *key, const char *key_value, const char … in spdxtool_util_set_key() function 54 spdxtool_util_set_key(client, "spdx_uri_root", uri_root, "https://github.com/pkgconf/pkgconf"); in spdxtool_util_set_uri_root() 126 spdxtool_util_set_key(client, "spdx_version", spdx_version, "3.0.1"); in spdxtool_util_set_spdx_version() 160 spdxtool_util_set_key(client, "spdx_license", spdx_license, "CC0-1.0"); in spdxtool_util_set_spdx_license()
|
| H A D | util.h | 84 spdxtool_util_set_key(pkgconf_client_t *client, const char *key, const char *key_value, const char …
|