MCPcopy Create free account
hub / github.com/Entware/Entware / pperror

Function pperror

scripts/config/preprocess.c:20–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18static char *expand_string(const char *in);
19
20static void __attribute__((noreturn)) pperror(const char *format, ...)
21{
22 va_list ap;
23
24 fprintf(stderr, "%s:%d: ", current_file->name, yylineno);
25 va_start(ap, format);
26 vfprintf(stderr, format, ap);
27 va_end(ap);
28 fprintf(stderr, "\n");
29
30 exit(1);
31}
32
33/*
34 * Environment variables

Callers 5

do_error_ifFunction · 0.85
function_expandFunction · 0.85
variable_expandFunction · 0.85
eval_clauseFunction · 0.85
expand_dollar_with_argsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected