Home
last modified time | relevance | path

Searched full:directory (Results 1 – 25 of 3865) sorted by relevance

12345678910>>...155

/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvsclient.info-219 Note that PATHNAME is a local directory and _not_ a fully
41 `Directory LOCAL-DIRECTORY \n'
43 server what directory to use. The REPOSITORY should be a
44 directory name from a previous server response. Note that this
46 and the other commands; normal usage is to send `Directory' for
47 each directory in which there will be an `Entry' or `Modified',
48 and then a final `Directory' for the original directory, then the
49 command. The LOCAL-DIRECTORY is relative to the top level at
50 which the command is occurring (i.e. the last `Directory' which is
52 be sent for LOCAL-DIRECTORY.
[all …]
H A Dcvsclient.texi37 CVS to @dfn{check out} a @dfn{working directory} from the repository, to
45 directory, run the CVS @dfn{client} program. To perform operations
421 In most contexts, @samp{/} is used to separate directory and file
538 Note that @var{pathname} is a local directory and @emph{not} a fully
561 @item Directory @var{local-directory} \n
563 Tell the server what directory to use. The @var{repository} should be a
564 directory name from a previous server response. Note that
567 @code{Directory} for each directory in which there will be an
568 @code{Entry} or @code{Modified}, and then a final @code{Directory}
569 for the original directory, then the command.
[all …]
/openbsd-src/lib/libc/sys/
H A Drename.277 not the file or directory to which it points.
88 the directory entry names used are resolved relative to
93 (respectively) instead of the current working directory.
105 parameter, the current working directory is used for resolving the respective
136 The requested change requires writing in a directory that denies write
141 argument is a directory and denies write permission.
143 The directory containing
146 and neither the containing directory nor
153 the directory containing
156 and neither the containing directory nor
[all …]
H A Dmkdir.239 .Nd make a directory file
49 The directory
57 The directory's owner ID is set to the process's effective user ID.
58 The directory's group ID is set to that of the parent directory in
68 the newly created directory is created relative to
69 the directory associated with file descriptor
71 instead of the current working directory.
81 parameter, the current working directory is used
90 will fail and no directory will be created if:
93 A component of the path prefix is not a directory.
[all …]
H A Dchroot.238 .Nd change root directory
45 is the address of the pathname of a directory, terminated by an ASCII NUL.
49 to become the root directory, that is, the starting point for path
53 In order for a directory to become the root directory,
54 a process must have execute (search) access for that directory.
56 If the program is not currently running with an altered root directory,
59 has no effect on the process's current directory.
61 If the program is already running with an altered root directory, the
62 process's current directory is changed to the same new root directory.
63 This prevents the current directory from being further up the directory
[all …]
H A Drmdir.238 .Nd remove a directory file
45 removes a directory file
48 The directory must not have any entries other
57 to remove a directory with a path relative to the directory associated
69 A component of the path is not a directory.
78 The named directory does not exist.
82 The named directory contains files other than
90 Write permission is denied on the directory containing the directory
93 The directory containing the directory to be removed is marked sticky,
94 and neither the containing directory nor the directory to be removed
[all …]
H A Dunlink.239 .Nd remove directory entry
53 from its directory and decrements the link count of the
74 the directory entry to be removed is determined relative to
75 the directory associated with file descriptor
77 instead of the current working directory.
87 parameter, the current working directory is used
103 Remove the directory entry specified by
105 as a directory, not a normal file.
117 A component of the path prefix is not a directory.
130 Write permission is denied on the directory containing the link
[all …]
H A Dchdir.239 .Nd change current working directory
49 argument points to the pathname of a directory.
52 function causes the named directory to become the current working directory,
59 function causes the directory referenced by
61 to become the current working directory,
66 In order for a directory to become the current directory,
67 a process must have execute (search) access to the directory.
72 will fail and the current working directory will be unchanged if
76 A component of the path prefix is not a directory.
85 The named directory does not exist.
[all …]
/openbsd-src/sbin/fsck_ffs/SMM.doc/
H A D4.t151 request for statistics about the root directory ``/'' failed.
417 symbolic link, or directory inode.
423 for each directory entry pointing to this inode.
603 This phase concerns itself with removing directory entries
609 directory inode pointers in range,
610 and directory entries pointing to bad inodes,
611 and directory integrity checks.
638 .B "ROOT INODE NOT DIRECTORY (REALLOCATE)"
641 is not directory inode type.
662 replace the root inode's type to be a directory.
[all …]
H A D3.t104 the data blocks containing directory entries.
198 regular inode, directory inode, symbolic link inode,
212 total number of directory entries
217 and descending through the directory structure.
223 then no directory entry appears for the inode.
228 directory.
230 a directory entry may have been added or removed without the inode being
318 plain data blocks, symbolic link data blocks, and directory data blocks.
323 Directory data blocks contain directory entries.
325 can only check the validity of directory data blocks.
[all …]
/openbsd-src/lib/libc/gen/
H A Dopendir.343 .Nd directory operations
68 function opens the directory named by
70 associates a directory stream with it, and returns a pointer to be used
71 to identify the directory stream in subsequent operations.
82 except that the directory is specified by file descriptor rather than by name.
90 or to modify the state of the associated directory,
104 function returns a pointer to the next directory entry in the named
105 directory stream
109 upon reaching the end of the directory or detecting an invalid
123 to represent the next directory entry in the named directory stream
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/autodie/t/
H A Dmkdir.t9 # Delete our directory if it's there
13 mkdir TMPDIR or plan skip_all => "Failed to make test directory";
15 # Test the directory was created
16 -d TMPDIR or plan skip_all => "Failed to make test directory";
19 if(mkdir TMPDIR) { plan skip_all => "Attempt to remake a directory succeeded";}
21 # See if we can remove the directory
22 rmdir TMPDIR or plan skip_all => "Failed to remove directory";
24 # Check that the directory was removed
25 if(-d TMPDIR) { plan skip_all => "Failed to delete test directory"; }
28 if(rmdir TMPDIR) { plan skip_all => "Able to rmdir directory twice"; }
[all …]
/openbsd-src/gnu/usr.bin/cvs/contrib/
H A Dcvshelp.man43 Setup the master source repository. Choose a directory with
50 directory in the root of the source repository:
56 Populate this directory with the
62 directory. Edit these files to reflect your local source repository
206 Organize the distribution directory so that each release
210 Unpack the package in a scratch directory, for example
241 The working directory is
254 There is nothing magic about the working directory. CVS will check
266 the directory, but not yet
268 You must be in a directory containing working files.
[all …]
H A Ddirfns.shar1 echo 'directory.3':
2 sed 's/^X//' >'directory.3' <<'!'
3 X.TH DIRECTORY 3 imported
6 Xopendir, readdir, telldir, seekdir, rewinddir, closedir \- high-level directory operations
47 XThis library provides high-level primitives for directory scanning,
48 Xsimilar to those available for 4.2BSD's (very different) directory system.
50 X.\"the new flexible length directory names of 4.2bsd UNIX
51 X.\"on top of the old directory structure of v7.
55 X.\"to the new directory access interface,
62 Xopens the directory named by
[all …]
/openbsd-src/gnu/usr.bin/cvs/man/
H A Dcvs.128 CVS does not just operate on one file at a time or one directory at a
59 directory when you wish to update your copies of source files from
65 working directory. The files will be added to the repository the next
166 as the directory where
177 as the root directory pathname of the master
266 file from the home directory of the user reading it. This startup
292 Add a new file or directory to the repository, pending a
304 working directory.)
309 repository directly; uses working directory without changing it.)
312 Make a working directory of source files for editing. (Creates or changes
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp34 /// Strip the \p directory component from the given \p path. It assumes that \p
35 /// directory is a prefix of \p path.
36 static std::string GetRelativePath(const FileSpec &directory, in GetRelativePath() argument
38 return path.GetPath().substr(directory.GetPath().size() + 1); in GetRelativePath()
58 /// Save the trace bundle description JSON object inside the given directory
64 /// \param[in] directory
65 /// The directory where the JSON file will be saved.
72 const FileSpec &directory) { in SaveTraceBundleDescription() argument
73 FileSpec trace_path = directory; in SaveTraceBundleDescription()
86 /// Any associated binary files are created inside the given directory.
[all …]
/openbsd-src/usr.sbin/user/
H A Duseradd.840 .Op Fl b Ar base-directory
44 .Op Fl k Ar skel-directory
50 .Op Fl b Ar base-directory
52 .Op Fl d Ar home-directory
57 .Op Fl k Ar skel-directory
68 populating a home directory if necessary.
71 .Ar skel-directory
72 directory (see the
76 the base directory,
80 the skeleton directory,
[all …]
/openbsd-src/bin/csh/USD.doc/
H A Dcsh.g53 Your current directory has the name `.' as well as the name printed
58 The current directory `.' is usually included as a
74 Each directory has a file `..' in it which is a reference to its
75 parent directory.
76 After changing into the directory with
82 you can return to the parent directory by doing
86 The current directory is printed by
103 of the entire directory system \- called the
105 directory.
181 A directory containing binaries of programs and shell scripts to be
[all …]
/openbsd-src/regress/sys/ffs/tests/rmdir/
H A D11.t4 …or EPERM if the directory containing the directory to be removed is marked sticky, and neither the…
18 # User owns both: the sticky directory and the directory to be removed.
21 # User owns the directory to be removed, but doesn't own the sticky directory.
24 # User owns the sticky directory, but doesn't own the directory to be removed.
27 # User doesn't own the sticky directory nor the directory to be removed.
/openbsd-src/gnu/llvm/clang/utils/analyzer/
H A DSATestBuild.py9 Repository Directory will contain sources of the projects as well as the
11 Repository Directory structure:
22 - Copy over a copy of the Repository Directory. (TODO: Prefer to ensure that
23 the build directory does not pollute the repository to min network
33 The script is being run from the Repository Directory.
153 # The scan-build result directory.
157 # The name of the directory storing the cached project source. If this
158 # directory does not exist, the download script will be executed.
159 # That script should create the "CachedSource" directory and download the
163 # The name of the directory containing the source code that will be analyzed.
[all …]
/openbsd-src/usr.bin/mktemp/
H A Dmktemp.123 .Nd make temporary file or directory (unique)
27 .Op Fl p Ar directory
77 successfully generates a unique name, the file (or directory)
90 is to make a temporary directory using the same naming scheme.
100 Make a directory instead of a file.
101 .It Fl p Ar directory
103 .Ar directory
106 .Ar directory
118 Generate a path rooted in a temporary directory.
119 This directory is chosen as follows:
[all …]
/openbsd-src/sys/msdosfs/
H A Dmsdosfs_lookup.c67 * When we search a directory the blocks containing directory entries are
68 * read and examined. The directory entries contain information that would
70 * a directory's contents may also be in memory resident denodes (sort of
72 * process is modifying a directory. To prevent one process from accessing
73 * incompletely modified directory information we depend upon being the
74 * sole owner of a directory block. bread/brelse provide this service.
75 * This being the case, when a process modifies a directory it must first
76 * acquire the disk block that contains the directory entry to be modified.
78 * out to disk. This way disk blocks containing directory entries and in
99 int isadir; /* ~0 if found direntry is a directory */ in msdosfs_lookup()
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DMac.pm44 Concatenate two or more directory names to form a path separated by colons
45 (":") ending with a directory. Resulting paths are B<relative> by default,
49 directory path.
57 The intended purpose of this routine is to concatenate I<directory names>.
61 I<paths> instead of directory names (strictly speaking, a string like ":a"
93 directory.
167 arguments that move up the directory tree, an invalid path going
178 of absolute paths. It takes volume, directory and file portions and
180 concatenation of I<directory names>, you are encouraged to use
181 C<catpath()> to concatenate I<volume names> and I<directory
[all...]
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DHostInfoBase.h71 /// Returns the directory containing the lldb shared library. Only the
72 /// directory member of the FileSpec is filled in.
75 /// Returns the directory containing the support executables (debugserver,
76 /// ...). Only the directory member of the FileSpec is filled in.
79 /// Returns the directory containing the lldb headers. Only the directory
83 /// Returns the directory containing the system plugins. Only the directory
87 /// Returns the directory containing the user plugins. Only the directory
91 /// Returns the proces temporary directory. This directory will be cleaned up
92 /// when this process exits. Only the directory member of the FileSpec is
96 /// Returns the global temporary directory. This directory will **not** be
[all …]
/openbsd-src/usr.bin/rsync/
H A Drsync.128 .Op Fl -compare-dest Ns = Ns Ar directory
44 .Ar directory
49 .Ar directory
56 .Ar directory
69 .It Fl -compare-dest Ns = Ns Ar directory
70 Use directory as an alternate base directory to compare files against on the
73 .Ar directory
79 .Ar directory
80 is a relative path, it is relative to the destination directory.
91 .Ar directory
[all …]

12345678910>>...155