MCPcopy 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
112static 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
120static char *do_filename(int argc, char *argv[])
121{

Callers

nothing calls this directly

Calls 2

pperrorFunction · 0.85
xstrdupFunction · 0.85

Tested by

no test coverage detected