Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Entware/Entware
/ expand_dollar
Function
expand_dollar
scripts/config/preprocess.c:493–496 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
491
}
492
493
char *expand_dollar(const char **str)
494
{
495
return expand_dollar_with_args(str, 0, NULL);
496
}
497
498
static char *__expand_string(const char **str, bool (*is_end)(char c),
499
int argc, char *argv[])
Callers
1
append_expanded_string
Function · 0.85
Calls
1
expand_dollar_with_args
Function · 0.85
Tested by
no test coverage detected