Searched refs:_guid_str (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dsecurity.c80 char *_guid_str; local
87 _guid_str = guid_str;
88 if (!_guid_str) {
89 _guid_str = ntfs_malloc(37);
90 if (!_guid_str)
91 return _guid_str;
93 res = snprintf(_guid_str, 37, "%02x%02x%02x%02x-%02x%02x-%02x%02x-"
101 return _guid_str;
103 free(_guid_str);

Completed in 21 milliseconds