Home
last modified time | relevance | path

Searched refs:mypath (Results 76 – 100 of 467) sorted by relevance

12345678910>>...19

/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dcontext_read.c53 if ((mypath = getenv("HOME")) == NULL) { in context_read()
57 mypath = pw->pw_dir; in context_read()
79 defpath = concat(mypath, "/", mh_profile, NULL); in context_read()
102 (void)snprintf (nd = buf, sizeof(buf), "%s/%s", mypath, cp); in context_read()
/dports/www/firefox/firefox-99.0/
H A Dmach.ps11 $mypath = $MyInvocation.MyCommand.Path variable
2 $machpath = $mypath.substring(0, $mypath.length - 4)
/dports/www/tclhttpd/tclhttpd3.5.1/bin/mini/
H A Dsmall1.1.tcl168 set mypath [HttpdUrl2File $Httpd(root) $data(url)]
169 if {[string length $mypath] == 0} {
176 if {![catch {open $mypath} in]} {
179 puts $sock "Last-Modified: [HttpdDate [file mtime $mypath]]"
180 puts $sock "Content-Type: [HttpdContentType $mypath]"
181 puts $sock "Content-Length: [file size $mypath]"
187 Httpd_Log $sock Done "$mypath"
H A Dimagehttpd.tcl132 set mypath [HttpdUrl2File $Httpd(root) $data(url)]
133 if {[string length $mypath] == 0} {
140 if {![catch {open $mypath} in]} {
143 puts $sock "Last-Modified: [HttpdDate [file mtime $mypath]]"
145 puts $sock "Content-Type: [HttpdContentType $mypath]"
146 puts $sock "Content-Length: [file size $mypath]"
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dpython_append.i8 mypath = os.path.dirname("/a/b/c/d.txt")
26 funcpath = mypath
36 staticfuncpath = mypath
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/threads/
H A Dprof1.c58 const char *mypath = (random() & 1) ? path : filename; in worker() local
61 err = profile_init_path(mypath, &p); in worker()
63 com_err(prog, err, "calling profile_init(\"%s\")", mypath); in worker()
/dports/security/krb5/krb5-1.19.2/src/tests/threads/
H A Dprof1.c58 const char *mypath = (random() & 1) ? path : filename; in worker() local
61 err = profile_init_path(mypath, &p); in worker()
63 com_err(prog, err, "calling profile_init(\"%s\")", mypath); in worker()
/dports/sysutils/froxlor/froxlor-0.9.38.7_4/froxlor/scripts/jobs/
H A Dcron_tasks.inc.http.35.nginx_phpfpm.php63 …$mypath = makeCorrectDir(dirname(dirname(dirname(__FILE__)))); // /var/www/froxlor, needed for cho…
78 'documentroot' => $mypath
83 safe_exec('chown -R ' . $user . ':' . $group . ' ' . escapeshellarg($mypath));
H A Dcron_tasks.inc.http.25.lighttpd_fcgid.php114 …$mypath = makeCorrectDir(dirname(dirname(dirname(__FILE__)))); // /var/www/froxlor, needed for cho…
129 'documentroot' => $mypath
134 safe_exec('chown -R ' . $user . ':' . $group . ' ' . escapeshellarg($mypath));
/dports/mail/mmh/mmh-0.4/sbr/
H A Dcontext_read.c57 if (!(mypath = getenv("HOME"))) { in context_read()
61 mypath = pw->pw_dir; in context_read()
73 mmhpath = concat(mypath, "/", mmhdir, NULL); in context_read()
120 snprintf(nd = buf, sizeof buf, "%s/%s", mypath, cp); in context_read()
/dports/games/adonthell/adonthell-0.3.8/src/
H A Dmapcharacter.cc185 mypath.get_state (file); in get_state()
187 mypath.refmap = refmap; in get_state()
233 mypath.put_state (file); in put_state()
549 mypath.refmap = mymap (); in set_goal()
550 mypath.submap = submap (); in set_goal()
551 mypath.start.x = posx (); in set_goal()
552 mypath.start.y = posy (); in set_goal()
553 mypath.goal.x = x; in set_goal()
554 mypath.goal.y = y; in set_goal()
555 mypath.dir = dir; in set_goal()
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/etc/
H A Dtexi2pod.pl243 $mypath = $file;
244 $mypath = $path . "/" . $mypath if ($path ne "");
245 open($inf, "<" . $mypath) and ($done = 1, last);
/dports/editors/cream/cream-0.43/
H A Dcream-settings.vim163 let mypath = "(" . fnamemodify(b:cream_pathfilename, ":h") . ")"
165 let mypath = Cream_path_addtrailingslash(mypath)
167 let mypath = ""
169 let mypath = ""
172 let mypath = Cream_path_addtrailingslash(fnamemodify(b:cream_pathfilename, ":h"))
173 let mypath = "(" . mypath . ")"
177 "if strlen(mypath . myfile . mymod) > 50
178 " let mypath = "..." . strpart(mypath, strlen(mypath . myfile . mymod) - 47)
181 return mymod . myfile . mypath
/dports/math/R-cran-lava/lava/R/
H A Dpath.R62 mypath <- pathM(Model(object)$M,to,from,...) functionVar
74 for (i in seq_along(mypath)) {
75 xx <- mypath[[i]]
87 for (i in seq_along(mypath)) {
88 p0 <- mypath[[i]]
95 res <- list(idx=idx,V=V,coef=coefs, path=mypath, edges=edges)
/dports/lang/tcl86/tcl8.6.12/pkgs/thread2.8.7/tcl/phttpd/
H A Duhttpd.tcl228 set mypath [Url2File $data(url)]
229 if {![catch {open $mypath} i]} {
233 puts $s "Last-Modified: [Date [file mtime $mypath]]"
234 puts $s "Content-Type: [ContentType $mypath]"
235 puts $s "Content-Length: [file size $mypath]"
/dports/devel/tclthread/thread2.8.7/tcl/phttpd/
H A Duhttpd.tcl228 set mypath [Url2File $data(url)]
229 if {![catch {open $mypath} i]} {
233 puts $s "Last-Modified: [Date [file mtime $mypath]]"
234 puts $s "Content-Type: [ContentType $mypath]"
235 puts $s "Content-Length: [file size $mypath]"
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/contrib/
H A Dtexi2pod.pl249 $mypath = $file;
250 $mypath = $path . "/" . $mypath if ($path ne "");
251 open($inf, "<" . $mypath) and ($done = 1, last);
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/doc/
H A Dtexi2pod.pl245 $mypath = $file;
246 $mypath = $path . "/" . $mypath if ($path ne "");
247 open($inf, "<" . $mypath) and ($done = 1, last);
/dports/lang/gcc9/gcc-9.4.0/contrib/
H A Dtexi2pod.pl250 $mypath = $file;
251 $mypath = $path . "/" . $mypath if ($path ne "");
252 open($inf, "<" . $mypath) and ($done = 1, last);
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/doc/
H A Dtexi2pod.pl245 $mypath = $file;
246 $mypath = $path . "/" . $mypath if ($path ne "");
247 open($inf, "<" . $mypath) and ($done = 1, last);
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/etc/
H A Dtexi2pod.pl245 $mypath = $file;
246 $mypath = $path . "/" . $mypath if ($path ne "");
247 open($inf, "<" . $mypath) and ($done = 1, last);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/contrib/
H A Dtexi2pod.pl249 $mypath = $file;
250 $mypath = $path . "/" . $mypath if ($path ne "");
251 open($inf, "<" . $mypath) and ($done = 1, last);
/dports/lang/gnat_util/gcc-6-20180516/contrib/
H A Dtexi2pod.pl249 $mypath = $file;
250 $mypath = $path . "/" . $mypath if ($path ne "");
251 open($inf, "<" . $mypath) and ($done = 1, last);
/dports/devel/arm-elf-binutils/binutils-2.37/etc/
H A Dtexi2pod.pl245 $mypath = $file;
246 $mypath = $path . "/" . $mypath if ($path ne "");
247 open($inf, "<" . $mypath) and ($done = 1, last);
/dports/lang/gcc11-devel/gcc-11-20211009/contrib/
H A Dtexi2pod.pl251 $mypath = $file;
252 $mypath = $path . "/" . $mypath if ($path ne "");
253 open($inf, "<" . $mypath) and ($done = 1, last);

12345678910>>...19