Home
last modified time | relevance | path

Searched defs:cwd (Results 76 – 100 of 7290) sorted by relevance

12345678910>>...292

/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/solaris/
H A Dproc_aout.c9 static void test_readlink(const char *cwd, const char *label, in test_readlink()
30 static void test_readlinkat(const char *cwd, const char *label, in test_readlinkat()
53 char cwd[PATH_MAX]; in main() local
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/solaris/
H A Dproc_aout.c9 static void test_readlink(const char *cwd, const char *label, in test_readlink()
30 static void test_readlinkat(const char *cwd, const char *label, in test_readlinkat()
53 char cwd[PATH_MAX]; in main() local
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/beautifier/internal/
H A Drun_rustfmt.py11 cwd = pathlib.Path(os.getcwd()).resolve() variable
20 cwd = cwd.parent variable
/dports/devel/py-pycompilation/pycompilation-0.4.12/pycompilation/
H A Dcompilation.py59 cwd=None): argument
89 destdir=None, cwd=None, argument
157 cwd=None, cplus=False, fort=False, **kwargs): argument
231 def link_py_so(obj_files, so_file=None, cwd=None, libraries=None, argument
310 def simple_cythonize(src, destdir=None, cwd=None, logger=None, argument
398 only_update=False, cwd=None, out_ext=None, inc_py=False, argument
473 def pyx2obj(pyxpath, objpath=None, interm_c_dir=None, cwd=None, argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/recipes/recipe_modules/git/examples/full.expected/
H A Dcount-objects_with_bad_output_fails_build.json23 "cwd": "[START_DIR]/src", string
37 "cwd": "[START_DIR]/src", string
47 "cwd": "[START_DIR]/src", string
62 "cwd": "[START_DIR]/src", string
72 "cwd": "[START_DIR]/src", string
84 "cwd": "[START_DIR]/src", string
96 "cwd": "[START_DIR]/src", string
/dports/emulators/atari800/atari800-3.1.0/src/wince/port/
H A Dmissing.c12 char cwd[MAX_PATH+1]; in tmpnam() local
36 char cwd[MAX_PATH+1]; in tmpfile() local
44 char cwd[MAX_PATH+1]; variable
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/utils/lit/lit/
H A DTestRunner.py24 def executeCommand(command, cwd=None, env=None): argument
39 def executeShCmd(cmd, cfg, cwd, results): argument
234 def executeScriptInternal(test, litConfig, tmpBase, commands, cwd): argument
258 def executeTclScriptInternal(test, litConfig, tmpBase, commands, cwd): argument
334 def executeScript(test, litConfig, tmpBase, commands, cwd): argument
/dports/devel/goredo/goredo-1.21.0/src/
H A Dood.go79 func isSrc(cwd, tgt string) bool { argument
93 func isOODByBuildUUID(cwd, tgtOrig string) bool { argument
108 func isOOD(cwd, tgtOrig string, level int, seen map[string]struct{}) (bool, error) { argument
223 cwd, tgtOrig string, argument
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/build/android/pylib/
H A Dcmd_helper.py12 def RunCmd(args, cwd=None): argument
29 def GetCmdOutput(args, cwd=None, shell=False): argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/build/android/pylib/
H A Dcmd_helper.py12 def RunCmd(args, cwd=None): argument
29 def GetCmdOutput(args, cwd=None, shell=False): argument
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/build/android/pylib/
H A Dcmd_helper.py12 def RunCmd(args, cwd=None): argument
29 def GetCmdOutput(args, cwd=None, shell=False): argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/build/android/pylib/
H A Dcmd_helper.py12 def RunCmd(args, cwd=None): argument
29 def GetCmdOutput(args, cwd=None, shell=False): argument
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/build/android/pylib/
H A Dcmd_helper.py12 def RunCmd(args, cwd=None): argument
29 def GetCmdOutput(args, cwd=None, shell=False): argument
/dports/misc/vifm/vifm-0.11/tests/commands/
H A Dtabs.c75 char cwd[PATH_MAX + 1]; in TEST() local
89 char cwd[PATH_MAX + 1]; in TEST() local
110 char cwd[PATH_MAX + 1]; in TEST() local
329 char cwd[PATH_MAX + 1]; in TEST() local
353 char cwd[PATH_MAX + 1]; in TEST() local
/dports/lang/mono/mono-5.10.1.57/external/bockbuild/bockbuild/util/
H A Dutil.py50 def __init__(self, message, cwd=None): argument
332 def parse_rootdir(result, cwd): argument
396 def assert_modifiable_repo(cwd): argument
402 def git_get_revision(self, cwd): argument
406 def git_get_branch(self, cwd): argument
409 def git_is_dirty(self, cwd): argument
417 def git_shortid(self, cwd): argument
425 def git_rootdir(self, cwd): argument
434 def git_isrootdir(self, cwd): argument
442 def git_get_commit_msg(self, cwd): argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/command/
H A Dcommand-current-dir.rs14 let cwd = env::current_dir().unwrap(); in main() localVariable
19 let cwd = me.parent().unwrap(); in main() localVariable
/dports/sysutils/polkit/polkit-0.120/src/examples/
H A Dfrobnicate.c38 gchar *cwd = NULL; in main() local
40 gchar cwd[PATH_MAX]; in main() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/toolchain_build/
H A Dprocess.py20 def __init__(self, args, cwd=None, shell=False, env=None, pipe=True): argument
58 def Start(args, cwd=None, shell=False, env=None): argument
62 def Run(args, cwd=None, shell=False, env=None, outfile=None, verbose=True): argument
/dports/devel/idutils/idutils-4.6/lib/
H A Dfdopendir.c75 struct saved_cwd cwd; in fdopendir() local
100 fdopendir_with_dup (int fd, int older_dupfd, struct saved_cwd const *cwd) in fdopendir_with_dup()
140 fd_clone_opendir (int fd, struct saved_cwd const *cwd) in fd_clone_opendir()
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dfdopendir.c75 struct saved_cwd cwd; in fdopendir() local
100 fdopendir_with_dup (int fd, int older_dupfd, struct saved_cwd const *cwd) in fdopendir_with_dup()
140 fd_clone_opendir (int fd, struct saved_cwd const *cwd) in fd_clone_opendir()
/dports/games/freedink-engine/freedink-108.4/gnulib/lib/
H A Dfdopendir.c75 struct saved_cwd cwd; in fdopendir() local
100 fdopendir_with_dup (int fd, int older_dupfd, struct saved_cwd const *cwd) in fdopendir_with_dup()
140 fd_clone_opendir (int fd, struct saved_cwd const *cwd) in fd_clone_opendir()
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/
H A Dshells.py87 def fork(self, venv, cwd, args): argument
100 def fork_compat(self, venv, cwd, args): argument
173 def fork(self, venv, cwd, args): argument
180 def fork(self, venv, cwd, args): argument
188 def fork(self, venv, cwd, args): argument
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/system/
H A DPosixSystemTests.cpp184 FilePath cwd = currentWorkingDirMac(pid); variable
290 FilePath cwd = currentWorkingDir(pid); variable
317 FilePath cwd = currentWorkingDirViaLsof(pid); variable
342 FilePath cwd = currentWorkingDirViaProcFs(pid); variable
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Dialogs/
H A Dkrdialogs.cpp51 QUrl KChooseDir::getFile(const QString &text, const QUrl& url, const QUrl& cwd) in getFile()
56 QUrl KChooseDir::getDir(const QString &text, const QUrl& url, const QUrl& cwd) in getDir()
61 QUrl KChooseDir::get(const QString &text, const QUrl &url, const QUrl &cwd, KFile::Modes mode) in get()
77 const QUrl &cwd) in getCopyDir()
/dports/archivers/sharutils/sharutils-4.15.2/lib/
H A Dfdopendir.c75 struct saved_cwd cwd; in fdopendir() local
100 fdopendir_with_dup (int fd, int older_dupfd, struct saved_cwd const *cwd) in fdopendir_with_dup()
140 fd_clone_opendir (int fd, struct saved_cwd const *cwd) in fd_clone_opendir()

12345678910>>...292