Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Entware/Entware
/ expand_string
Function
expand_string
scripts/config/preprocess.c:557–560 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
555
}
556
557
static char *expand_string(const char *in)
558
{
559
return expand_string_with_args(in, 0, NULL);
560
}
561
562
static bool is_end_of_token(char c)
563
{
Callers
1
variable_add
Function · 0.85
Calls
1
expand_string_with_args
Function · 0.85
Tested by
no test coverage detected