Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
471
static void
472
sbuf_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_func
Function · 0.85
sbuf_putc
Function · 0.85
sbuf_nl_terminate
Function · 0.85
sbuf_end_section
Function · 0.85
Calls
1
sbuf_put_bytes
Function · 0.85
Tested by
no test coverage detected