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

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_lib.c355 struct fsw_string temp_s; local
359 temp_s.type = FSW_STRING_TYPE_ISO88591;
360 temp_s.size = temp_s.len = 0;
361 temp_s.data = NULL;
362 return fsw_streq(&temp_s, s2);
365 temp_s.type = FSW_STRING_TYPE_ISO88591;
366 temp_s.size = temp_s.len = 0;
367 temp_s
410 struct fsw_string temp_s; local
[all...]

Completed in 98 milliseconds