Searched refs:directory (Results 26 - 50 of 365) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/cvs/contrib/
H A Ddescend.sh3 # descend - walk down a directory tree and execute a command at each node
7 usage="Usage: $name [-afqrv] command [directory ...]\n
10 \040\040-q\040\040Quiet: don't print directory names\n
56 # If no directory specified, use '.'
61 # For each directory specified
64 # Spawn sub-shell so we return to starting directory afterward
69 echo In directory `hostname`:`pwd`
83 # For each file in current directory
91 # If a directory but not a symbolic link
94 # If not skipping this type of directory
[all...]
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Djoliet.c26 * in it, and instead wrote out a duplicate directory tree with the
40 * The root directory record points to a different extent (with different
42 * There are different path tables for the two sets of directory trees.
57 * In a directory record, everything is the same as with iso9660, except
81 static struct directory ** jpathlist;
87 static void DECL(assign_joliet_directory_addresses, (struct directory * node));
215 * the Joliet directory tree.
253 static void FDECL1(assign_joliet_directory_addresses, struct directory *, node)
256 struct directory * dpnt;
287 void FDECL1(build_jpathlist, struct directory *, nod
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Perldoc/
H A DMakefile.PL40 directory => 'corpus',
/openbsd-current/gnu/llvm/llvm/utils/docker/scripts/
H A Dbuild_install_llvm.sh18 the directory specified by --to option.
24 --to destination directory where to install the targets.
68 echo "No install directory. Please specify the --to argument."
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/
H A DMakefile.PL62 directory => [ 't', 'private' ],
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DOS2.pm72 my ($volume,$directory,$file) = ('','','');
79 $directory = $2;
91 $directory = $2;
95 return ($volume,$directory,$file);
106 my ($self,$volume,$directory,$file) = @_;
112 $directory =~ m@^[^\\/]@s
115 $volume .= $directory ;
250 Modifies the list of places temp directory information is looked for.
H A DWin32.pm50 Returns a string representation of the first existing directory
129 Concatenate one or more directory names and a filename to form a
200 Splits a path into volume, directory, and filename portions. Assumes that
216 my ($volume,$directory,$file) = ('','','');
221 $directory = $2;
230 $directory = $2;
234 return ($volume,$directory,$file);
244 $directories must be only the directory portion of the path on systems
249 trailing directory entries can be returned, because these are significant
284 Takes volume, directory an
[all...]
H A DUnix.pm76 Concatenate two or more directory names to form a complete path ending
77 with a directory. But remove the trailing slash from the resulting
79 OS2. Of course, if this is the root directory, don't cut off the
93 Concatenate one or more directory names and a filename to form a
110 Returns a string representation of the current directory. "." on UNIX.
128 Returns a string representation of the root directory. "/" on UNIX.
137 Returns a string representation of the first writable directory from
138 the following list or the current directory if none from the list are
204 Returns a string representation of the parent directory. ".." on UNIX.
214 directory
[all...]
/openbsd-current/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_cdb.py80 self.assertEqual(cmds[i].directory, expected[i]['wd'])
91 self.assertEqual(cmds[0].directory, os.path.dirname(file))
113 self.assertEqual(cmds[i].directory, expected[i]['wd'])
131 workingdir = cmds[0].directory
141 workingdir = cmd0.directory
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_from_cdb.py30 def run_analyzer(directory, cdb, args):
31 cmd = ['analyze-build', '--cdb', cdb, '--output', directory] \
98 def get_html_count(directory):
99 return len(glob.glob(os.path.join(directory, 'report-*.html')))
102 def get_plist_count(directory):
103 return len(glob.glob(os.path.join(directory, 'report-*.plist')))
106 def get_sarif_count(directory):
107 return len(glob.glob(os.path.join(directory, 'result-*.sarif')))
182 def assertTitleEqual(self, directory, expected):
190 index = os.path.join(directory, 'inde
[all...]
/openbsd-current/gnu/usr.bin/cvs/src/
H A Droot.c57 * directory present.
79 error (0, 0, "in directory %s:", xupdate_dir);
100 error (0, 0, "in directory %s:", xupdate_dir);
114 error (0, 0, "in directory %s:", xupdate_dir);
175 hands us a CVSROOT directory. */
279 * username, hostname, directory. The prototypical CVSROOT variable
315 newroot->directory = NULL;
342 if (root->directory != NULL)
343 free (root->directory);
554 newroot->directory
[all...]
H A Dcreate_adm.c10 * Creates a CVS administration directory based on the argument repository; the
71 just skipping creating the directory, is that we don't want
72 CVS's behavior to vary subtly based on factors (like directory
75 error (0, errno, "warning: cannot make directory %s in %s",
81 error (1, errno, "cannot make directory %s in %s",
109 if (strcmp (reposcopy, current_parsed_root->directory) == 0)
123 char *path = xmalloc (strlen (current_parsed_root->directory) + 2);
125 (void) sprintf (path, "%s/", current_parsed_root->directory);
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/lib/Test/RRA/
H A DConfig.pm98 root of the test directory. That root is taken from the environment variables
101 root of the test directory to be a directory named F<t> relative to the
102 current directory, which will be the case for stand-alone Perl modules.
125 contents of this directory must be either top-level directory names or
126 directory names starting with F<tests/>.
130 Add this directory (or a F<.libs> subdirectory) relative to the top of the
144 reference to an array of either top-level directory names or directory name
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/FindBin/lib/
H A DFindBin.pm9 FindBin - Locate directory of original perl script
23 Locates the full path to the script bin directory to allow the use
24 of paths relative to the bin directory.
26 This allows a user to setup a directory tree for some software with
28 example will allow the use of modules in the lib directory without knowing
33 directory.
37 $Bin - path to bin directory from where script was invoked
103 # getcwd might fail if it hasn't access to the current directory.
/openbsd-current/gnu/usr.bin/perl/ext/File-Find/lib/File/
H A DFind.pm95 # canonicalize directory separators
143 die "invalid top directory" unless defined $_[0];
188 # a symbolic link to a directory doesn't increase the link count
200 # canonicalize directory separators
264 die "directory $dir is still tainted";
301 # $p_dir : "parent directory"
341 die "directory $p_dir is still tainted";
354 # push the starting directory
368 # change to that directory
375 die "directory ("
[all...]
/openbsd-current/bin/csh/
H A Ddir.c47 static struct directory
52 static void dnewcwd(struct directory *);
55 struct directory dhead; /* "head" of loop */
56 struct directory *dcwd; /* the one we are in now */
62 * dinit - initialize current working directory
69 struct directory *dp;
91 * See if $HOME is the working directory we got and use that
120 dp = xcalloc(1, sizeof(struct directory));
133 * Don't call set() directly cause if the directory contains ` or
174 * dodirs - list all directories in directory loo
[all...]
H A Dproc.h46 struct directory *p_cwd; /* cwd of the job (only in head) */
/openbsd-current/gnu/usr.bin/cvs/windows-NT/
H A Dndir.c1 /* msd_dir.c - portable directory routines
15 87/11/06. A public domain implementation of BSD directory routines
186 static DIR *directory;
194 directory = opendir (name);
196 if (!directory)
198 fprintf (stderr, "can't open directory `%s'.\n", name);
202 while (entry = readdir (directory))
185 static DIR *directory; local
/openbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm.h61 char *directory; member in struct:path_entry
/openbsd-current/lib/libcurses/tinfo/
H A DMKfallback.sh65 echo creating temporary terminfo directory... >&2
166 echo removing temporary terminfo directory... >&2
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dbuildperl.pl321 die "refusing to extract $perl->{source}, as it would not extract to a single directory\n"
328 print "removing old build directory $target\n";
474 : What should the include directory be ?
493 # We need .. when we are in the x2p directory if we are using the
540 --source=directory directory containing source tarballs
543 --build=directory directory used for building perls [EXPAND]
546 --prefix=directory use this installation prefix [EXPAND]
568 directory
[all...]
/openbsd-current/etc/examples/
H A Dypldap.conf11 directory "127.0.0.1" {
12 # directory options
16 # starting point for groups directory search, default to basedn
/openbsd-current/gnu/usr.bin/perl/lib/
H A DDirHandle.pm7 DirHandle - (obsolete) supply object methods for directory handles
33 Up to Perl 5.5, opendir() could not autovivify a directory handle from
H A Dblib.pm15 Looks for MakeMaker-like I<'blib'> directory structure starting in
16 I<dir> (or current directory) and working back up to five levels of '..'.
67 die "$dir is not a directory\n" unless (-d $dir);
/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBFileSpec.i12 "Represents a file specification that divides the path into a directory and
19 self.expect(lineEntry.GetFileSpec().GetDirectory(), 'The line entry should have the correct directory',
30 the filename and the directory matches what we expect.") SBFileSpec;
69 SetDirectory(const char *directory);
89 dirname = property(GetDirectory, None, doc='''A read only property that returns the path directory name as a python string.''')

Completed in 335 milliseconds

1234567891011>>