Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
bool str_eq(const char lhs[], const char rhs[])
64
{
65
return strcmp(lhs, rhs) == 0;
66
}
67
68
struct mem_range_t map_file(const char path[], bool rw)
69
{
Callers
6
make_data
Function · 0.85
parse_data_type
Function · 0.85
parse_guid
Function · 0.85
print_sub_command_usage
Function · 0.85
process_help
Function · 0.85
main
Function · 0.85
Calls
1
strcmp
Function · 0.50
Tested by
no test coverage detected