MCPcopy Index your code
hub / github.com/eggert/tz / error

Function error

zic.c:724–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722 fprintf(stderr, "\n");
723}
724
725ATTRIBUTE_FORMAT((printf, 1, 2)) static void
726error(char const *msgid, ...)
727{
728 va_list args;
729 va_start(args, msgid);
730 verror(msgid, args);
731 va_end(args);
732 errors = true;
733}
734
735ATTRIBUTE_FORMAT((printf, 1, 2)) static void

Callers 15

make_linksFunction · 0.85
mainFunction · 0.85
componentcheckFunction · 0.85
associateFunction · 0.85
inputlineFunction · 0.85
infileFunction · 0.85
gethmsFunction · 0.85
inruleFunction · 0.85
inzoneFunction · 0.85
inzcontFunction · 0.85
inzsubFunction · 0.85
getleapdatetimeFunction · 0.85

Calls 1

verrorFunction · 0.85

Tested by

no test coverage detected