Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Ddl-tunables.c104 cur->val.strval = valp->strval; in do_tunable_update_val()
143 tunable_initialize (tunable_t *cur, const char *strval) in tunable_initialize() argument
148 val.numval = (tunable_num_t) _dl_strtoul (strval, NULL); in tunable_initialize()
150 val.strval = strval; in tunable_initialize()
363 && cur->val.strval == NULL) in __tunables_print()
389 _dl_printf ("%s\n", cur->val.strval); in __tunables_print()
424 *((const char **)valp) = cur->val.strval; in __tunable_get_val()
Ddl-tunables.h41 const char *strval; member
/glibc-2.36/sysdeps/x86/
Dcpu-tunables.c110 const char *p = valp->strval; in TUNABLE_CALLBACK()
295 if (DEFAULT_MEMCMP (valp->strval, "on", sizeof ("on")) == 0) in TUNABLE_CALLBACK()
297 else if (DEFAULT_MEMCMP (valp->strval, "off", sizeof ("off")) == 0) in TUNABLE_CALLBACK()
299 else if (DEFAULT_MEMCMP (valp->strval, "permissive", in TUNABLE_CALLBACK()
308 if (DEFAULT_MEMCMP (valp->strval, "on", sizeof ("on")) == 0) in TUNABLE_CALLBACK()
310 else if (DEFAULT_MEMCMP (valp->strval, "off", sizeof ("off")) == 0) in TUNABLE_CALLBACK()
312 else if (DEFAULT_MEMCMP (valp->strval, "permissive", in TUNABLE_CALLBACK()
/glibc-2.36/ChangeLog.old/
DChangeLog.183678 (tunables_strtoul): Replace strval with initialized.
3679 * elf/dl-tunables.h (strval): Replace with a bool initialized.