Home
last modified time | relevance | path

Searched refs:bootDir (Results 1 – 25 of 78) sorted by path

1234

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dexec.c10232 sprintf(fname, "%s%c%s", bootDir, DIR_SEP, spec);
H A Dfile.c738 if ((short_name=IsPrefix(bootDir, file2, &rest))) ++rest;
1390 if ((short_name=IsPrefix(bootDir, new_file_name, &rest))) ++rest;
1651 if ((short_name=IsPrefix(bootDir, new_full_name, &rest))) ++rest;
1653 if ((short_name=IsPrefix(bootDir, gzipped_fname, &rest))) ++rest;
1953 if ((short_name=IsPrefix(bootDir, new_full_name, &rest))) ++rest; in SaveSymInLibrary()
2150 if ((short_name=IsPrefix(bootDir, full_name, &rest))) ++rest; in SaveFile()
2152 if ((short_name=IsPrefix(bootDir, gzipped_fname, &rest))) ++rest; in SaveFile()
4224 if ((short_name=IsPrefix(bootDir, file_name, &rest))) ++rest;
4757 if ((short_name=IsPrefix(bootDir, file_name, &rest))) ++rest;
6370 if (((*pn_short_name)=IsPrefix(bootDir, ps_file, ppsz_rest))) {
[all …]
H A Dimgproc.c2060 if ((*pnShortName=IsPrefix(bootDir, pszPath, ppszRest))) {
4455 if ((short_name=IsPrefix(bootDir, xpm_fname, &rest))) ++rest; in ReduceToPixmapColors()
7169 if ((short_name=IsPrefix(bootDir, szPath, &rest))) ++rest; in RunBggen()
7424 if ((short_name=IsPrefix(bootDir, szPath, &rest))) ++rest; in CircularBggen()
7659 if ((short_name=IsPrefix(bootDir, szPath, &rest))) ++rest; in SimpleRectBggen()
7856 if ((short_name=IsPrefix(bootDir, szPath, &rest))) ++rest; in RegenerateImage()
7986 if ((short_name=IsPrefix(bootDir, szPath, &rest))) ++rest; in CreatePixmapFromSelected()
8302 if ((short_name=IsPrefix(bootDir, szPath, &rest))) ++rest; in CropImage()
H A Dimport.c480 if ((short_name=IsPrefix(bootDir, xbm_fname, &rest))) ++rest;
615 if ((short_name=IsPrefix(bootDir, xpm_fname, &rest))) ++rest;
782 if ((short_name=IsPrefix(bootDir, eps_fname, &rest))) ++rest;
1394 if ((short_name=IsPrefix(bootDir, local_fname, &rest))) ++rest;
1810 if ((short_name=IsPrefix(bootDir, szGifPath, &rest))) ++rest; in ImportGIFFile()
1957 if ((short_name=IsPrefix(bootDir, szPbmPath, &rest))) ++rest; in ImportPBMFile()
2104 if ((short_name=IsPrefix(bootDir, szPgmPath, &rest))) ++rest; in ImportPGMFile()
2533 if ((short_name=IsPrefix(bootDir, szOtherPath, &rest))) ++rest;
3138 if ((short_name=IsPrefix(bootDir, szPath, &rest))) ++rest;
H A Dmainloop.c882 if ((short_name=IsPrefix(bootDir, file_name, &rest))) ++rest;
884 if ((short_name=IsPrefix(bootDir, gzipped_fname, &rest))) ++rest;
H A Dmenu.c2760 if (IsPrefix(bootDir, name, &rest)) { in RedrawTitleWindow()
H A Dmsg.c646 if ((short_name=IsPrefix(bootDir, file_name, &rest))) ++rest; in PrintMsgBuffer()
H A Dnames.c705 strcpy(curDir, bootDir); in InitNames()
706 strcpy(curLocalDir, bootDir); in InitNames()
707 strcpy(curImportDir, bootDir); in InitNames()
1795 "SetDurDir()", bootDir);
1797 strcpy(curDir, bootDir);
1818 "SetDurSymDir()", bootDir);
1820 strcpy(curSymDir, bootDir);
1839 "SetDurImportir()", bootDir);
1841 strcpy(curImportDir, bootDir);
H A Dpage.c1038 sprintf(file_name, "%s%c%s", bootDir, DIR_SEP,
H A Dsetup.c237 char bootDir[MAXPATHLENGTH+2]; variable
1111 if (*bootDir == '\0') { in InitTmpDir()
1112 GetWorkingDirectory(bootDir, sizeof(bootDir)); in InitTmpDir()
1196 *homeDir = *bootDir = *tgifDir = '\0'; in Setup()
H A Dsetup.e128 extern char bootDir[];
H A Dspecial.c221 if ((short_name=IsPrefix(bootDir, file_name, &rest))) ++rest;
487 if ((short_name=IsPrefix(bootDir, file_name, &rest))) ++rest; in Instantiate()
1855 if ((short_name=IsPrefix(bootDir, file_name, &rest))) ++rest;
2154 if ((short_name=IsPrefix(bootDir, fname, &rest))) ++rest; in ImportAttrs()
2450 if ((short_name=IsPrefix(bootDir, full_fname, &rest))) ++rest; in ExportAttrs()
2621 if ((short_name=IsPrefix(bootDir, fname, &rest))) ++rest; in MergeWithTable()
2962 if ((short_name=IsPrefix(bootDir, full_fname, &rest))) ++rest; in ExportToTable()
H A Dstk.c268 if ((short_name=IsPrefix(bootDir, file_name, &rest))) ++rest; in PushIcon()
443 if (IsPrefix(bootDir, fname, &rest)) {
H A Dxbitmap.c3320 if ((short_name=IsPrefix(bootDir, gif_fname, &rest))) ++rest;
4541 if ((short_name=IsPrefix(bootDir, xbm_file_name, &rest))) ++rest;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/System/Logger/custom/
H A DAccessSystemLogger.java66 Path bootDir = Paths.get(testDir.toString(), "boot"); in main() local
70 if (Files.notExists(bootDir)) { in main()
71 Files.createDirectory(bootDir); in main()
73 Path dest = Paths.get(bootDir.toString(), in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/System/Logger/default/
H A DAccessSystemLogger.java71 Path bootDir = Paths.get(testDir.toString(), "boot"); in main() local
75 if (Files.notExists(bootDir)) { in main()
76 Files.createDirectory(bootDir); in main()
78 Path dest = Paths.get(bootDir.toString(), in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/System/LoggerFinder/BaseLoggerFinderTest/
H A DAccessSystemLogger.java66 Path bootDir = Paths.get(testDir.toString(), "boot"); in main() local
70 if (Files.notExists(bootDir)) { in main()
71 Files.createDirectory(bootDir); in main()
73 Path dest = Paths.get(bootDir.toString(), in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/System/LoggerFinder/DefaultLoggerFinderTest/
H A DAccessSystemLogger.java70 Path bootDir = Paths.get(testDir.toString(), "boot"); in main() local
74 if (Files.notExists(bootDir)) { in main()
75 Files.createDirectory(bootDir); in main()
77 Path dest = Paths.get(bootDir.toString(), in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/System/LoggerFinder/internal/BaseDefaultLoggerFinderTest/
H A DAccessSystemLogger.java68 Path bootDir = Paths.get(testDir.toString(), "boot"); in main() local
70 if (Files.notExists(bootDir)) { in main()
71 Files.createDirectory(bootDir); in main()
76 Path dest = Paths.get(bootDir.toString(), in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/System/LoggerFinder/internal/LoggerFinderLoaderTest/
H A DAccessSystemLogger.java68 Path bootDir = Paths.get(testDir.toString(), "boot"); in main() local
70 if (Files.notExists(bootDir)) { in main()
71 Files.createDirectory(bootDir); in main()
76 Path dest = Paths.get(bootDir.toString(), in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/instrument/BootClassPath/
H A DSetup.java52 String bootDir = workDir + fileSeparator + bootClassPath; in main() local
58 File f = new File(bootDir); in main()
90 out.write(bootDir.getBytes(defaultEncoding)); in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/System/Logger/custom/
H A DAccessSystemLogger.java66 Path bootDir = Paths.get(testDir.toString(), "boot"); in main() local
70 if (Files.notExists(bootDir)) { in main()
71 Files.createDirectory(bootDir); in main()
73 Path dest = Paths.get(bootDir.toString(), in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/System/Logger/default/
H A DAccessSystemLogger.java71 Path bootDir = Paths.get(testDir.toString(), "boot"); in main() local
75 if (Files.notExists(bootDir)) { in main()
76 Files.createDirectory(bootDir); in main()
78 Path dest = Paths.get(bootDir.toString(), in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/System/LoggerFinder/BaseLoggerFinderTest/
H A DAccessSystemLogger.java66 Path bootDir = Paths.get(testDir.toString(), "boot"); in main() local
70 if (Files.notExists(bootDir)) { in main()
71 Files.createDirectory(bootDir); in main()
73 Path dest = Paths.get(bootDir.toString(), in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/System/LoggerFinder/DefaultLoggerFinderTest/
H A DAccessSystemLogger.java70 Path bootDir = Paths.get(testDir.toString(), "boot"); in main() local
74 if (Files.notExists(bootDir)) { in main()
75 Files.createDirectory(bootDir); in main()
77 Path dest = Paths.get(bootDir.toString(), in main()

1234