Searched refs:chroot_len (Results 1 – 1 of 1) sorted by relevance
51 size_t chroot_len = strlen (chroot); in chroot_canon() local53 if (chroot_len < 1) in chroot_canon()59 rpath = xmalloc (chroot_len + PATH_MAX); in chroot_canon()61 rpath_limit = rpath + chroot_len + PATH_MAX; in chroot_canon()63 rpath_root = (char *) mempcpy (rpath, chroot, chroot_len) - 1; in chroot_canon()