Home
last modified time | relevance | path

Searched refs:execpath (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/scripts/
H A Ddakota.sh21 execpath=$( dirname $( readlink "${0}" ) )
23 execpath=`dirname ${0}`
28 execpath=$( dirname $( readlink -f "${0}" ) )
31 if [ ! -e "${execpath}/dakota" ]; then
33 echo " Could not find dakota binary in ${execpath}"
35 elif [ ! -x "${execpath}/dakota" ]; then
37 echo " dakota binary in ${execpath} is not executable."
40 libpaths="${execpath}:${execpath}/../lib"
61 PATH="$PATH:${execpath}:${execpath}/../share/dakota/test:."
64 "${execpath}/dakota" "$@"
/dports/math/scilab/scilab-6.1.1/scilab/tools/SetupAtlas/
H A DcopyBlasFile.c28 static wchar_t* buildDestinationFilename(wchar_t* execpath);
29 static wchar_t* buildSourceFilename(wchar_t* execpath, wchar_t* blasDllName);
79 wchar_t* buildDestinationFilename(wchar_t* execpath) in buildDestinationFilename() argument
82 if (execpath) in buildDestinationFilename()
85 wcslen(execpath) + wcslen(BLAS_FILENAME_DEST) + 1); in buildDestinationFilename()
91 execpath, BLAS_FILENAME_DEST); in buildDestinationFilename()
97 wchar_t* buildSourceFilename(wchar_t* execpath, wchar_t* blasDllName) in buildSourceFilename() argument
100 if (execpath && blasDllName) in buildSourceFilename()
103 wcslen(execpath) + wcslen(ATLAS_DIRECTORY) + in buildSourceFilename()
110 execpath, ATLAS_DIRECTORY, blasDllName); in buildSourceFilename()
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/kardianos/osext/
H A Dosext_procfs.go21 execpath, err := os.Readlink("/proc/self/exe")
23 return execpath, err
25 execpath = strings.TrimSuffix(execpath, deletedTag)
26 execpath = strings.TrimPrefix(execpath, deletedTag)
27 return execpath, nil
/dports/net/evans/evans-0.9.1/vendor/github.com/inconshreveable/go-update/internal/osext/
H A Dosext_procfs.go21 execpath, err := os.Readlink("/proc/self/exe")
23 return execpath, err
25 execpath = strings.TrimSuffix(execpath, deletedTag)
26 execpath = strings.TrimPrefix(execpath, deletedTag)
27 return execpath, nil
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/kardianos/osext/
H A Dosext_procfs.go21 execpath, err := os.Readlink("/proc/self/exe")
23 return execpath, err
25 execpath = strings.TrimSuffix(execpath, deletedTag)
26 execpath = strings.TrimPrefix(execpath, deletedTag)
27 return execpath, nil
/dports/security/totp-cli/totp-cli-1.1.17/vendor/github.com/kardianos/osext/
H A Dosext_procfs.go21 execpath, err := os.Readlink("/proc/self/exe")
23 return execpath, err
25 execpath = strings.TrimSuffix(execpath, deletedTag)
26 execpath = strings.TrimPrefix(execpath, deletedTag)
27 return execpath, nil
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/kardianos/osext/osext-2bc1f35cddc0/
H A Dosext_procfs.go21 execpath, err := os.Readlink("/proc/self/exe")
23 return execpath, err
25 execpath = strings.TrimSuffix(execpath, deletedTag)
26 execpath = strings.TrimPrefix(execpath, deletedTag)
27 return execpath, nil
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/kardianos/osext/
H A Dosext_procfs.go21 execpath, err := os.Readlink("/proc/self/exe")
23 return execpath, err
25 execpath = strings.TrimSuffix(execpath, deletedTag)
26 execpath = strings.TrimPrefix(execpath, deletedTag)
27 return execpath, nil
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/kardianos/osext/
H A Dosext_procfs.go21 execpath, err := os.Readlink("/proc/self/exe")
23 return execpath, err
25 execpath = strings.TrimSuffix(execpath, deletedTag)
26 execpath = strings.TrimPrefix(execpath, deletedTag)
27 return execpath, nil
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/inconshreveable/go-update/internal/osext/
H A Dosext_procfs.go21 execpath, err := os.Readlink("/proc/self/exe")
23 return execpath, err
25 execpath = strings.TrimSuffix(execpath, deletedTag)
26 execpath = strings.TrimPrefix(execpath, deletedTag)
27 return execpath, nil
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/kardianos/osext/
H A Dosext_procfs.go21 execpath, err := os.Readlink("/proc/self/exe")
23 return execpath, err
25 execpath = strings.TrimSuffix(execpath, deletedTag)
26 execpath = strings.TrimPrefix(execpath, deletedTag)
27 return execpath, nil
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/kardianos/osext/
H A Dosext_procfs.go21 execpath, err := os.Readlink("/proc/self/exe")
23 return execpath, err
25 execpath = strings.TrimSuffix(execpath, deletedTag)
26 execpath = strings.TrimPrefix(execpath, deletedTag)
27 return execpath, nil
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/inconshreveable/go-update/internal/osext/
H A Dosext_procfs.go21 execpath, err := os.Readlink("/proc/self/exe")
23 return execpath, err
25 execpath = strings.TrimSuffix(execpath, deletedTag)
26 execpath = strings.TrimPrefix(execpath, deletedTag)
27 return execpath, nil
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/selfupdate/internal/osext/
H A Dosext_procfs.go21 execpath, err := os.Readlink("/proc/self/exe")
23 return execpath, err
25 execpath = strings.TrimSuffix(execpath, deletedTag)
26 execpath = strings.TrimPrefix(execpath, deletedTag)
27 return execpath, nil
/dports/www/devd/devd-0.9/vendor/github.com/kardianos/osext/
H A Dosext_procfs.go21 execpath, err := os.Readlink("/proc/self/exe")
23 return execpath, err
25 execpath = strings.TrimSuffix(execpath, deletedTag)
26 execpath = strings.TrimPrefix(execpath, deletedTag)
27 return execpath, nil
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/kardianos/osext/osext-c2c54e542fb7/
H A Dosext_procfs.go21 execpath, err := os.Readlink("/proc/self/exe")
23 return execpath, err
25 execpath = strings.TrimSuffix(execpath, deletedTag)
26 execpath = strings.TrimPrefix(execpath, deletedTag)
27 return execpath, nil
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/kardianos/osext/
H A Dosext_procfs.go21 execpath, err := os.Readlink("/proc/self/exe")
23 return execpath, err
25 execpath = strings.TrimSuffix(execpath, deletedTag)
26 execpath = strings.TrimPrefix(execpath, deletedTag)
27 return execpath, nil
/dports/misc/exercism/cli-3.0.13/vendor/github.com/inconshreveable/go-update/internal/osext/
H A Dosext_procfs.go21 execpath, err := os.Readlink("/proc/self/exe")
23 return execpath, err
25 execpath = strings.TrimSuffix(execpath, deletedTag)
26 execpath = strings.TrimPrefix(execpath, deletedTag)
27 return execpath, nil
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/kardianos/osext/
H A Dosext_procfs.go21 execpath, err := os.Readlink("/proc/self/exe")
23 return execpath, err
25 execpath = strings.TrimSuffix(execpath, deletedTag)
26 execpath = strings.TrimPrefix(execpath, deletedTag)
27 return execpath, nil
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/kardianos/osext/
H A Dosext_procfs.go21 execpath, err := os.Readlink("/proc/self/exe")
23 return execpath, err
25 execpath = strings.TrimSuffix(execpath, deletedTag)
26 execpath = strings.TrimPrefix(execpath, deletedTag)
27 return execpath, nil
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/shared/
H A Darchdep_program_name.c147 const char *execpath; in archdep_program_name() local
155 execpath = archdep_program_path(); in archdep_program_name()
156 if (execpath == NULL) { in archdep_program_name()
164 p = FilePart(execpath); in archdep_program_name()
185 program_name = prg_name_unix(execpath); in archdep_program_name()
190 program_name = prg_name_win32_os2(execpath); in archdep_program_name()
194 program_name = prg_name_unix(execpath); in archdep_program_name()
/dports/emulators/vice/vice-3.5/src/arch/shared/
H A Darchdep_program_name.c140 const char *execpath; in archdep_program_name() local
148 execpath = archdep_program_path(); in archdep_program_name()
149 if (execpath == NULL) { in archdep_program_name()
166 program_name = prg_name_unix(execpath); in archdep_program_name()
170 program_name = prg_name_win32(execpath); in archdep_program_name()
174 program_name = prg_name_unix(execpath); in archdep_program_name()
/dports/math/gretl/gretl-2021d/gui/
H A Dosx_env.c11 char *c, execpath[MAXPATHLEN + 1]; in osx_setup_paths() local
13 uint32_t pathsz = sizeof execpath; in osx_setup_paths()
20 _NSGetExecutablePath(execpath, &pathsz); in osx_setup_paths()
22 c = strrchr(execpath, '/'); in osx_setup_paths()
25 strcat(execpath, "/../Resources"); in osx_setup_paths()
26 chdir(execpath); in osx_setup_paths()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/dejagnu/
H A Druntest29 execpath=`echo ${mypath} | sed -e 's@/[^/]*$@@'`
51 if [ -x "$execpath/expect" ] ; then
52 expectbin=$execpath/expect
99 …or i in `echo ${execpath} | sed -e 's@/[^/]*$@/share/dejagnu@'` `echo ${execpath} | sed -e 's@/[…
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/dejagnu/
H A Druntest29 execpath=`echo ${mypath} | sed -e 's@/[^/]*$@@'`
51 if [ -x "$execpath/expect" ] ; then
52 expectbin=$execpath/expect
99 …or i in `echo ${execpath} | sed -e 's@/[^/]*$@/share/dejagnu@'` `echo ${execpath} | sed -e 's@/[…

12345678910>>...12