Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ cmdline_vdprintf
Function
cmdline_vdprintf
dpdk/lib/cmdline/cmdline_os_unix.c:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
int
38
cmdline_vdprintf(int fd, const char *format, va_list op)
39
{
40
return vdprintf(fd, format, op);
41
}
42
43
/* This function is not needed on Linux, instead use sigaction() */
44
void
Callers
1
cmdline_printf
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected