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

Function sbuf_put_byte

freebsd/kern/subr_sbuf.c:471–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471static void
472sbuf_put_byte(struct sbuf *s, char c)
473{
474
475 sbuf_put_bytes(s, &c, 1);
476}
477
478/*
479 * Append a byte string to an sbuf.

Callers 4

sbuf_putc_funcFunction · 0.85
sbuf_putcFunction · 0.85
sbuf_nl_terminateFunction · 0.85
sbuf_end_sectionFunction · 0.85

Calls 1

sbuf_put_bytesFunction · 0.85

Tested by

no test coverage detected