| /freebsd-14.2/tests/sys/cddl/zfs/tests/snapshot/ |
| H A D | snapshot_002_pos.ksh | 64 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 D | snapshot_006_pos.ksh | 63 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 D | snapshot_006_pos.ksh | 53 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 D | snapshot_002_pos.ksh | 54 [ -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 D | DependencyScanningTool.cpp | 74 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 D | DependencyScanningFilesystem.cpp | 370 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 D | ModuleDepCollector.cpp | 331 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 D | DependencyScanningTool.h | 92 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 D | meta2deps.sh | 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 376 $CWD) continue;; # ignore
|
| /freebsd-14.2/contrib/bmake/mk/ |
| H A D | meta2deps.sh | 257 ,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 D | zpool_import_missing_002_pos.ksh | 110 cd $CWD || log_fail "Unable change directory to $CWD" 123 CWD=$PWD
|
| H A D | zpool_import_missing_003_pos.ksh | 138 log_must cd $CWD 146 CWD=$PWD
|
| H A D | zpool_import_missing_001_pos.ksh | 111 CWD=$PWD
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
| H A D | zpool_import_missing_003_pos.ksh | 139 cd $CWD || log_fail "Unable change directory to $CWD" 147 CWD=$PWD
|
| H A D | zpool_import_missing_001_pos.ksh | 117 CWD=$PWD
|
| /freebsd-14.2/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ftpcmd.y | 101 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 D | ftpcmd.c | 110 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 D | llvm-mc.cpp | 482 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 D | ftpcmd.y | 107 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 D | Tooling.cpp | 550 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 D | cc1as_main.cpp | 480 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 D | CoverageMappingReader.cpp | 165 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 D | FrontendAction.cpp | 832 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 D | X86InstrExtension.td | 24 // 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 D | VirtualFileSystem.h | 764 CWD, enumerator 985 RootRelativeKind RootRelative = RootRelativeKind::CWD;
|