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

Function conf_get_rustccfg_name

scripts/config/confdata.c:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219static const char *conf_get_rustccfg_name(void)
220{
221 char *name = getenv("KCONFIG_RUSTCCFG");
222
223 return name ? name : "include/generated/rustc_cfg";
224}
225
226static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p)
227{

Callers 1

conf_write_autoconfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected