Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Dldconfig.c122 static char *opt_chroot; variable
279 opt_chroot = arg; in parse_opt()
512 if (opt_chroot != NULL) in add_dir_1()
513 path = chroot_canon (opt_chroot, path); in add_dir_1()
533 if (opt_chroot != NULL) in add_dir_1()
549 if (!opt_chroot) in chroot_stat()
556 canon_path = chroot_canon (opt_chroot, path); in chroot_stat()
582 if (opt_chroot != NULL) in create_links()
693 if (opt_chroot != NULL) in manual_link()
695 real_path = chroot_canon (opt_chroot, path); in manual_link()
[all …]
/glibc-2.36/ChangeLog.old/
DChangeLog.111540 If opt_chroot, maintain both real and given filenames.
1543 (parse_conf): If opt_chroot, use chroot_canon to find the real
1545 (main): For -r, try to use chroot, if it fails, leave opt_chroot set
1663 (main): Remove trailing / from opt_chroot string.
DChangeLog.14903 Take additional bool argument to disable opt_chroot processing.
DChangeLog.2313022 ldconfig: Avoid boolean coercion of opt_chroot