Home
last modified time | relevance | path

Searched refs:CWD (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-14.2/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_002_pos.ksh64 if [[ -d $CWD ]]; then
65 cd $CWD || log_fail "Could not cd $CWD"
102 CWD=$PWD
105 cd $CWD || log_fail "Could not cd $CWD"
114 CWD=$PWD
117 cd $CWD || log_fail "Could not cd $CWD"
122 CWD=$PWD
129 cd $CWD || log_fail "Could not cd $CWD"
H A Dsnapshot_006_pos.ksh63 if [[ -d $CWD ]]; then
64 cd $CWD || log_fail "Could not cd $CWD"
100 CWD=$PWD
103 cd $CWD || log_fail "Could not cd $CWD"
112 CWD=$PWD
115 cd $CWD || log_fail "Could not cd $CWD"
120 CWD=$PWD
127 cd $CWD || log_fail "Could not cd $CWD"
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
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
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
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp74 const std::vector<std::string> &CommandLine, StringRef CWD) { in getDependencyFile() argument
78 Worker.computeDependencies(CWD, CommandLine, Consumer, Controller); in getDependencyFile()
87 const CompileCommand &Command, StringRef CWD, std::string &MakeformatOutput, in getP1689ModuleDependencyFile() argument
130 auto Result = Worker.computeDependencies(CWD, Command.CommandLine, Consumer, in getP1689ModuleDependencyFile()
143 const std::vector<std::string> &CommandLine, StringRef CWD, in getTranslationUnitDependencies() argument
149 Worker.computeDependencies(CWD, CommandLine, Consumer, Controller); in getTranslationUnitDependencies()
157 StringRef CWD, const llvm::DenseSet<ModuleID> &AlreadySeen, in getModuleDependencies() argument
161 llvm::Error Result = Worker.computeDependencies(CWD, CommandLine, Consumer, in getModuleDependencies()
H A DDependencyScanningFilesystem.cpp370 llvm::ErrorOr<std::string> CWD = in updateWorkingDirForCacheLookup() local
372 if (!CWD) { in updateWorkingDirForCacheLookup()
373 WorkingDirForCacheLookup = CWD.getError(); in updateWorkingDirForCacheLookup()
374 } else if (!llvm::sys::path::is_absolute_gnu(*CWD)) { in updateWorkingDirForCacheLookup()
377 WorkingDirForCacheLookup = *CWD; in updateWorkingDirForCacheLookup()
H A DModuleDepCollector.cpp331 llvm::ErrorOr<std::string> CWD = VFS.getCurrentWorkingDirectory(); in getModuleContextHash() local
332 if (CWD) in getModuleContextHash()
333 HashBuilder.add(*CWD); in getModuleContextHash()
/freebsd-14.2/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) { in getP1689ModuleDependencyFile() argument
115 return getP1689ModuleDependencyFile(Command, CWD, MakeformatOutput, in getP1689ModuleDependencyFile()
135 StringRef CWD,
144 StringRef CWD, const llvm::DenseSet<ModuleID> &AlreadySeen,
/freebsd-14.2/share/mk/
H A Dmeta2deps.sh259 ,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
376 $CWD) continue;; # ignore
/freebsd-14.2/contrib/bmake/mk/
H A Dmeta2deps.sh257 ,C) CWD=$path cwd=$path ldir=$path
259 SB=`echo $CWD | sed 's,/obj.*,,'`
281 eval ldir=\${ldir_$pid:-$CWD} cwd=\${cwd_$pid:-$CWD}
296 test -d ${cwd:-/dev/null/no/such} || cwd=$CWD
374 $CWD) continue;; # ignore
/freebsd-14.2/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-14.2/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_missing_003_pos.ksh139 cd $CWD || log_fail "Unable change directory to $CWD"
147 CWD=$PWD
H A Dzpool_import_missing_001_pos.ksh117 CWD=$PWD
/freebsd-14.2/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
195 #define CWD 299 macro
3015 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
3016 { "XCWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp482 SmallString<128> CWD; in main() local
483 if (!sys::fs::current_path(CWD)) in main()
484 Ctx.setCompilationDir(CWD); in main()
/freebsd-14.2/libexec/ftpd/
H A Dftpcmd.y107 ABOR DELE CWD LIST NLST SITE
510 | CWD check_login CRLF
516 | CWD check_login SP pathname CRLF
1100 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
1101 { "XCWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp550 if (auto CWD = OverlayFileSystem->getCurrentWorkingDirectory()) { in run() local
551 InitialWorkingDir = std::move(*CWD); in run()
554 << CWD.getError().message() << "\n"; in run()
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp480 SmallString<128> CWD; in ExecuteAssemblerImpl() local
481 if (!sys::fs::current_path(CWD)) in ExecuteAssemblerImpl()
482 Ctx.setCompilationDir(CWD); in ExecuteAssemblerImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp165 StringRef CWD; in readUncompressed() local
166 if (auto Err = readString(CWD)) in readUncompressed()
168 Filenames.push_back(CWD.str()); in readUncompressed()
181 P.assign(CWD); in readUncompressed()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp832 SmallVector<std::pair<OptionalFileEntryRef, DirectoryEntryRef>, 1> CWD; in BeginSourceFile() local
833 CWD.push_back({std::nullopt, *Dir}); in BeginSourceFile()
838 nullptr, nullptr, CWD, nullptr, nullptr, nullptr, in BeginSourceFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrExtension.td24 // FIXME: CWD/CDQ/CQO shouldn't Def the A register, but the fast register
27 def CWD : I<0x99, RawFrm, (outs), (ins),
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h764 CWD, enumerator
985 RootRelativeKind RootRelative = RootRelativeKind::CWD;

123