MCPcopy Create free account
hub / github.com/F-Stack/f-stack / xo_err

Function xo_err

tools/libxo/libxo/libxo.c:1613–1624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1611}
1612
1613void
1614xo_err (int eval, const char *fmt, ...)
1615{
1616 int code = errno;
1617 va_list vap;
1618
1619 va_start(vap, fmt);
1620 xo_warn_hcv(NULL, code, 0, fmt, vap);
1621 va_end(vap);
1622 xo_finish();
1623 exit(eval);
1624}
1625
1626void
1627xo_errx (int eval, const char *fmt, ...)

Callers 15

fill_iftotFunction · 0.85
netisr_load_sysctl_uintFunction · 0.85
netisr_load_kvm_protoFunction · 0.85
netisr_load_sysctl_protoFunction · 0.85
netisr_load_sysctl_workFunction · 0.85
main.cFile · 0.85
kvmd_initFunction · 0.85
kread_countersFunction · 0.85
mainFunction · 0.85

Calls 2

xo_warn_hcvFunction · 0.85
xo_finishFunction · 0.85

Tested by 4

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68