Home
last modified time | relevance | path

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

12

/freebsd-13.1/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_002_pos.ksh66 if [[ -d $CWD ]]; then
67 cd $CWD || log_fail "Could not cd $CWD"
104 CWD=$PWD
107 cd $CWD || log_fail "Could not cd $CWD"
116 CWD=$PWD
119 cd $CWD || log_fail "Could not cd $CWD"
124 CWD=$PWD
131 cd $CWD || log_fail "Could not cd $CWD"
H A Dsnapshot_006_pos.ksh65 if [[ -d $CWD ]]; then
66 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"
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_002_pos.ksh54 if [[ -d $CWD ]]; then
55 cd $CWD || log_fail "Could not cd $CWD"
95 CWD=$PWD
98 cd $CWD || log_fail "Could not cd $CWD"
107 CWD=$PWD
110 cd $CWD || log_fail "Could not cd $CWD"
115 CWD=$PWD
122 cd $CWD || log_fail "Could not cd $CWD"
H A Dsnapshot_006_pos.ksh53 if [[ -d $CWD ]]; then
54 cd $CWD || log_fail "Could not cd $CWD"
93 CWD=$PWD
96 cd $CWD || log_fail "Could not cd $CWD"
105 CWD=$PWD
108 cd $CWD || log_fail "Could not cd $CWD"
113 CWD=$PWD
120 cd $CWD || log_fail "Could not cd $CWD"
/freebsd-13.1/share/mk/
H A Dmeta2deps.sh251 ,C) CWD=$path cwd=$path ldir=$path
253 SB=`echo $CWD | sed 's,/obj.*,,'`
270 eval ldir=\${ldir_$pid:-$CWD} cwd=\${cwd_$pid:-$CWD}
284 test -d ${cwd:-/dev/null/no/such} || cwd=$CWD
351 $CWD) continue;; # ignore
/freebsd-13.1/contrib/bmake/mk/
H A Dmeta2deps.sh250 ,C) CWD=$path cwd=$path ldir=$path
252 SB=`echo $CWD | sed 's,/obj.*,,'`
269 eval ldir=\${ldir_$pid:-$CWD} cwd=\${cwd_$pid:-$CWD}
284 test -d ${cwd:-/dev/null/no/such} || cwd=$CWD
360 $CWD) continue;; # ignore
/freebsd-13.1/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.ksh139 cd $CWD || log_fail "Unable change directory to $CWD"
147 CWD=$PWD
H A Dzpool_import_missing_001_pos.ksh111 CWD=$PWD
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp53 const tooling::CompilationDatabase &Compilations, StringRef CWD) { in getDependencyFile() argument
115 auto Result = Worker.computeDependencies(Input, CWD, Compilations, Consumer); in getDependencyFile()
125 const tooling::CompilationDatabase &Compilations, StringRef CWD, in getFullDependencies() argument
200 Worker.computeDependencies(Input, CWD, Compilations, Consumer); in getFullDependencies()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h86 StringRef CWD);
101 StringRef CWD, const llvm::StringSet<> &AlreadySeen);
/freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_missing_003_pos.ksh141 cd $CWD || log_fail "Unable change directory to $CWD"
149 CWD=$PWD
H A Dzpool_import_missing_001_pos.ksh119 CWD=$PWD
/freebsd-13.1/contrib/opie/
H A Dftpcmd.y174 ABOR DELE CWD LIST NLST SITE
386 | CWD check_login CRLF
391 | CWD check_login SP pathname CRLF
837 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
838 { "XCWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp481 SmallString<128> CWD; in main() local
482 if (!sys::fs::current_path(CWD)) in main()
483 Ctx.setCompilationDir(CWD); in main()
/freebsd-13.1/libexec/ftpd/
H A Dftpcmd.y109 ABOR DELE CWD LIST NLST SITE
512 | CWD check_login CRLF
518 | CWD check_login SP pathname CRLF
1102 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
1103 { "XCWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp425 SmallString<128> CWD; in ExecuteAssemblerImpl() local
426 if (!sys::fs::current_path(CWD)) in ExecuteAssemblerImpl()
427 Ctx.setCompilationDir(CWD); in ExecuteAssemblerImpl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp505 if (auto CWD = OverlayFileSystem->getCurrentWorkingDirectory()) { in run() local
506 InitialWorkingDir = std::move(*CWD); in run()
509 << CWD.getError().message() << "\n"; in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp160 StringRef CWD; in readUncompressed() local
161 if (auto Err = readString(CWD)) in readUncompressed()
163 Filenames.push_back(CWD.str()); in readUncompressed()
176 P.assign(CWD); in readUncompressed()
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1570 SmallString<256> CWD; in getCurrentDirname() local
1571 llvm::sys::fs::current_path(CWD); in getCurrentDirname()
1572 return CWD.str().str(); in getCurrentDirname()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp990 auto CWD = getCurrentWorkingDirectory(); in getRealPath() local
991 if (!CWD || CWD->empty()) in getRealPath()
/freebsd-13.1/usr.sbin/cron/doc/
H A DMAIL50 TERM, and the like; supply correct values for HOME, USER, CWD,
327 << delete TERM and TERMCAP; modify HOME, USER, and CWD; pass TZ and

12