MCPcopy Create free account
hub / github.com/coreboot/coreboot / str_eq

Function str_eq

util/smmstoretool/utils.c:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63bool str_eq(const char lhs[], const char rhs[])
64{
65 return strcmp(lhs, rhs) == 0;
66}
67
68struct mem_range_t map_file(const char path[], bool rw)
69{

Callers 6

make_dataFunction · 0.85
parse_data_typeFunction · 0.85
parse_guidFunction · 0.85
print_sub_command_usageFunction · 0.85
process_helpFunction · 0.85
mainFunction · 0.85

Calls 1

strcmpFunction · 0.50

Tested by

no test coverage detected