Home
last modified time | relevance | path

Searched refs:envname (Results 1 – 2 of 2) sorted by relevance

/elf/
A Ddl-tunables.h138 tunable_is_name (const char *orig, const char *envname) in tunable_is_name() argument
140 for (;*orig != '\0' && *envname != '\0'; envname++, orig++) in tunable_is_name()
141 if (*orig != *envname) in tunable_is_name()
145 if (*orig == '\0' && *envname == '=') in tunable_is_name()
A Ddl-tunables.c280 char *envname = NULL; in __tunables_init() local
287 while ((envp = get_next_env (envp, &envname, &len, &envval, in __tunables_init()
291 if (tunable_is_name (GLIBC_TUNABLES, envname)) in __tunables_init()
293 char *new_env = tunables_strdup (envname); in __tunables_init()
314 if (tunable_is_name (name, envname)) in __tunables_init()

Completed in 4 milliseconds