MCPcopy Create free account
hub / github.com/Entware/Entware / conf_get_configname

Function conf_get_configname

scripts/config/confdata.c:198–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198const char *conf_get_configname(void)
199{
200 char *name = getenv("KCONFIG_CONFIG");
201
202 return name ? name : ".config";
203}
204
205static const char *conf_get_autoconfig_name(void)
206{

Callers 5

ConfigMainWindowMethod · 0.85
mainFunction · 0.85
conf_read_simpleFunction · 0.85
conf_writeFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected