Home
last modified time | relevance | path

Searched refs:support_chroot (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/support/
Dnamespace.h81 struct support_chroot struct
100 struct support_chroot *support_chroot_create argument
105 void support_chroot_free (struct support_chroot *);
Dsupport_chroot.c44 struct support_chroot *
47 struct support_chroot *chroot = xmalloc (sizeof (*chroot)); in support_chroot_create()
75 support_chroot_free (struct support_chroot *chroot) in support_chroot_free()
DMakefile51 support_chroot \
/glibc-2.36/nss/
Dtst-nss-files-alias-truncated.c32 struct support_chroot *chroot_env = closure; in in_chroot()
56 struct support_chroot *chroot_env = support_chroot_create in do_test()
Dtst-nss-files-hosts-erange.c31 struct support_chroot *chroot_env;
Dtst-nss-files-hosts-getent.c36 struct support_chroot *chroot_env;
Dtst-nss-files-alias-leak.c35 static struct support_chroot *chroot_env;
Dtst-nss-files-hosts-multi.c38 struct support_chroot *chroot_env;
/glibc-2.36/resolv/
Dtst-resolv-threads.c349 static struct support_chroot *chroot_env;
Dtst-resolv-res_init-skeleton.c49 struct support_chroot *chroot_env;
/glibc-2.36/ChangeLog.old/
DChangeLog.197632 (struct support_chroot): Add path_aliases member.
7633 * support/support_chroot.c (support_chroot_create): Handle
28474 * support/support_chroot.c (support_chroot_create): Likewise.
29107 * support/support_chroot.c (support_chroot_create): Use it.
35400 (struct support_chroot): Add path_hosts, path_host_conf.
35401 * support/support_chroot.c (write_file): New function.
DChangeLog.18576 (struct support_chroot): Define.
578 * support/support_chroot.c: New file.
579 * support/Makefile (libsupport-routines): Add support_chroot.