Searched refs:out_uuid_string (Results 1 – 4 of 4) sorted by relevance
33 cc_int32 cci_os_identifier_new_uuid (cci_uuid_string_t *out_uuid_string) { in cci_os_identifier_new_uuid() argument45 *out_uuid_string = malloc(1+strlen(uuidStringTemp)); in cci_os_identifier_new_uuid()47 if (*out_uuid_string) { in cci_os_identifier_new_uuid()48 strcpy(*out_uuid_string, uuidStringTemp); in cci_os_identifier_new_uuid()54 cci_debug_printf("cci_os_identifier_new_uuid returning %s", *out_uuid_string); in cci_os_identifier_new_uuid()
31 cc_int32 cci_os_identifier_new_uuid (cci_uuid_string_t *out_uuid_string);
47 cc_int32 cci_identifier_new_uuid (cci_uuid_string_t *out_uuid_string) in cci_identifier_new_uuid() argument49 return cci_os_identifier_new_uuid (out_uuid_string); in cci_identifier_new_uuid()
33 cc_int32 cci_identifier_new_uuid (cci_uuid_string_t *out_uuid_string);