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

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_core.h480 int fsw_streq(struct fsw_string *s1, struct fsw_string *s2);
H A Dfsw_lib.c353 int fsw_streq(struct fsw_string *s1, struct fsw_string *s2) function
362 return fsw_streq(&temp_s, s2);
368 return fsw_streq(s1, &temp_s);
403 * for the string constant (second argument) and runs fsw_streq on the two
420 return fsw_streq(s1, &temp_s);
H A Dfsw_iso9660.c498 if (fsw_streq(lookup_name, &dirrec_buffer.name)) // TODO: compare case-insensitively

Completed in 126 milliseconds