Searched refs:new_guid_string (Results 1 – 1 of 1) sorted by relevance
1474 char *guid_string, *new_guid_string; in get_guid() local1522 new_guid_string = realloc((void *)guid_string, size + 2); in get_guid()1523 if (new_guid_string == NULL) { in get_guid()1528 guid_string = new_guid_string; in get_guid()