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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dsecurity.c85 char *_guid_str; local
92 _guid_str = guid_str;
93 if (!_guid_str) {
94 _guid_str = ntfs_malloc(37);
95 if (!_guid_str)
96 return _guid_str;
98 res = snprintf(_guid_str, 37,
106 return _guid_str;
108 free(_guid_str);

Completed in 48 milliseconds