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

Function zconfprint

scripts/config/parser.tab.c:1995–2004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1993}
1994
1995static void zconfprint(const char *err, ...)
1996{
1997 va_list ap;
1998
1999 fprintf(stderr, "%s:%d: ", zconf_curname(), zconf_lineno());
2000 va_start(ap, err);
2001 vfprintf(stderr, err, ap);
2002 va_end(ap);
2003 fprintf(stderr, "\n");
2004}
2005
2006static void zconf_error(const char *err, ...)
2007{

Callers 1

yyparseFunction · 0.85

Calls 2

zconf_curnameFunction · 0.85
zconf_linenoFunction · 0.85

Tested by

no test coverage detected