MCPcopy 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
536static void
537flush_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_pipesFunction · 0.85

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected