Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/cli/spdxtool/
H A Dsoftware.c33 …_new(pkgconf_client_t *client, const char *spdx_id, const char *creation_id, const char *sbom_type) in spdxtool_software_sbom_new() argument
35 if (!client || !spdx_id || !creation_id || !sbom_type) in spdxtool_software_sbom_new()
45 sbom->sbom_type = strdup(sbom_type); in spdxtool_software_sbom_new()
47 if (!sbom->spdx_id || !sbom->creation_info || !sbom->sbom_type) in spdxtool_software_sbom_new()
76 free(sbom->sbom_type); in spdxtool_software_sbom_free()
119 if (!spdxtool_serialize_array_add_string(sbom_type_array, sbom->sbom_type)) in spdxtool_software_sbom_to_object()
H A Dsoftware.h22 …new(pkgconf_client_t *client, const char *spdx_id, const char *creation_id, const char *sbom_type);
H A Dutil.h60 char *sbom_type; member