Home
last modified time | relevance | path

Searched refs:mypath (Results 26 – 50 of 467) sorted by relevance

12345678910>>...19

/dports/net/kamailio/kamailio-5.4.5/misc/examples/scripts/web_im/
H A Dclick_to_dial.php23 $mypath="/tmp/".$myfilename; variable
44 system("mkfifo -m 666 ".$mypath );
48 unlink($mypath);
55 if (readfile( $mypath )==-1) {
56 unlink($mypath);
59 unlink($mypath);
/dports/games/libretro-scummvm/scummvm-7b1e929/dists/motoezx/
H A Dscummvm.lin2 mypath=${0%/*}
7 LIBDIR4=$mypath/lib
10 export HOME=$mypath
11 cd $mypath
12 exec $mypath/scummvm --gfx-mode=1x > $mypath/scummvm.log
/dports/games/libretro-scummvm/scummvm-7b1e929/dists/motomagx/pep/app/
H A Dscummvm.sh2 mypath=${0%/*}
7 LIBDIR4=$mypath/lib
10 export HOME=$mypath
11 cd $mypath
12 exec $mypath/scummvm --gfx-mode=1x > $mypath/scummvm.log
/dports/games/libretro-scummvm/scummvm-7b1e929/dists/motomagx/mgx/
H A Dscummvm.lin2 mypath=${0%/*}
7 LIBDIR4=$mypath/lib
10 export HOME=$mypath
11 cd $mypath
12 exec $mypath/scummvm --gfx-mode=1x > $mypath/scummvm.log
/dports/net/kamailio/kamailio-5.4.5/misc/examples/kamailio/web_im/
H A Dsend_im.php23 $mypath="/tmp/".$myfilename; variable
55 system("mkfifo -m 666 ".$mypath );
59 unlink($mypath);
66 if (readfile( $mypath )==-1) {
67 unlink($mypath);
70 unlink($mypath);
H A Dclick_to_dial.php23 $mypath="/tmp/".$myfilename; variable
54 system("mkfifo -m 666 ".$mypath );
58 unlink($mypath);
65 if (readfile( $mypath )==-1) {
66 unlink($mypath);
69 unlink($mypath);
/dports/biology/migrate/migrate-3.6.11/src/migrate_kit/
H A Dinstall_migrate29 mypath = os.path.dirname(os.path.realpath(__file__))
37 (migshell,migkit) = os.path.split(mypath)
44 ownpath = mypath
45 migshell = mypath+"/migrateshell.app"
64 if os.path.exists(mypath+"/migrate-n"):
65 os.system( "sudo rsync -a "+mypath+"/migrate-n /usr/local/migrate/bin/")
66 if os.path.exists(mypath+"/migrate-n-mpi"):
67 os.system("sudo rsync -a "+mypath+"/migrate-n-mpi /usr/local/migrate/bin/")
/dports/biology/migrate/migrate-3.6.11/src/migrateshell.app/migrate_kit/
H A Dinstall_migrate29 mypath = os.path.dirname(os.path.realpath(__file__))
37 (migshell,migkit) = os.path.split(mypath)
44 ownpath = mypath
45 migshell = mypath+"/migrateshell.app"
64 if os.path.exists(mypath+"/migrate-n"):
65 os.system( "sudo rsync -a "+mypath+"/migrate-n /usr/local/migrate/bin/")
66 if os.path.exists(mypath+"/migrate-n-mpi"):
67 os.system("sudo rsync -a "+mypath+"/migrate-n-mpi /usr/local/migrate/bin/")
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/generator/
H A Dprotoc11 mypath = os.path.dirname(sys.executable) # For pyInstaller
13 mypath = os.path.dirname(__file__)
15 if os.path.isfile(os.path.join(mypath, "protoc-gen-nanopb.exe")):
16 protoc_gen_nanopb = os.path.join(mypath, "protoc-gen-nanopb.exe")
18 protoc_gen_nanopb = os.path.join(mypath, "protoc-gen-nanopb.bat")
20 protoc_gen_nanopb = os.path.join(mypath, "protoc-gen-nanopb")
/dports/mail/nmh/nmh-1.7.1/uip/
H A Dinstall-mh.c84 if ((mypath = getenv("HOME")) == NULL) { in main()
88 mypath = pw->pw_dir; in main()
101 defpath = concat(mypath, "/", mh_profile, NULL); in main()
130 "\n", mypath, mh_profile, mypath); in main()
133 cp = concat (mypath, "/", "Mail", NULL); in main()
150 mypath, "/", "Mail\"? ", NULL); in main()
157 printf ("What is the path? %s/", mypath); in main()
169 if (chdir (mypath) < 0) { in main()
170 advise (mypath, "chdir"); in main()
/dports/biology/emboss/EMBOSS-6.6.0/scripts/
H A Dsourceforgevalid.pl146 my $mypath = $dirname;
148 if ($path ne "") {$mypath = "$path/$dirname"}
149 opendir(DIR, $mypath);
151 print "Directory: $mypath\n";
164 if (-d "$mypath/$file") {
167 &processdir($file,$mypath); #& avoids prototype recursion warning
172 &processfile($file, $mypath); # &avoids prototype recursion warning
175 print " Closing directory $mypath\n";
/dports/games/glest/glest_source_3.2.2/source/shared_lib/sources/platform/sdl/
H A Dplatform_util.cpp121 std::string mypath = path; in findAll() local
125 if(mypath.compare(mypath.size() - 2, 2, "*.") == 0) { in findAll()
126 mypath = mypath.substr(0, mypath.size() - 2); in findAll()
127 mypath += "*"; in findAll()
132 int res = glob(mypath.c_str(), 0, 0, &globbuf); in findAll()
135 msg << "Couldn't scan directory '" << mypath << "': " << strerror(errno); in findAll()
153 throw runtime_error("No files found in: " + mypath); in findAll()
/dports/math/R-cran-Zelig/Zelig/tests/testthat/
H A Dtest-createJSON.R6 mypath <- file.path("zelig5models.json") globalVar
7 expect_true(file.exists(mypath))
8 expect_true(validate(readChar(mypath, file.info(mypath)$size)))
9 file.remove(file.path(mypath))
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/dejagnu/
H A Druntest12 mypath=${0-.}
13 if expr ${mypath} : '.*/.*' > /dev/null
21 if test -x $dir/$mypath
23 mypath=$dir/$mypath
29 execpath=`echo ${mypath} | sed -e 's@/[^/]*$@@'`
35 runtest=`echo ${mypath} | sed -e 's@^.*/@@'`
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/dejagnu/
H A Druntest12 mypath=${0-.}
13 if expr ${mypath} : '.*/.*' > /dev/null
21 if test -x $dir/$mypath
23 mypath=$dir/$mypath
29 execpath=`echo ${mypath} | sed -e 's@/[^/]*$@@'`
35 runtest=`echo ${mypath} | sed -e 's@^.*/@@'`
/dports/misc/dejagnu/dejagnu-1.6.3/
H A Druntest38 mypath=${0-.}
39 if expr "$mypath" : '.*/.*' > /dev/null
47 if test -x "$dir/$mypath"
49 mypath="$dir/$mypath"
55 execpath=`echo "$mypath" | sed -e 's@/[^/]*$@@'`
60 runtest=`echo "$mypath" | sed -e 's@^.*/@@'`
/dports/graphics/wdune/wdune-1.926/src/
H A Dxerrorhandler.cpp169 char mypath[MY_MAX_PATH+1]; in emergency_rescue() local
183 mysnprintf(mypath,MY_MAX_PATH,"%s%s\\%s",getenv("HOMEDRIVE"), in emergency_rescue()
186 mysnprintf(mypath,MY_MAX_PATH,"%s/%s",home,filename); in emergency_rescue()
188 f = open(mypath, O_WRONLY | O_CREAT in emergency_rescue()
202 mywritef(console, "%s: %s\n", mypath, strerror(errno)); in emergency_rescue()
203 mywritef(console,"white_dune: %s: %s\n", mypath, strerror(errno)); in emergency_rescue()
206 if (i->item()->GetScene()->write(f, mypath, flags) < 0) in emergency_rescue()
212 mywritef(console, "write %s: %s\n", mypath, strerror(errno)); in emergency_rescue()
213 mywritef(console," error write white_dune: %s: %s\n", mypath, in emergency_rescue()
219 TheApp->AddToRecentFiles(mypath); in emergency_rescue()
[all …]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/data/defscript/
H A Ddefault.kvs12 %mypath = "$file.extractpath($0)$file.ps"
15 include "actions.kvs" %mypath
16 include "aliases.kvs" %mypath
17 include "events.kvs" %mypath
18 include "popups.kvs" %mypath
19 include "toolbars.kvs" %mypath
20 include "classes.kvs" %mypath
/dports/security/unhide/unhide-20121229/
H A Dunhide_rb.c97 char mypath[512] = "/proc/" ; in setup() local
98 sprintf(mypath, "/proc/") ; in setup()
100 procdir = opendir(mypath); in setup()
125 sprintf(&mypath[6],"%s/status",directory); in setup()
127 if(NULL != (fich_tmp=fopen(mypath, "r"))) in setup()
146 taskdir = opendir(mypath); in setup()
187 mypath[6] = 0 ; in setup()
258 char mypath[50] ; in get_suspicious_pids() local
304 sprintf(mypath,"/proc/%d",my_pid); in get_suspicious_pids()
305 statuscmd = stat(mypath, &buffer) ; in get_suspicious_pids()
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/sandbox/servers/5.7/sys/mysql-test/suite/sysschema/t/
H A Dfn_format_path.test13 SET @mypath := CONCAT(@@global.datadir, 'foo/bar.foo');
15 SELECT sys.format_path(@mypath);
18 SET @mypath := CONCAT(@@global.tmpdir, 'foo/bar.foo');
20 SELECT sys.format_path(@mypath);
23 SET @mypath := CONCAT(@@global.innodb_log_group_home_dir, 'foo/bar.foo');
25 SELECT sys.format_path(@mypath);
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/sandbox/servers/5.6/sys/mysql-test/suite/sysschema/t/
H A Dfn_format_path.test13 SET @mypath := CONCAT(@@global.datadir, 'foo/bar.foo');
15 SELECT sys.format_path(@mypath);
18 SET @mypath := CONCAT(@@global.tmpdir, 'foo/bar.foo');
20 SELECT sys.format_path(@mypath);
23 SET @mypath := CONCAT(@@global.innodb_log_group_home_dir, 'foo/bar.foo');
25 SELECT sys.format_path(@mypath);
/dports/graphics/geomview/geomview-1.9.5/src/lib/aclib/
H A Dlstat.c67 char mypath[PATH_MAX+1]; in gv_lstat() local
83 memcpy(mypath, path, pathlen); in gv_lstat()
84 path = mypath; in gv_lstat()
85 mypath[pathlen++] = '.'; in gv_lstat()
86 mypath[pathlen++] = '\0'; in gv_lstat()
/dports/www/tclhttpd/tclhttpd3.5.1/bin/mini/
H A Dmini1.1.tcl195 set mypath $HttpdUrlCache($url)
197 set mypath [HttpdUrl2File $Httpd(root) $url]
198 if {[file isdirectory $mypath]} {
199 append mypath / $Httpd(default)
201 set HttpdUrlCache($url) $mypath
203 if {[string length $mypath] == 0} {
205 } elseif {![file readable $mypath]} {
206 HttpdError $sock 404 $mypath
211 puts $sock "Content-Type: [HttpdContentType $mypath]"
212 puts $sock "Content-Length: [file size $mypath]"
[all …]
/dports/devel/fossil/fossil-src-2.17/tools/cvs2fossil/lib/
H A Dc2f_state.tcl68 set mypath {}
83 set mypath [fileutil::tempfile cvs2fossil_state_]
85 sqlite3 $mystate $mypath
88 log write 2 state "using $mypath"
95 if {$mypath eq ""} return
96 ::file delete $mypath
201 typevariable mypath {} ; # Path to the database, for cleanup of a temp database.
/dports/textproc/refdb/refdb-0.9.9-1/scripts/
H A Drefdbjade.in134 CYGWIN*) mypath=$(cygpath -w $filename);;
135 *) mypath=$filename;;
168 …s $jadevariablearg $htmloutarg $jadeincludearg -t sgml -c $refdbcat -d $htmlsheet $sgmldecl $mypath
172 …adevariablearg $htmloutarg $jadeincludearg -t sgml-raw -c $refdbcat -d $htmlsheet $sgmldecl $mypath
176 …gs $jadevariablearg $rtfoutarg $jadeincludearg -t rtf -c $refdbcat -d $printsheet $sgmldecl $mypath
180 …earg $texoutarg $jadeincludearg -t tex -V tex-backend -c $refdbcat -d $printsheet $sgmldecl $mypath
197 …earg $texoutarg $jadeincludearg -t tex -V tex-backend -c $refdbcat -d $printsheet $sgmldecl $mypath
214 …earg $texoutarg $jadeincludearg -t tex -V tex-backend -c $refdbcat -d $printsheet $sgmldecl $mypath
235 …earg $texoutarg $jadeincludearg -t tex -V tex-backend -c $refdbcat -d $printsheet $sgmldecl $mypath

12345678910>>...19