/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | chroot_uid.c | 45 void chroot_uid(const char *root_dir, const char *user_name) in chroot_uid() argument 69 if (root_dir) { in chroot_uid() 70 if (chroot(root_dir)) in chroot_uid() 71 msg_fatal("chroot(%s): %m", root_dir); in chroot_uid() 88 root_dir ? root_dir : "(none)", in chroot_uid()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/ |
H A D | mingw.py | 233 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-src/external/apache2/llvm/dist/llvm/utils/benchmark/ |
H A D | mingw.py | 233 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-src/external/ibm-public/postfix/dist/src/master/ |
H A D | dgram_server.c | 314 char *root_dir = 0; in dgram_server_main() local 402 root_dir = "setme"; in dgram_server_main() 554 if (root_dir) in dgram_server_main() 555 root_dir = var_queue_dir; in dgram_server_main() 625 chroot_uid(root_dir, user_name); in dgram_server_main()
|
H A D | trigger_server.c | 418 char *root_dir = 0; in trigger_server_main() local 509 root_dir = "setme"; in trigger_server_main() 664 if (root_dir) in trigger_server_main() 665 root_dir = var_queue_dir; in trigger_server_main() 757 chroot_uid(root_dir, user_name); in trigger_server_main()
|
H A D | single_server.c | 433 char *root_dir = 0; in single_server_main() local 523 root_dir = "setme"; in single_server_main() 687 if (root_dir) in single_server_main() 688 root_dir = var_queue_dir; in single_server_main() 766 chroot_uid(root_dir, user_name); in single_server_main()
|
H A D | multi_server.c | 542 char *root_dir = 0; in multi_server_main() local 633 root_dir = "setme"; in multi_server_main() 791 if (root_dir) in multi_server_main() 792 root_dir = var_queue_dir; in multi_server_main() 877 chroot_uid(root_dir, user_name); in multi_server_main()
|
H A D | event_server.c | 558 char *root_dir = 0; in event_server_main() local 651 root_dir = "setme"; in event_server_main() 825 if (root_dir) in event_server_main() 826 root_dir = var_queue_dir; in event_server_main() 911 chroot_uid(root_dir, user_name); in event_server_main()
|
/netbsd-src/tests/kernel/ |
H A D | t_proccwd.c | 112 struct stat root_dir; in ATF_TC_BODY() local 124 ATF_REQUIRE_EQ(stat("/", &root_dir), 0); in ATF_TC_BODY() 126 if (cur_dir.st_ino == root_dir.st_ino) in ATF_TC_BODY()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
H A D | cpplint.py | 767 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, ".hg")) and 782 not os.path.exists(os.path.join(root_dir, ".svn"))): 783 root_dir = os.path.dirname(root_dir) [all …]
|
/netbsd-src/sys/fs/udf/ |
H A D | udf_vfsops.c | 757 struct udf_node *root_dir; in udf_root() local 763 error = udf_get_node(ump, dir_loc, &root_dir, lktype); in udf_root() 768 if (!root_dir) in udf_root() 771 vp = root_dir->vnode; in udf_root()
|
/netbsd-src/sbin/newfs_ext2fs/ |
H A D | mke2fs.c | 890 struct ext2fs_direct root_dir[] = { variable 984 root_dir[0].e2d_type = EXT2_FT_DIR; in fsinit() 985 root_dir[1].e2d_type = EXT2_FT_DIR; in fsinit() 987 root_dir[2].e2d_type = EXT2_FT_DIR; in fsinit() 992 node.e2di_size = makedir(root_dir, __arraycount(root_dir)); in fsinit()
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/ |
H A D | smtp-sink.c | 1447 const char *root_dir = 0; in main() local 1570 root_dir = optarg; in main() 1632 chroot_uid(root_dir, user_privs); in main()
|
/netbsd-src/sbin/newfs/ |
H A D | mkfs.c | 1004 struct direct root_dir[] = { variable 1141 node.dp1.di_size = makedir(&buf, root_dir, PREDEFDIR); in fsinit() 1168 node.dp2.di_size = makedir(&buf, root_dir, PREDEFDIR); in fsinit()
|
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/ |
H A D | erlang.m4 | 225 RootDir = code:root_dir(),
|
/netbsd-src/external/gpl3/autoconf/dist/doc/ |
H A D | autoconf.texi | 8719 @code{code:root_dir/0} function). The result of this test is cached if
|
H A D | autoconf.info | 6840 `code:root_dir/0' function). The result of this test is cached if
|