Searched refs:root_dir (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dchroot_uid.c11 /* void chroot_uid(root_dir, user_name)
12 /* const char *root_dir;
45 void chroot_uid(const char *root_dir, const char *user_name) argument
69 if (root_dir) {
70 if (chroot(root_dir))
71 msg_fatal("chroot(%s): %m", root_dir);
88 root_dir ? root_dir : "(none)",
/netbsd-current/tests/kernel/
H A Dt_proccwd.c112 struct stat root_dir; local
124 ATF_REQUIRE_EQ(stat("/", &root_dir), 0);
126 if (cur_dir.st_ino == root_dir.st_ino)
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A Dmingw.py233 root_dir = os.path.join(location, slug, 'mingw64')
235 root_dir = os.path.join(location, slug, 'mingw32')
240 if not os.path.exists(root_dir):
242 if downloaded != root_dir:
244 % (downloaded, root_dir))
246 return root_dir
302 root_dir = root(location = args.location, arch = args.arch,
307 sys.stdout.write('%s\n' % os.path.join(root_dir, 'bin'))
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/
H A Dmingw.py233 root_dir = os.path.join(location, slug, 'mingw64')
235 root_dir = os.path.join(location, slug, 'mingw32')
240 if not os.path.exists(root_dir):
242 if downloaded != root_dir:
244 % (downloaded, root_dir))
246 return root_dir
302 root_dir = root(location = args.location, arch = args.arch,
307 sys.stdout.write('%s\n' % os.path.join(root_dir, 'bin'))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcopyright.py149 root_dir = os.path.dirname(os.getcwd())
150 os.chdir(root_dir)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcopyright.py172 root_dir = os.path.dirname(os.getcwd())
173 os.chdir(root_dir)
/netbsd-current/external/ibm-public/postfix/dist/src/master/
H A Ddgram_server.c314 char *root_dir = 0; local
402 root_dir = "setme";
554 if (root_dir)
555 root_dir = var_queue_dir;
625 chroot_uid(root_dir, user_name);
H A Devent_server.c558 char *root_dir = 0; local
651 root_dir = "setme";
825 if (root_dir)
826 root_dir = var_queue_dir;
911 chroot_uid(root_dir, user_name);
H A Dmulti_server.c542 char *root_dir = 0; local
633 root_dir = "setme";
791 if (root_dir)
792 root_dir = var_queue_dir;
877 chroot_uid(root_dir, user_name);
H A Dsingle_server.c433 char *root_dir = 0; local
523 root_dir = "setme";
687 if (root_dir)
688 root_dir = var_queue_dir;
766 chroot_uid(root_dir, user_name);
H A Dtrigger_server.c418 char *root_dir = 0; local
509 root_dir = "setme";
664 if (root_dir)
665 root_dir = var_queue_dir;
757 chroot_uid(root_dir, user_name);
/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dwps_upnp_i.h125 char *root_dir; member in struct:upnp_wps_device_sm
H A Dwps_upnp.c1118 os_free(sm->root_dir);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcpplint.py767 root_dir = project_dir
768 one_up_dir = os.path.dirname(root_dir)
770 root_dir = os.path.dirname(root_dir)
773 prefix = os.path.commonprefix([root_dir, project_dir])
778 root_dir = os.path.dirname(fullname)
779 while (root_dir != os.path.dirname(root_dir) and
780 not os.path.exists(os.path.join(root_dir, ".git")) and
781 not os.path.exists(os.path.join(root_dir, "
[all...]
/netbsd-current/sys/fs/udf/
H A Dudf_vfsops.c757 struct udf_node *root_dir; local
763 error = udf_get_node(ump, dir_loc, &root_dir, lktype);
768 if (!root_dir)
771 vp = root_dir->vnode;
/netbsd-current/sbin/newfs_ext2fs/
H A Dmke2fs.c890 struct ext2fs_direct root_dir[] = { variable in typeref:struct:ext2fs_direct
984 root_dir[0].e2d_type = EXT2_FT_DIR;
985 root_dir[1].e2d_type = EXT2_FT_DIR;
987 root_dir[2].e2d_type = EXT2_FT_DIR;
992 node.e2di_size = makedir(root_dir, __arraycount(root_dir));
/netbsd-current/external/ibm-public/postfix/dist/src/smtpstone/
H A Dsmtp-sink.c1447 const char *root_dir = 0; local
1570 root_dir = optarg;
1632 chroot_uid(root_dir, user_privs);
/netbsd-current/sbin/newfs/
H A Dmkfs.c1004 struct direct root_dir[] = { variable in typeref:struct:direct
1141 node.dp1.di_size = makedir(&buf, root_dir, PREDEFDIR);
1168 node.dp2.di_size = makedir(&buf, root_dir, PREDEFDIR);

Completed in 211 milliseconds