MCPcopy 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
120static char *do_filename(int argc, char *argv[])
121{
122 return xstrdup(current_file->name);
123}
124
125static char *do_info(int argc, char *argv[])
126{

Callers

nothing calls this directly

Calls 1

xstrdupFunction · 0.85

Tested by

no test coverage detected