Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/F-Stack/f-stack
/ printf
Function
printf
lib/ff_subr_prf.c:536–547 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
534
}
535
536
int
537
printf(const char *fmt, ...)
538
{
539
va_list ap;
540
int retval;
541
542
va_start(ap, fmt);
543
retval = vprintf(fmt, ap);
544
va_end(ap);
545
546
return (retval);
547
}
548
549
int
550
vprintf(const char *fmt, va_list ap)
Callers
15
ff_freebsd_init
Function · 0.70
elf_reloc_internal
Function · 0.70
ff_dpdk_init
Function · 0.70
ff_veth_config
Function · 0.70
ff_veth_vlan_config
Function · 0.70
ff_veth_setvaddr
Function · 0.70
ff_ipfw_add_simple_v4
Function · 0.70
ff_veth_setvaddr6
Function · 0.70
ff_veth_setup_interface
Function · 0.70
ff_veth_attach
Function · 0.70
ff_veth_get_softc
Function · 0.70
softclock_call_cc
Function · 0.70
Calls
1
vprintf
Function · 0.70
Tested by
15
testit
Function · 0.40
main
Function · 0.40
testit
Function · 0.40
main
Function · 0.40
main
Function · 0.40
main
Function · 0.40
usage
Function · 0.40
testskipped
Function · 0.40
main
Function · 0.40
main
Function · 0.40
test_handler
Function · 0.40
test_syslog_open
Function · 0.40