Home
last modified time | relevance | path

Searched refs:chroot_env (Results 1 – 5 of 5) sorted by relevance

/nss/
A Dtst-nss-files-alias-truncated.c32 struct support_chroot *chroot_env = closure; in in_chroot() local
33 xchroot (chroot_env->path_chroot); in in_chroot()
56 struct support_chroot *chroot_env = support_chroot_create in do_test() local
63 support_isolate_in_subprocess (in_chroot, chroot_env); in do_test()
65 support_chroot_free (chroot_env); in do_test()
A Dtst-nss-files-alias-leak.c35 static struct support_chroot *chroot_env; variable
45 chroot_env = support_chroot_create in prepare()
48 char *path = xasprintf ("%s/etc/aliases", chroot_env->path_chroot); in prepare()
58 path = xasprintf ("%s/etc/aliases.user1", chroot_env->path_chroot); in prepare()
63 path = xasprintf ("%s/etc/aliases.user2", chroot_env->path_chroot); in prepare()
68 path = xasprintf ("%s/etc/aliases.comment", chroot_env->path_chroot); in prepare()
78 path = xasprintf ("%s/etc/aliases.many", chroot_env->path_chroot); in prepare()
163 xchroot (chroot_env->path_chroot); in do_test()
232 support_chroot_free (chroot_env); in do_test()
A Dtst-nss-files-hosts-erange.c31 struct support_chroot *chroot_env; variable
40 chroot_env = support_chroot_create in prepare()
64 xchroot (chroot_env->path_chroot); in do_test()
104 support_chroot_free (chroot_env); in do_test()
A Dtst-nss-files-hosts-getent.c36 struct support_chroot *chroot_env; variable
47 FILE *fp = xfopen (chroot_env->path_hosts, "w"); in write_hosts()
79 chroot_env = support_chroot_create in prepare()
98 xchroot (chroot_env->path_chroot); in subprocess_getent()
196 xchroot (chroot_env->path_chroot); in subprocess_gethost()
271 support_chroot_free (chroot_env); in do_test()
A Dtst-nss-files-hosts-multi.c38 struct support_chroot *chroot_env; variable
43 chroot_env = support_chroot_create in prepare()
57 FILE *fp = xfopen (chroot_env->path_hosts, "w"); in write_hosts()
252 xchroot (chroot_env->path_chroot); in subprocess()
326 support_chroot_free (chroot_env); in do_test()

Completed in 11 milliseconds