Home
last modified time | relevance | path

Searched refs:tunable_is_name (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/elf/
Ddl-tunables.c218 if (tunable_is_name (cur->name, name)) in parse_tunables()
291 if (tunable_is_name (GLIBC_TUNABLES, envname)) in __tunables_init()
314 if (tunable_is_name (name, envname)) in __tunables_init()
329 if (tunable_is_name (name, *ep)) in __tunables_init()
Ddl-tunables.h138 tunable_is_name (const char *orig, const char *envname) in tunable_is_name() function
/glibc-2.36/ChangeLog.old/
DChangeLog.197310 * elf/dl-tunables.h (tunable_is_name): Likewise.
34747 Use strcmp instead of tunable_is_name.
DChangeLog.18917 * elf/dl-tunables.h (tunable_is_name): Move from...