Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ do_filename
Function
do_filename
util/kconfig/preprocess.c:120–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
static char *do_filename(int argc, char *argv[])
121
{
122
return xstrdup(current_file->name);
123
}
124
125
static char *do_info(int argc, char *argv[])
126
{
Callers
nothing calls this directly
Calls
1
xstrdup
Function · 0.85
Tested by
no test coverage detected