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

Function do_lineno

util/kconfig/preprocess.c:132–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132static char *do_lineno(int argc, char *argv[])
133{
134 char buf[16];
135
136 sprintf(buf, "%d", yylineno);
137
138 return xstrdup(buf);
139}
140
141static char *do_shell(int argc, char *argv[])
142{

Callers

nothing calls this directly

Calls 2

sprintfFunction · 0.85
xstrdupFunction · 0.85

Tested by

no test coverage detected