Home
last modified time | relevance | path

Searched defs:conf (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/posix/
Dposix-conf-vars.h37 #define CONF_IS_UNDEFINED(conf) (CONF_DEF##conf == CONF_DEF_UNDEFINED) argument
40 #define CONF_IS_DEFINED(conf) (CONF_DEF##conf != CONF_DEF_UNDEFINED) argument
43 #define CONF_IS_DEFINED_SET(conf) (CONF_DEF##conf == CONF_DEF_DEFINED_SET) argument
46 #define CONF_IS_DEFINED_UNSET(conf) (CONF_DEF##conf == CONF_DEF_DEFINED_UNSET) argument
Dgetconf.c49 struct conf struct
56 static const struct conf vars[] = argument
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-skeleton-affinity.c43 struct conf struct
45 int set_size; /* in bits */
46 int last_cpu;
105 setup_conf (struct conf *conf) in setup_conf()
133 test_size (const struct conf *conf, size_t size) in test_size()
265 struct conf conf; in do_test() local
Dtst-skeleton-thread-affinity.c70 struct conf *conf; member
109 stop_and_join_threads (struct conf *conf, cpu_set_t *set, in stop_and_join_threads()
151 early_test (struct conf *conf) in early_test()
/glibc-2.36/resolv/
Dresolv_conf.c113 conf_decrement (struct resolv_conf *conf) in conf_decrement()
130 struct resolv_conf *conf; in __resolv_conf_get_current() local
187 struct resolv_conf *conf = NULL; in resolv_conf_get_1() local
243 const struct resolv_conf *conf) in resolv_conf_matches()
340 struct resolv_conf *conf = resolv_conf_get_1 (resp); in __resolv_conf_get() local
350 __resolv_conf_put (struct resolv_conf *conf) in __resolv_conf_put()
399 struct resolv_conf *conf in __resolv_conf_allocate() local
466 update_from_conf (struct __res_state *resp, const struct resolv_conf *conf) in update_from_conf()
568 struct resolv_conf *conf = (struct resolv_conf *) *slot; in decrement_at_index() local
578 __resolv_conf_attach (struct __res_state *resp, struct resolv_conf *conf) in __resolv_conf_attach()
Dtst-resolv-res_ninit.c44 const struct resolv_conf *conf = NULL; in do_test() local
Dresolv_context.h56 struct resolv_conf *conf; member
Dres_init.c581 struct resolv_conf *conf = NULL; in __resolv_conf_load() local
622 struct resolv_conf *conf; in __res_vinit() local
Dtst-resolv-res_init-skeleton.c275 const char *conf; member
/glibc-2.36/support/
Dsupport_chroot.c45 support_chroot_create (struct support_chroot_configuration conf) in support_chroot_create()
/glibc-2.36/iconv/
Dgconv_parseconfdir.h163 char *conf; in gconv_parseconfdir() local