Home
last modified time | relevance | path

Searched refs:root_dir (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/ext/File-Find/t/
Dfind.t1071 foreach my $root_dir ("/", "\\", "$drive/", "$drive\\") {
1079 (my $exp = "$root_dir$expected_first_file") =~ s|\\|/|g;
1080 print "# no_chdir=$no_chdir $root_dir '$got'\n";
1085 }, $root_dir);
1089 print "# no_chdir=$no_chdir $root_dir ",
/openbsd/src/sbin/newfs_ext2fs/
Dmke2fs.c866 struct ext2fs_direct root_dir[] = { variable
959 root_dir[0].e2d_type = EXT2_FT_DIR; in fsinit()
960 root_dir[1].e2d_type = EXT2_FT_DIR; in fsinit()
962 root_dir[2].e2d_type = EXT2_FT_DIR; in fsinit()
967 node.e2di_size = makedir(root_dir, nitems(root_dir)); in fsinit()
/openbsd/src/sbin/newfs/
Dmkfs.c772 struct direct root_dir[] = { variable
803 node.dp1.di_size = makedir(root_dir, PREDEFDIR); in fsinit1()
860 node.dp2.di_size = makedir(root_dir, PREDEFDIR); in fsinit2()