Home
last modified time | relevance | path

Searched refs:CurrentDir (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/dports/devel/asl/asl-current/
H A Dbpemu.c35 static String CurrentDir; in FExpand() local
69 getcurdir(DrvNum, CurrentDir); in FExpand()
99 if (CurrentDir[1] == ':') in FExpand()
100 strmov(CurrentDir, CurrentDir + 2); in FExpand()
104 0[CurrentDir] = '\0'; in FExpand()
105 for (p = CurrentDir; *p; p++) in FExpand()
109 0[CurrentDir] = '\0'; in FExpand()
112 if ((*CurrentDir) && (CurrentDir[strlen(CurrentDir) - 1] != PATHSEP)) in FExpand()
114 if (*CurrentDir!=PATHSEP) in FExpand()
144 CurrentDir[strlen(CurrentDir) - 1] = '\0'; in FExpand()
[all …]
/dports/net/gopher/gopher/gopher/
H A Dgopher.c852 GDgetEntry(CurrentDir, GDgetCurrentItem(CurrentDir)-1), in Gripe()
900 GStoLink(GDgetEntry(CurrentDir, GDgetCurrentItem(CurrentDir)-1), in Gripe()
1359 if (CurrentDir != NULL && CurrentDir != RCgetBookmarkDir(GlobalRC))
1396 if (CurrentDir == NULL || GDgetNumitems(CurrentDir) <= 0) {
2001 if (CurrentDir == NULL || GDgetNumitems(CurrentDir) <= 0) {
2022 if (CurrentDir == NULL || GDgetNumitems(CurrentDir) <= 0) {
2097 if (popgopher(&CurrentDir)==0 && tempGdir != CurrentDir) {
2125 Gripe(GDgetEntry(CurrentDir,GDgetCurrentItem(CurrentDir)-1));
2500 tempgd=GDdeleteGS(CurrentDir,(GDgetCurrentItem(CurrentDir)-1));
2508 if (popgopher(&CurrentDir)==0 && tempgd != CurrentDir)
[all …]
/dports/multimedia/openh264/openh264-2.1.1/test/encoder_binary_comparison/Scripts/
H A Drun_SafeDelete.sh65 local CurrentDir=`pwd`
72 cd ${CurrentDir}
80 cd ${CurrentDir}
84 FullPath=${CurrentDir}
106 local CurrentDir=`pwd`
113 cd ${CurrentDir}
120 cd ${CurrentDir}
124 FullPath="${CurrentDir}/${PathInfo}"
127 cd ${CurrentDir}
H A Drun_BinarySHA1Comparison.sh86 CurrentDir=`pwd`
88 FinalResultPath="${CurrentDir}/result"
89 IssueDataPath="${CurrentDir}/issue"
91 TestSequencePath="${CurrentDir}"
332 TestFolder=`echo $CurrentDir | awk 'BEGIN {FS="/"} { i=NF; print $i}'`
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/test/encoder_binary_comparison/Scripts/
H A Drun_SafeDelete.sh65 local CurrentDir=`pwd`
72 cd ${CurrentDir}
80 cd ${CurrentDir}
84 FullPath=${CurrentDir}
106 local CurrentDir=`pwd`
113 cd ${CurrentDir}
120 cd ${CurrentDir}
124 FullPath="${CurrentDir}/${PathInfo}"
127 cd ${CurrentDir}
H A Drun_BinarySHA1Comparison.sh86 CurrentDir=`pwd`
88 FinalResultPath="${CurrentDir}/result"
89 IssueDataPath="${CurrentDir}/issue"
91 TestSequencePath="${CurrentDir}"
332 TestFolder=`echo $CurrentDir | awk 'BEGIN {FS="/"} { i=NF; print $i}'`
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/test/encoder_binary_comparison/Scripts/
H A Drun_SafeDelete.sh65 local CurrentDir=`pwd`
72 cd ${CurrentDir}
80 cd ${CurrentDir}
84 FullPath=${CurrentDir}
106 local CurrentDir=`pwd`
113 cd ${CurrentDir}
120 cd ${CurrentDir}
124 FullPath="${CurrentDir}/${PathInfo}"
127 cd ${CurrentDir}
H A Drun_BinarySHA1Comparison.sh86 CurrentDir=`pwd`
88 FinalResultPath="${CurrentDir}/result"
89 IssueDataPath="${CurrentDir}/issue"
91 TestSequencePath="${CurrentDir}"
332 TestFolder=`echo $CurrentDir | awk 'BEGIN {FS="/"} { i=NF; print $i}'`
/dports/print/bibview/bibview-2.2/
H A DFileNom.c385 (void) getwd(CurrentDir(new));
393 if (CurrentDir(new)[strlen(CurrentDir(new)) - 1] != '/')
395 strcat(CurrentDir(new), "/");
405 if (CurrentDir(new)[strlen(CurrentDir(new)) - 1] != '/')
407 strcat(CurrentDir(new), "/");
637 p = CurrentDir(fnw);
745 if (strlen(CurrentDir(fnw)) > 1)
882 strcpy(buf, CurrentDir(fnw));
1066 return CurrentDir(fnw);
1142 strcpy(CurrentDir(fnw), dir);
[all …]
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/tools/
H A Dtinderbox_build96 my $CurrentDir = getcwd();
97 if ( $CurrentDir ne $StartDir ) {
98 print "startdir: $StartDir, curdir $CurrentDir\n";
106 print LOG "current dir is -- $host:$CurrentDir\n";
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/tools/
H A Dtinderbox_build96 my $CurrentDir = getcwd();
97 if ( $CurrentDir ne $StartDir ) {
98 print "startdir: $StartDir, curdir $CurrentDir\n";
106 print LOG "current dir is -- $host:$CurrentDir\n";
/dports/net-mgmt/nagios/nagios-3.5.1/tools/
H A Dtinderbox_build98 my $CurrentDir = getcwd();
99 if ( $CurrentDir ne $StartDir ) {
100 print "startdir: $StartDir, curdir $CurrentDir\n";
108 print LOG "current dir is -- $host:$CurrentDir\n";
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/pdb/ereader/
H A Dreader202.py14 from calibre import CurrentDir
107 with CurrentDir(output_dir):
115 with CurrentDir(os.path.join(output_dir, 'images/')):
130 with CurrentDir(output_dir):
165 with CurrentDir(output_dir):
/dports/graphics/xtexcad/xtexcad-2.4.1/
H A DFileNom.c413 *(CurrentDir(new)) = '\0';
424 if (!(*(CurrentDir(new))))
426 if (!getwd(CurrentDir(new)))
430 strcpy(CurrentDir(new), dir);
434 strcpy(CurrentDir(new), "/");
439 if (CurrentDir(new)[strlen(CurrentDir(new)) - 1] != '/')
441 strcat(CurrentDir(new), "/");
860 p = CurrentDir(fnw);
1011 if (strlen(CurrentDir(fnw)) > 1)
1408 return CurrentDir(fnw);
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/rtl/amicommon/
H A Dsysdir.inc62 { 2) CurrentDir the lock }
73 tmpLock:=CurrentDir(tmpLock);
97 LockDir := CurrentDir(0);
99 CurrentDir(LockDir);
/dports/lang/fpc-source/fpc-3.2.2/rtl/amicommon/
H A Dsysdir.inc62 { 2) CurrentDir the lock }
73 tmpLock:=CurrentDir(tmpLock);
97 LockDir := CurrentDir(0);
99 CurrentDir(LockDir);
/dports/lang/fpc/fpc-3.2.2/rtl/amicommon/
H A Dsysdir.inc62 { 2) CurrentDir the lock }
73 tmpLock:=CurrentDir(tmpLock);
97 LockDir := CurrentDir(0);
99 CurrentDir(LockDir);
/dports/lang/fpc-utils/fpc-3.2.2/rtl/amicommon/
H A Dsysdir.inc62 { 2) CurrentDir the lock }
73 tmpLock:=CurrentDir(tmpLock);
97 LockDir := CurrentDir(0);
99 CurrentDir(LockDir);
/dports/x11-toolkits/mowitz/Mowitz-0.2.1/examples/
H A DTreeFSel.c422 strcpy(w->fsel.CurrentDir,DirectoryPath(&directory)); in NewDir()
424 XtVaSetValues(w->fsel.showdir,XtNlabel,w->fsel.CurrentDir,NULL); in NewDir()
446 strcpy(w->fsel.CurrentDir,"/"); in InitTree()
462 strcat(w->fsel.CurrentDir,path); in InitTree()
463 strcat(w->fsel.CurrentDir,"/"); in InitTree()
464 NewDir(w,w->fsel.CurrentDir,item); in InitTree()
471 strcpy(w->fsel.CurrentDir,DirectoryPath(&directory)); in InitTree()
473 XtVaSetValues(w->fsel.showdir,XtNlabel,w->fsel.CurrentDir,NULL); in InitTree()
506 strcpy(w->fsel.CurrentDir,DirectoryPath(&directory)); in GetFiles()
508 XtVaSetValues(w->fsel.showdir,XtNlabel,w->fsel.CurrentDir,NULL); in GetFiles()
[all …]
/dports/japanese/ng/ng-1.4.4/sys/amiga/
H A Dsysinit.c72 extern BPTR DupLock(), CurrentDir();
93 (void) CurrentDir(MyDirLock = DupLock(StartLock)); in sysinit()
148 UnLock(CurrentDir(StartLock)); /* restore startup directory */ in syscleanup()
/dports/japanese/ng-canna/ng-1.4.4/sys/amiga/
H A Dsysinit.c72 extern BPTR DupLock(), CurrentDir();
93 (void) CurrentDir(MyDirLock = DupLock(StartLock)); in sysinit()
148 UnLock(CurrentDir(StartLock)); /* restore startup directory */ in syscleanup()
/dports/japanese/ng-devel/ng-1.5beta1/sys/amiga/
H A Dsysinit.c81 extern BPTR DupLock(), CurrentDir();
102 (void) CurrentDir(MyDirLock = DupLock(StartLock)); in sysinit()
157 UnLock(CurrentDir(StartLock)); /* restore startup directory */ in syscleanup()
/dports/security/vuls/vuls-0.13.7/report/
H A Dlocalfile.go18 CurrentDir string member
23 path := filepath.Join(w.CurrentDir, "summary.txt")
33 path := filepath.Join(w.CurrentDir, r.ReportFileName())
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/amiga/
H A Damidos.c220 dirLock2= CurrentDir(dirLock2);
233 UnLock(CurrentDir(dirLock2));
452 UnLock(CurrentDir(OrgDirLock));
464 OrgDirLock = CurrentDir(newDir);
466 UnLock(CurrentDir(newDir));
/dports/games/nethack33/nethack-3.3.1/sys/amiga/
H A Damidos.c208 dirLock2= CurrentDir(dirLock2);
221 UnLock(CurrentDir(dirLock2));
433 UnLock(CurrentDir(OrgDirLock));
445 OrgDirLock = CurrentDir(newDir);
447 UnLock(CurrentDir(newDir));

12345678910>>...15