Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Entware/Entware
/ do_error_if
Function
do_error_if
scripts/config/preprocess.c:112–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
};
111
112
static char *do_error_if(int argc, char *argv[])
113
{
114
if (!strcmp(argv[0],
"y"
))
115
pperror(
"%s"
, argv[1]);
116
117
return xstrdup(
""
);
118
}
119
120
static char *do_filename(int argc, char *argv[])
121
{
Callers
nothing calls this directly
Calls
2
pperror
Function · 0.85
xstrdup
Function · 0.85
Tested by
no test coverage detected