Searched refs:copyright_buf (Results 1 – 1 of 1) sorted by relevance
287 pkgconf_buffer_t copyright_buf = PKGCONF_BUFFER_INITIALIZER; in serialize_copyright_lines_to_object() local296 pkgconf_buffer_join(©right_buf, '\n', pkgconf_buffer_str_or_empty(&set->buffer), NULL); in serialize_copyright_lines_to_object()299 …string(object_list, "software_copyrightText", pkgconf_buffer_str_or_empty(©right_buf)) != NULL; in serialize_copyright_lines_to_object()300 pkgconf_buffer_finalize(©right_buf); in serialize_copyright_lines_to_object()