MCPcopy 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
218static void
219db_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_putcharFunction · 0.85
db_printfFunction · 0.85
db_iprintfFunction · 0.85

Calls 1

db_putcFunction · 0.85

Tested by

no test coverage detected