HomeSort by: relevance | last modified time | path
    Searched refs:root_dir (Results 1 - 19 of 19) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
chroot_uid.c 11 /* void chroot_uid(root_dir, user_name)
12 /* const char *root_dir;
45 void chroot_uid(const char *root_dir, const char *user_name)
69 if (root_dir) {
70 if (chroot(root_dir))
71 msg_fatal("chroot(%s): %m", root_dir);
88 root_dir ? root_dir : "(none)",
  /src/tests/kernel/
t_proccwd.c 112 struct stat root_dir; local
124 ATF_REQUIRE_EQ(stat("/", &root_dir), 0);
126 if (cur_dir.st_ino == root_dir.st_ino)
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
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'))
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/
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'))
  /src/external/gpl3/gdb/dist/gdb/
copyright.py 172 root_dir = os.path.dirname(os.getcwd())
173 os.chdir(root_dir)
  /src/external/gpl3/gdb.old/dist/gdb/
copyright.py 172 root_dir = os.path.dirname(os.getcwd())
173 os.chdir(root_dir)
  /src/external/ibm-public/postfix/dist/src/master/
dgram_server.c 311 char *root_dir = 0; local
399 root_dir = "setme";
551 if (root_dir)
552 root_dir = var_queue_dir;
622 chroot_uid(root_dir, user_name);
event_server.c 558 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);
multi_server.c 542 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);
single_server.c 433 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);
trigger_server.c 418 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);
  /src/external/bsd/wpa/dist/src/wps/
wps_upnp_i.h 125 char *root_dir; member in struct:upnp_wps_device_sm
wps_upnp.c 1158 os_free(sm->root_dir);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
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")) an
    [all...]
  /src/sys/fs/udf/
udf_vfsops.c 757 struct udf_node *root_dir; local
763 error = udf_get_node(ump, dir_loc, &root_dir, lktype);
768 KASSERT(root_dir);
769 vp = root_dir->vnode;
  /src/sbin/newfs_ext2fs/
mke2fs.c 890 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));
  /src/external/bsd/zstd/dist/tests/
test-zstd-versions.py 282 files = glob.glob(dict_glob, root_dir=base_dir)
  /src/external/ibm-public/postfix/dist/src/smtpstone/
smtp-sink.c 1447 const char *root_dir = 0; local
1570 root_dir = optarg;
1632 chroot_uid(root_dir, user_privs);
  /src/sbin/newfs/
mkfs.c 1004 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 54 milliseconds