Searched refs:CWD (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-current/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_002_pos.ksh61 if [[ -d $CWD ]]; then
62 cd $CWD || log_fail "Could not cd $CWD"
99 CWD=$PWD
102 cd $CWD || log_fail "Could not cd $CWD"
111 CWD=$PWD
114 cd $CWD || log_fail "Could not cd $CWD"
119 CWD
[all...]
H A Dsnapshot_006_pos.ksh60 if [[ -d $CWD ]]; then
61 cd $CWD || log_fail "Could not cd $CWD"
97 CWD=$PWD
100 cd $CWD || log_fail "Could not cd $CWD"
109 CWD=$PWD
112 cd $CWD || log_fail "Could not cd $CWD"
117 CWD
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_002_pos.ksh54 [ -d $CWD ] && log_must cd $CWD
84 CWD=$PWD
87 log_must cd $CWD
96 CWD=$PWD
99 log_must cd $CWD
103 CWD=$PWD
110 log_must cd $CWD
H A Dsnapshot_006_pos.ksh53 if [[ -d $CWD ]]; then
54 log_must cd $CWD
93 CWD=$PWD
96 log_must cd $CWD
105 CWD=$PWD
108 log_must cd $CWD
112 CWD=$PWD
119 log_must cd $CWD
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zap_shrink/
H A Dzap_shrink_001_pos.ksh42 CWD=$PWD
54 cd $CWD
63 cd $CWD
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h92 getDependencyFile(const std::vector<std::string> &CommandLine, StringRef CWD);
107 StringRef CWD, std::string &MakeformatOutput,
111 StringRef CWD) {
115 return getP1689ModuleDependencyFile(Command, CWD, MakeformatOutput,
135 StringRef CWD,
144 StringRef CWD, const llvm::DenseSet<ModuleID> &AlreadySeen,
110 getP1689ModuleDependencyFile(const clang::tooling::CompileCommand &Command, StringRef CWD) argument
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp74 const std::vector<std::string> &CommandLine, StringRef CWD) {
78 Worker.computeDependencies(CWD, CommandLine, Consumer, Controller);
87 const CompileCommand &Command, StringRef CWD, std::string &MakeformatOutput,
130 auto Result = Worker.computeDependencies(CWD, Command.CommandLine, Consumer,
143 const std::vector<std::string> &CommandLine, StringRef CWD,
149 Worker.computeDependencies(CWD, CommandLine, Consumer, Controller);
157 StringRef CWD, const llvm::DenseSet<ModuleID> &AlreadySeen,
161 llvm::Error Result = Worker.computeDependencies(CWD, CommandLine, Consumer,
73 getDependencyFile( const std::vector<std::string> &CommandLine, StringRef CWD) argument
86 getP1689ModuleDependencyFile( const CompileCommand &Command, StringRef CWD, std::string &MakeformatOutput, std::string &MakeformatOutputPath) argument
142 getTranslationUnitDependencies( const std::vector<std::string> &CommandLine, StringRef CWD, const llvm::DenseSet<ModuleID> &AlreadySeen, LookupModuleOutputCallback LookupModuleOutput) argument
155 getModuleDependencies( StringRef ModuleName, const std::vector<std::string> &CommandLine, StringRef CWD, const llvm::DenseSet<ModuleID> &AlreadySeen, LookupModuleOutputCallback LookupModuleOutput) argument
H A DDependencyScanningFilesystem.cpp370 llvm::ErrorOr<std::string> CWD = local
372 if (!CWD) {
373 WorkingDirForCacheLookup = CWD.getError();
374 } else if (!llvm::sys::path::is_absolute_gnu(*CWD)) {
377 WorkingDirForCacheLookup = *CWD;
H A DModuleDepCollector.cpp331 llvm::ErrorOr<std::string> CWD = VFS.getCurrentWorkingDirectory(); local
332 if (CWD)
333 HashBuilder.add(*CWD);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_missing_002_pos.ksh110 cd $CWD || log_fail "Unable change directory to $CWD"
123 CWD=$PWD
H A Dzpool_import_missing_003_pos.ksh138 log_must cd $CWD
146 CWD=$PWD
H A Dzpool_import_missing_001_pos.ksh111 CWD=$PWD
/freebsd-current/contrib/bmake/mk/
H A Dmeta2deps.sh13 # To do this, we extract the 'CWD' record as well as all the
22 # CWD "cwd"
38 # To simplify the logic the 'CWD' line is made to look like a
251 sed -e 's,^CWD,C C,;/^[#CREFLMVX] /!d' -e "s,',,g" |
257 # CWD is bmake's cwd
259 ,C) CWD=$path cwd=$path ldir=$path
261 SB=`echo $CWD | sed 's,/obj.*,,'`
283 eval ldir=\${ldir_$pid:-$CWD} cwd=\${cwd_$pid:-$CWD}
298 test -d ${cwd:-/dev/null/no/such} || cwd=$CWD
[all...]
/freebsd-current/share/mk/
H A Dmeta2deps.sh13 # To do this, we extract the 'CWD' record as well as all the
22 # CWD "cwd"
38 # To simplify the logic the 'CWD' line is made to look like a
251 sed -e 's,^CWD,C C,;/^[#CREFLMVX] /!d' -e "s,',,g" |
257 # CWD is bmake's cwd
259 ,C) CWD=$path cwd=$path ldir=$path
261 SB=`echo $CWD | sed 's,/obj.*,,'`
283 eval ldir=\${ldir_$pid:-$CWD} cwd=\${cwd_$pid:-$CWD}
298 test -d ${cwd:-/dev/null/no/such} || cwd=$CWD
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_missing_003_pos.ksh136 cd $CWD || log_fail "Unable change directory to $CWD"
144 CWD=$PWD
H A Dzpool_import_missing_001_pos.ksh114 CWD=$PWD
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y101 ABOR DELE CWD LIST NLST SITE
364 | CWD CRLF check_login
373 | CWD SP pathname CRLF check_login
962 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
963 { "XCWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
H A Dftpcmd.c110 CWD = 299, enumerator in enum:yytokentype
195 #define CWD 299 macro
690 "REST", "RNFR", "RNTO", "ABOR", "DELE", "CWD", "LIST", "NLST", "SITE",
3018 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
3019 { "XCWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp482 SmallString<128> CWD; local
483 if (!sys::fs::current_path(CWD))
484 Ctx.setCompilationDir(CWD);
/freebsd-current/libexec/ftpd/
H A Dftpcmd.y98 ABOR DELE CWD LIST NLST SITE
501 | CWD check_login CRLF
507 | CWD check_login SP pathname CRLF
1091 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
1092 { "XCWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp165 StringRef CWD; local
166 if (auto Err = readString(CWD))
168 Filenames.push_back(CWD.str());
181 P.assign(CWD);
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp550 if (auto CWD = OverlayFileSystem->getCurrentWorkingDirectory()) {
551 InitialWorkingDir = std::move(*CWD);
554 << CWD.getError().message() << "\n";
/freebsd-current/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp480 SmallString<128> CWD; local
481 if (!sys::fs::current_path(CWD))
482 Ctx.setCompilationDir(CWD);
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp830 // Relative searches begin from CWD.
832 SmallVector<std::pair<OptionalFileEntryRef, DirectoryEntryRef>, 1> CWD; local
833 CWD.push_back({std::nullopt, *Dir});
838 nullptr, nullptr, CWD, nullptr, nullptr, nullptr,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h764 CWD, member in class:llvm::vfs::RedirectingFileSystem::RootRelativeKind
985 RootRelativeKind RootRelative = RootRelativeKind::CWD;

Completed in 305 milliseconds

12