Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/F-Stack/f-stack
/ flush_buf
Function
flush_buf
tools/ipfw/dummynet.c:536–542 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
534
}
535
536
static void
537
flush_buf(char *buf)
538
{
539
if (buf[0])
540
printf(
"%s\n"
, buf);
541
buf[0] =
'\0'
;
542
}
543
544
/*
545
* generic list routine. We expect objects in a specific order, i.e.
Callers
1
list_pipes
Function · 0.85
Calls
1
printf
Function · 0.50
Tested by
no test coverage detected