MCPcopy 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
493char *expand_dollar(const char **str)
494{
495 return expand_dollar_with_args(str, 0, NULL);
496}
497
498static char *__expand_string(const char **str, bool (*is_end)(char c),
499 int argc, char *argv[])

Callers 1

append_expanded_stringFunction · 0.85

Calls 1

expand_dollar_with_argsFunction · 0.85

Tested by

no test coverage detected