Home
last modified time | relevance | path

Searched refs:out_uuid_string (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/ccapi/common/win/
H A Dcci_os_identifier.c33 cc_int32 cci_os_identifier_new_uuid (cci_uuid_string_t *out_uuid_string) { in cci_os_identifier_new_uuid() argument
45 *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()
/freebsd/crypto/krb5/src/ccapi/common/
H A Dcci_os_identifier.h31 cc_int32 cci_os_identifier_new_uuid (cci_uuid_string_t *out_uuid_string);
H A Dcci_identifier.c47 cc_int32 cci_identifier_new_uuid (cci_uuid_string_t *out_uuid_string) in cci_identifier_new_uuid() argument
49 return cci_os_identifier_new_uuid (out_uuid_string); in cci_identifier_new_uuid()
H A Dcci_identifier.h33 cc_int32 cci_identifier_new_uuid (cci_uuid_string_t *out_uuid_string);