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

Function xo_warn

tools/libxo/libxo/libxo.c:1592–1601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1590}
1591
1592void
1593xo_warn (const char *fmt, ...)
1594{
1595 int code = errno;
1596 va_list vap;
1597
1598 va_start(vap, fmt);
1599 xo_warn_hcv(NULL, code, 0, fmt, vap);
1600 va_end(vap);
1601}
1602
1603void
1604xo_warnx (const char *fmt, ...)

Callers 13

mroute6prFunction · 0.85
mrouteprFunction · 0.85
pcblist_sysctlFunction · 0.85
pcblist_sysctlFunction · 0.85
sctp_protoprFunction · 0.85
inet6.cFile · 0.85
mbprFunction · 0.85
fetch_stats_internalFunction · 0.85
bpf_pidnameFunction · 0.85
bpf_statsFunction · 0.85
setFunction · 0.85
deleteFunction · 0.85

Calls 1

xo_warn_hcvFunction · 0.85

Tested by

no test coverage detected