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

Function xo_warnx

tools/libxo/libxo/libxo.c:1603–1611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1601}
1602
1603void
1604xo_warnx (const char *fmt, ...)
1605{
1606 va_list vap;
1607
1608 va_start(vap, fmt);
1609 xo_warn_hcv(NULL, -1, 0, fmt, vap);
1610 va_end(vap);
1611}
1612
1613void
1614xo_err (int eval, const char *fmt, ...)

Callers 15

mrouteprFunction · 0.85
pcblist_sysctlFunction · 0.85
pcblist_kvmFunction · 0.85
pcblist_sysctlFunction · 0.85
igmp_statsFunction · 0.85
sctp_process_tcbFunction · 0.85
sctp_protoprFunction · 0.85
mbprFunction · 0.85
kvmd_initFunction · 0.85
kreadFunction · 0.85
kread_countersFunction · 0.85
netgraphprotoprFunction · 0.85

Calls 1

xo_warn_hcvFunction · 0.85

Tested by

no test coverage detected