Searched defs:env (Results 1 - 3 of 3) sorted by relevance

/scripts/kconfig/
H A Dconfdata.c108 char *env, *name; local
111 env = getenv(SRCTREE);
112 if (env) {
113 sprintf(fullname, "%s/%s", env, name);
724 char *env; local
749 env = getenv("KCONFIG_OVERWRITECONFIG");
750 if (!env || !*env) {
H A Dsymbol.c1255 return "env";
1276 static void prop_add_env(const char *env) argument
1286 if (strcmp(sym2->name, env))
1293 prop->expr = expr_alloc_symbol(sym_lookup(env, SYMBOL_CONST));
1298 p = getenv(env);
1302 menu_warn(current_entry, "environment variable %s undefined", env);
H A Dgconf.c1471 char *env; local
1487 env = getenv(SRCTREE);
1488 if (env)
1489 glade_file = g_strconcat(env, "/scripts/kconfig/gconf.glade", NULL);

Completed in 58 milliseconds