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

Function LINE_BREAK

tools/ifconfig/ifieee80211.c:2572–2580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2570}
2571
2572static void
2573LINE_BREAK(void)
2574{
2575 if (spacer != '\t') {
2576 printf("\n");
2577 spacer = '\t';
2578 }
2579 col = 8; /* 8-col tab */
2580}
2581
2582static void
2583LINE_CHECK(const char *fmt, ...)

Callers 6

setregdomain_cbFunction · 0.85
LINE_CHECKFunction · 0.85
list_regdomainFunction · 0.85
ifieee80211.cFile · 0.85
printkeyFunction · 0.85
ieee80211_statusFunction · 0.85

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected