Searched refs:directory (Results 1 - 25 of 365) sorted by relevance

1234567891011>>

/openbsd-current/bin/csh/
H A Ddir.h36 * Structure for entries in directory stack.
38 struct directory { struct
39 struct directory *di_next; /* next in loop */
40 struct directory *di_prev; /* prev in loop */
44 extern struct directory *dcwd; /* the one we are in now */
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dwrite.h22 struct directory;
26 extern void adj_size_other(struct directory *);
H A Dvolume.h22 extern int make_mac_volume(struct directory *, int);
H A Dmkisofs.h145 struct directory * filedir;
223 * This structure describes one complete directory. It has pointers
225 * this directory lives in the tree, and it also must contain pointers
226 * to the contents of the directory. Note that subdirectories of this
227 * directory exist twice in this stucture. Once in the subdir chain,
230 struct directory{ struct
231 struct directory * next; /* Next directory at same level as this one */
232 struct directory * subdir; /* First subdirectory in this directory */
[all...]
/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-nofile.pl17 qr{No such file or directory} => 1,
22 qr{".*/file-noexist.log": No such file or directory} => 1,
28 qr{".*/file-noexist.log": No such file or directory} => 0,
H A Dargs-dropped-init.pl21 qr/"\/nonexistent": No such file or directory/ => 1,
29 qr/"\/nonexistent": No such file or directory/ => 1,
37 qr/"\/nonexistent": No such file or directory/ => 0,
45 qr/"\/nonexistent": No such file or directory/ => 0,
H A Dargs-nofile-sighup.pl29 qr{No such file or directory} => 2,
37 qr{".*/file-noexist.log": No such file or directory} => 2,
45 qr{".*/file-noexist.log": No such file or directory} => 0,
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectDiagnostics.cpp47 directory.SetDirectory(option_arg);
56 directory.Clear();
63 FileSpec directory; member in class:CommandObjectDiagnosticsDump::CommandOptions
70 if (m_options.directory) {
72 llvm::sys::fs::create_directories(m_options.directory.GetPath());
75 return m_options.directory;
81 llvm::Expected<FileSpec> directory = GetDirectory(); variable
83 if (!directory) {
84 result.AppendError(llvm::toString(directory.takeError()));
88 llvm::Error error = Diagnostics::Instance().Create(*directory);
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.h20 /// Save the Intel PT trace of a live process to the specified directory,
22 /// \a <directory>/trace.json with the description of the trace
30 /// \param[in] directory
31 /// The directory where the trace bundle will be created.
42 FileSpec directory, bool compact);
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, argument
38 return path.GetPath().substr(directory.GetPath().size() + 1);
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) {
73 FileSpec trace_path = directory;
86 /// Any associated binary files are created inside the given directory
71 SaveTraceBundleDescription(const llvm::json::Value &trace_bundle_description, const FileSpec &directory) argument
98 BuildThreadsSection(Process &process, FileSpec directory) argument
194 BuildCpusSection(TraceIntelPT &trace_ipt, FileSpec directory, bool compact) argument
247 BuildModulesSection(Process &process, FileSpec directory) argument
305 BuildProcessSection(Process &process, const FileSpec &directory) argument
324 BuildProcessesSection(TraceIntelPT &trace_ipt, const FileSpec &directory) argument
337 BuildKernelSection(TraceIntelPT &trace_ipt, const FileSpec &directory) argument
355 SaveToDisk(TraceIntelPT &trace_ipt, FileSpec directory, bool compact) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Attribute-Handlers/
H A DMakefile.PL21 directory => [ 'demo' ],
/openbsd-current/etc/examples/
H A Dhttpd.conf21 directory auto index
/openbsd-current/gnu/llvm/libcxx/include/__filesystem/
H A Dfile_type.h30 directory = 2, member in class:file_type
/openbsd-current/gnu/usr.bin/perl/os2/
H A Dperl2cmd.pl12 usage: $^X $0 [-n] directory-to-install
13 -n do not check whether the directory is not on path
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBFileSpec.cpp117 FileSpec directory{*m_opaque_up};
118 directory.ClearFilename();
119 return directory.GetPathAsConstString().GetCString();
131 void SBFileSpec::SetDirectory(const char *directory) { argument
132 LLDB_INSTRUMENT_VA(this, directory);
134 if (directory && directory[0])
135 m_opaque_up->SetDirectory(directory);
/openbsd-current/gnu/usr.bin/perl/ext/Tie-Memoize/t/
H A DTie-Memoize.t18 my $directory = File::Spec->catdir('lib', 'Tie');
20 tie my %hash, 'Tie::Memoize', \&slurp, $directory, \&exists,
34 my $c = slurp('Memoize.pm', $directory);
43 tie %hash, 'Tie::Memoize', \&slurp, $directory;
/openbsd-current/gnu/llvm/clang/utils/analyzer/
H A DSATestBuild.py23 the build directory does not pollute the repository to min network
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.
164 # Each time a project is analyzed, a fresh copy of its CachedSource directory
165 # will be copied to the PatchedSource directory and then the local patches
197 def run_cleanup_script(directory: str, build_log_file: IO):
201 cwd = os.path.join(directory, PATCHED_SOURCE_DIR_NAM
[all...]
/openbsd-current/gnu/usr.bin/cvs/src/
H A Drepos.c13 /* Determine the name of the RCS repository for directory DIR in the
14 current working directory, or for the current working directory
19 UPDATE_DIR can be NULL to signify the directory in which cvs was
68 error (0, 0, "in directory %s:", xupdate_dir);
78 creates a directory named CVS, so the error message
79 should be more along the lines of "CVS directory found
81 directory, or rename it to something else if the
84 error (0, 0, "in directory %s:", xupdate_dir);
94 error (0, 0, "in directory
[all...]
/openbsd-current/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-current/gnu/llvm/lld/utils/
H A Dbenchmark.py36 def __init__(self, directory, variant):
37 self.directory = directory
41 return self.directory
42 return '%s-%s' % (self.directory, self.variant)
109 os.chdir(bench.directory)
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/
H A D__init__.py46 pattern = re.compile('Report directory created: (.+)')
47 directory = None
51 directory = match.group(1)
56 return (child.returncode, directory)
/openbsd-current/gnu/llvm/libcxx/utils/ci/
H A Dapple-install-libcxx.sh26 --build-dir <DIR> Path to the directory to use for building. This will
29 --install-dir <DIR> Path to the directory to install the library to.
31 --symbols-dir <DIR> Path to the directory to install the .dSYM bundle to.
156 # into the install directory. Headers from all architectures should be the same.
/openbsd-current/gnu/gcc/gcc/
H A Dintl.h39 # define bindtextdomain(domain, directory) (domain)
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdb_mbuild.sh37 <srcdir> Source code directory.
38 <builddir> Build directory.
108 # Convert these to absolute directory paths.
232 echo "${target}: unable to remove directory ${dir}"
237 # From now on, we're in this target's build directory
260 trap "echo Removing partially configured ${dir} directory ...; rm -rf ${dir}; exit 1" 1 2 15
313 # Replace the build directory with a file as semaphore that stops
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dintl.h47 # define bindtextdomain(domain, directory) (domain)

Completed in 289 milliseconds

1234567891011>>