Searched refs:opt_chroot (Results 1 – 4 of 4) sorted by relevance
122 static char *opt_chroot; variable279 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 …]
1540 If opt_chroot, maintain both real and given filenames.1543 (parse_conf): If opt_chroot, use chroot_canon to find the real1545 (main): For -r, try to use chroot, if it fails, leave opt_chroot set1663 (main): Remove trailing / from opt_chroot string.
903 Take additional bool argument to disable opt_chroot processing.
13022 ldconfig: Avoid boolean coercion of opt_chroot