Searched refs:current_uri (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/pkgconf/cli/spdxtool/ |
| H A D | util.c | 181 pkgconf_buffer_t current_uri = PKGCONF_BUFFER_INITIALIZER; in spdxtool_util_get_spdx_id_int() local 183 pkgconf_buffer_join(¤t_uri, sep, global_xsd_any_uri, part, NULL); in spdxtool_util_get_spdx_id_int() 184 pkgconf_buffer_append_fmt(¤t_uri, "%c" SIZE_FMT_SPECIFIER, sep, ++last_id); in spdxtool_util_get_spdx_id_int() 186 return pkgconf_buffer_freeze(¤t_uri); in spdxtool_util_get_spdx_id_int() 207 pkgconf_buffer_t current_uri = PKGCONF_BUFFER_INITIALIZER; in spdxtool_util_get_spdx_id_string() local 209 pkgconf_buffer_join(¤t_uri, sep, global_xsd_any_uri, part, string_id, NULL); in spdxtool_util_get_spdx_id_string() 211 return pkgconf_buffer_freeze(¤t_uri); in spdxtool_util_get_spdx_id_string()
|