Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ db_puts
Function
db_puts
freebsd/ddb/db_output.c:218–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
}
217
218
static void
219
db_puts(const char *str)
220
{
221
int i;
222
223
for (i = 0; str[i] !=
'\0'
; i++)
224
db_putc(str[i]);
225
}
226
227
/*
228
* Turn on the pager.
Callers
3
db_putchar
Function · 0.85
db_printf
Function · 0.85
db_iprintf
Function · 0.85
Calls
1
db_putc
Function · 0.85
Tested by
no test coverage detected