Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ cmdline_isendofcommand
Function
cmdline_isendofcommand
dpdk/lib/cmdline/cmdline_parse.c:60–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
int
61
cmdline_isendofcommand(char c)
62
{
63
if (!c || iscomment(c) || isendofline(c))
64
return 1;
65
return 0;
66
}
67
68
static unsigned int
69
nb_common_chars(const char * s1, const char * s2)
Callers
1
cmdline_parse_string
Function · 0.85
Calls
2
iscomment
Function · 0.85
isendofline
Function · 0.85
Tested by
no test coverage detected