Lines Matching +defs:val +defs:name
135 static int conf_touch_dep(const char *name) in conf_touch_dep()
211 char *name = getenv("KCONFIG_CONFIG"); in conf_get_configname() local
218 char *name = getenv("KCONFIG_AUTOCONFIG"); in conf_get_autoconfig_name() local
225 char *name = getenv("KCONFIG_AUTOHEADER"); in conf_get_autoheader_name() local
232 char *name = getenv("KCONFIG_RUSTCCFG"); in conf_get_rustccfg_name() local
320 int conf_read_simple(const char *name, int def) in conf_read_simple()
325 char *p, *val; in conf_read_simple() local
482 int conf_read(const char *name) in conf_read()
606 const char *val; in __print_symbol() local
648 const char *val; in print_symbol_for_c() local
690 const char *val; in print_symbol_for_rustccfg() local
797 int conf_write(const char *name) in conf_write()
915 char name[PATH_MAX], tmp[PATH_MAX]; in conf_write_autoconf_cmd() local
956 const char *name, *tmp; in conf_touch_deps() local
1122 void conf_set_changed(bool val) in conf_set_changed()