Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
static 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
141
static char *do_shell(int argc, char *argv[])
142
{
Callers
nothing calls this directly
Calls
2
sprintf
Function · 0.85
xstrdup
Function · 0.85
Tested by
no test coverage detected