Home
last modified time | relevance | path

Searched refs:enabled (Results 1 – 25 of 120) sorted by relevance

12345

/glibc-2.36/nscd/
Dnscd_stat.c58 int enabled; member
127 data.dbs[cnt].enabled = dbs[cnt].enabled; in send_stats()
270 const char *enabled = data.dbs[i].enabled ? yesstr : nostr; in receive_print_stats() local
275 if (enabled[0] == '\0') in receive_print_stats()
279 enabled = data.dbs[i].enabled ? yesstr : nostr; in receive_print_stats()
312 dbnames[i], enabled, persistent, shared, in receive_print_stats()
Dconnections.c118 .enabled = 0,
137 .enabled = 0,
156 .enabled = 0,
175 .enabled = 0,
194 .enabled = 0,
494 if (dbs[cnt].enabled) in nscd_init()
809 if (dbs[hstdb].enabled) in nscd_init()
905 if (! dbs[dbidx].enabled || ! dbs[dbidx].check_file) in register_traced_file()
978 if (dbs[number].enabled) in invalidate_cache()
1110 if (__glibc_unlikely (!db->enabled)) in handle_request()
[all …]
Dnscd_conf.c148 dbs[idx].enabled = 0; in nscd_parse_file()
150 dbs[idx].enabled = 1; in nscd_parse_file()
/glibc-2.36/elf/
Dtst-execstack.c63 bool enabled = false; in do_test() local
66 enabled = true; in do_test()
70 if (enabled) in do_test()
/glibc-2.36/
Dconfig.h.in109 /* AArch64 BTI support enabled. */
112 /* AArch64 PAC-RET code generation is enabled. */
165 /* Define if memory tagging support should be enabled. */
280 /* Define if static PIE is enabled. */
289 /* Define if -msahf is enabled by default on x86. */
292 /* Define if -mmovbe is enabled by default on x86. */
/glibc-2.36/sysdeps/x86/
Dconfigure5 # Check if CET can be enabled.
6 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CET can be enabled" >&5
7 $as_echo_n "checking whether CET can be enabled... " >&6; }
Dconfigure.ac5 # Check if CET can be enabled.
6 AC_CACHE_CHECK(whether CET can be enabled,
/glibc-2.36/locale/programs/
Dlocaledef.c319 set_warnings (char *warnings, bool enabled) in set_warnings() argument
346 warn_ascii = enabled; in set_warnings()
348 warn_int_curr_symbol = enabled; in set_warnings()
/glibc-2.36/manual/
Dcreature.texi29 compilable if all features were enabled indiscriminately.
233 TR 24731-2:2010 (Dynamic Allocation Functions) are enabled. Only some
241 are enabled. Only some of the features from this TS are supported by
249 enabled. Only some of the features from this TS are supported by
257 enabled. Only some of the features from this TS are supported by
264 standard are enabled. This affects declarations of the
292 Features enabled by compiler options are not overridden by feature
/glibc-2.36/nss/
Dmakedb.c867 static int enabled; in set_file_creation_context() local
872 if (enabled == 0) in set_file_creation_context()
873 enabled = is_selinux_enabled () ? 1 : -1; in set_file_creation_context()
874 if (enabled < 0) in set_file_creation_context()
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/
Dlocalplt.data6 # The TLS-enabled version of these functions is interposed from libc.so.
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/
Dlocalplt.data7 # The TLS-enabled version of these functions is interposed from libc.so.
/glibc-2.36/sysdeps/unix/sysv/linux/s390/
Dlocalplt.data7 # The TLS-enabled version of these functions is interposed from libc.so.
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/coldfire/
Dlocalplt.data7 # The TLS-enabled version of these functions is interposed from libc.so.
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/
Dlocalplt.data8 # The TLS-enabled version of these functions is interposed from libc.so.
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/m680x0/
Dlocalplt.data8 # The TLS-enabled version of these functions is interposed from libc.so.
/glibc-2.36/sysdeps/unix/sysv/linux/arc/
Dlocalplt.data7 # The TLS-enabled version of these functions is interposed from libc.so.
/glibc-2.36/sysdeps/unix/sysv/linux/arm/
Dlocalplt.data9 # The TLS-enabled version of these functions is interposed from libc.so.
/glibc-2.36/sysdeps/unix/sysv/linux/microblaze/
Dlocalplt.data9 # The TLS-enabled version of these functions is interposed from libc.so.
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/
Dlocalplt.data8 # The TLS-enabled version of these functions is interposed from libc.so.
/glibc-2.36/sysdeps/unix/sysv/linux/csky/
Dlocalplt.data8 # The TLS-enabled version of these functions is interposed from libc.so.
/glibc-2.36/sysdeps/generic/
Dlocalplt.data9 # The TLS-enabled version of these functions is interposed from libc.so.
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/
Dlocalplt.data9 # The TLS-enabled version of these functions is interposed from libc.so.
/glibc-2.36/sysdeps/unix/sysv/linux/i386/
Dlocalplt.data9 # The TLS-enabled version of these functions is interposed from libc.so.
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc64/
Dlocalplt.data20 # The TLS-enabled version of these functions is interposed from libc.so.

12345