Home
last modified time | relevance | path

Searched refs:homepath (Results 1 – 25 of 230) sorted by relevance

12345678910

/dports/devel/py-pyinstaller/PyInstaller-3.5/bootloader/src/
H A Dpyi_main.c43 char homepath[PATH_MAX]; in pyi_main() local
69 pyi_path_homepath(homepath, executable); in pyi_main()
93 if (pyi_arch_setup(archive_status, homepath, &executable[strlen(homepath)])) { in pyi_main()
94 if (pyi_arch_setup(archive_status, homepath, &archivefile[strlen(homepath)])) { in pyi_main()
110 extractionpath = homepath; in pyi_main()
132 if (strcmp(homepath, extractionpath) != 0) { in pyi_main()
166 0 ? archive_status->temppath : homepath); in pyi_main()
H A Dpyi_launch.c149 strncpy(archive->homepath, archive_pool[SELF]->homepath, PATH_MAX); in _get_archive()
153 || archive->homepath[PATH_MAX-1] != '\0' in _get_archive()
226 if (checkFile(srcpath, "%s%s%s%s%s", archive_status->homepath, PYI_SEPSTR, dirname, in _extract_dependency()
236 else if (checkFile(srcpath, "%s%s%s%s%s%s%s", archive_status->homepath, PYI_SEPSTR, in _extract_dependency()
249 if ((checkFile(archive_path, "%s%s%s.pkg", archive_status->homepath, PYI_SEPSTR, in _extract_dependency()
251 (checkFile(archive_path, "%s%s%s.exe", archive_status->homepath, PYI_SEPSTR, in _extract_dependency()
253 (checkFile(archive_path, "%s%s%s", archive_status->homepath, PYI_SEPSTR, in _extract_dependency()
/dports/science/lammps/lammps-stable_29Sep2021/lib/scafacos/
H A DInstall.py63 homepath = fullpath(".") variable
64 scafacospath = os.path.join(homepath, "scafacos-%s" % version)
79 geturl(url, "%s/scafacos-%s.tar.gz" % (homepath, version))
83 if not checkmd5sum(checksums[version], '%s/scafacos-%s.tar.gz' % (homepath, version)):
89 tarname = os.path.join(homepath, "%s.tar.gz" % scafacospath)
92 tgz.extractall(path=homepath)
100 … CXX=mpicxx F77=; make -j%d; make install' % (scafacospath, os.path.join(homepath, 'build'), n_cpu)
115 os.symlink(os.path.join(homepath, 'build', 'include'), 'includelink')
116 os.symlink(os.path.join(homepath, 'build', 'lib'), 'liblink')
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/smd/
H A DInstall.py96 homepath = "." variable
119 homepath = fullpath(homepath) variable
136 geturl(url,"%s/%s" % (homepath,tarball))
139 edir = glob.glob("%s/eigen-eigen-*" % homepath)
143 cmd = 'cd "%s"; tar -xzvf %s' % (homepath,tarball)
145 edir = glob.glob("%s/eigen-eigen-*" % homepath)
146 os.rename(edir[0],"%s/%s" % (homepath,homedir))
156 else: linkdir = "%s/%s" % (homepath,homedir)
/dports/science/lammps/lammps-stable_29Sep2021/lib/hdnnp/
H A DInstall.py65 homepath = fullpath('.') variable
66 homedir = "%s/n2p2" % (homepath)
89 if os.path.exists("%s/n2p2-%s" % (homepath, version)):
90 shutil.rmtree("%s/n2p2-%s" % (homepath, version))
93 cmd = 'cd "%s"; tar -xzvf %s' % (homepath, filename)
95 os.remove(os.path.join(homepath, filename))
100 …EVEL MAKEOVERRIDES MFLAGS && cd %s/n2p2-%s/src && make -j%d libnnpif' % (homepath, version, n_cpus)
109 homedir = "%s/n2p2-%s" % (homepath, version)
/dports/devel/icestorm/icestorm-710470f9/icetime/
H A Diceutil.cc143 std::string homepath; in find_chipdb() local
146 homepath += getenv("USERPROFILE"); in find_chipdb()
151 homepath += getenv("HOMEDRIVE"); in find_chipdb()
152 homepath += getenv("HOMEPATH"); in find_chipdb()
156 homepath += getenv("HOME"); in find_chipdb()
158 homepath += std::string(PREFIX + 1) + "/" CHIPDB_SUBDIR "/chipdb-" + config_device + ".txt"; in find_chipdb()
160 fprintf(stderr, "Looking for chipdb '%s' at %s\n", config_device.c_str(), homepath.c_str()); in find_chipdb()
161 if (file_test_open(homepath)) in find_chipdb()
162 return homepath; in find_chipdb()
/dports/science/lammps/lammps-stable_29Sep2021/lib/mdi/
H A DInstall.py128 homepath = "." variable
129 homedir = "%s/MDI_Library" % homepath
132 mditar = "%s/v%s.tar.gz" % (homepath,version)
141 if os.path.exists("%s/v%s" % (homepath,version)):
142 cmd = 'rm -rf "%s/v%s"' % (homepath,version)
144 cmd = 'cd "%s"; tar -xzvf v%s.tar.gz' % (homepath,version)
146 os.remove("%s/v%s.tar.gz" % (homepath,version))
151 os.rename("%s/MDI_Library-%s" % (homepath,version),homedir)
194 os.symlink(os.path.join(homepath, 'build', 'MDI_Library'), 'liblink')
205 shared_files = glob.glob( os.path.join( homepath, "liblink", "lib%s.so*" % lib) )
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/robtk/
H A Dgpg_check.c35 const char * homepath = getenv("HOMEPATH"); variable
37 if (homedrive && homepath && (strlen(homedrive) + strlen(homepath) + strlen(SIGFILE) + 3) < 1024) {
38 sprintf(signature_file1, "%s%s\\%s", homedrive, homepath, SIGFILE);
40 …if (homedrive && homepath && (strlen(homedrive) + strlen(homepath) + strlen(SIGFILE) + 17) < 1024)…
41 sprintf(signature_file3, "%s%s\\x42_license.txt", homedrive, homepath);
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/robtk/
H A Dgpg_check.c35 const char * homepath = getenv("HOMEPATH"); variable
37 if (homedrive && homepath && (strlen(homedrive) + strlen(homepath) + strlen(SIGFILE) + 3) < 1024) {
38 sprintf(signature_file1, "%s%s\\%s", homedrive, homepath, SIGFILE);
40 …if (homedrive && homepath && (strlen(homedrive) + strlen(homepath) + strlen(SIGFILE) + 17) < 1024)…
41 sprintf(signature_file3, "%s%s\\x42_license.txt", homedrive, homepath);
/dports/ftp/ncftp3/ncftp-3.2.6/libncftp/
H A Du_gethome.c22 const char *homedrive, *homepath; in GetHomeDir() local
24 homepath = getenv("USERPROFILE"); /* Windows XP */ in GetHomeDir()
25 if (homepath != NULL) { in GetHomeDir()
26 (void) Strncpy(dst, homepath, size); in GetHomeDir()
31 homepath = getenv("HOMEPATH"); in GetHomeDir()
32 if ((homedrive != NULL) && (homepath != NULL)) { in GetHomeDir()
34 (void) Strncat(dst, homepath, size); in GetHomeDir()
/dports/science/lammps/lammps-stable_29Sep2021/lib/machdyn/
H A DInstall.py61 homepath = fullpath(".") variable
62 eigenpath = os.path.join(homepath, "eigen3")
79 eigentar = os.path.join(homepath, tarball)
91 edir = glob.glob(os.path.join(homepath, "eigen-*"))
100 tgz.extractall(path=homepath)
104 edir = os.path.join(homepath, "eigen-%s" % version)
/dports/science/lammps/lammps-stable_29Sep2021/lib/plumed/
H A DInstall.py83 homepath = fullpath('.') variable
84 homedir = "%s/plumed2" % (homepath)
107 if os.path.exists("%s/plumed-%s" % (homepath, version)):
108 shutil.rmtree("%s/plumed-%s" % (homepath, version))
111 cmd = 'cd "%s"; tar -xzvf %s' % (homepath, filename)
113 os.remove(os.path.join(homepath, filename))
118 …enable-modules=all --enable-static-patch ; make -j%d ; make install' % (homepath, version, homedir…
/dports/science/lammps/lammps-stable_29Sep2021/lib/mscg/
H A DInstall.py74 homepath = fullpath('.') variable
75 homedir = os.path.join(homepath, tardir)
86 tarname = os.path.join(homepath, tarname)
91 if os.path.exists(os.path.join(homepath, tardir)):
92 shutil.rmtree(os.path.join(homepath, tardir))
96 tgz.extractall(path=homepath)
104 os.rename(os.path.join(homepath, tardir), homedir)
/dports/games/excido/excido-0.1.5c/src/
H A Dmain.cpp34 string homepath=getenv("USERPROFILE"); in main() local
36 string homepath=getenv("HOME"); in main() local
38 string configpath=homepath+"/.excido"; in main()
42 if(!PHYSFS_addToSearchPath(homepath.c_str(),0)) in main()
45 if(!PHYSFS_setWriteDir(homepath.c_str())) in main()
49 printf("Creating .excido directory in %s\n",homepath.c_str()); in main()
52 …if(!PHYSFS_removeFromSearchPath(homepath.c_str())) printf("main: PHYFS_removeFromSearchPath failed… in main()
/dports/mail/evolution/evolution-3.42.1/win32/patches/
H A Ddbus.patch168 + const char *homepath;
177 + homepath = _dbus_getenv("HOMEPATH");
178 + if (homepath != NULL && *homepath != '\0')
180 + _dbus_string_append(homedir,homepath);
191 - const char *homepath;
211 - homepath = _dbus_getenv("HOMEPATH");
212 - if (homepath != NULL && *homepath != '\0')
214 - _dbus_string_append(&homedir,homepath);
/dports/science/lammps/lammps-stable_29Sep2021/lib/voronoi/
H A DInstall.py66 homepath = fullpath(".") variable
67 homedir = os.path.join(homepath, version)
78 vorotar = os.path.join(homepath, version) + '.tar.gz'
87 srcpath = os.path.join(homepath, version)
92 tgz.extractall(path=homepath)
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/
H A Dconfig.cpp60 static char homepath[1000]; in gethomepath() local
63 if(!Win32_GetDocPath(homepath)) { in gethomepath()
66 return(homepath) ; in gethomepath()
77 sprintf(homepath, "%s/data", bshomedir); in gethomepath()
78 return(homepath); in gethomepath()
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/
H A Dconfig.cpp60 static char homepath[1000]; in gethomepath() local
63 if(!Win32_GetDocPath(homepath)) { in gethomepath()
66 return(homepath) ; in gethomepath()
77 sprintf(homepath, "%s/data", bshomedir); in gethomepath()
78 return(homepath); in gethomepath()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dsyscmd.c127 char *homepath = NULL; in r_syscmd_ls() local
177 homepath = r_str_home (path + 2); in r_syscmd_ls()
178 if (homepath) { in r_syscmd_ls()
179 path = (const char *)homepath; in r_syscmd_ls()
183 homepath = r_str_home ((strlen (path) > 5)? path + 6: NULL); in r_syscmd_ls()
184 if (homepath) { in r_syscmd_ls()
185 path = (const char *)homepath; in r_syscmd_ls()
195 free (homepath); in r_syscmd_ls()
210 free (homepath); in r_syscmd_ls()
248 free (homepath); in r_syscmd_ls()
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_misc/
H A Dfilesystools.cpp209 char *homepath = NULL; in getHomePath() local
212 homepath = getenv("USERPROFILE"); in getHomePath()
214 homepath = getenv("HOME"); in getHomePath()
217 if (homepath != NULL) in getHomePath()
219 homepath_str = homepath; in getHomePath()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dcommon.cpp159 char *homepath = Bgethomedir(); in SW_AddSearchPaths() local
161 Bsnprintf(buf, sizeof(buf), "%s/.steam/steam", homepath); in SW_AddSearchPaths()
164 Bsnprintf(buf, sizeof(buf), "%s/.steam/steam/steamapps/libraryfolders.vdf", homepath); in SW_AddSearchPaths()
168 Bsnprintf(buf, sizeof(buf), "%s/GOG Games/Shadow Warrior Classic Redux", homepath); in SW_AddSearchPaths()
170 …Paths_ParseXDGDesktopFilesFromGOG(homepath, "Shadow_Warrior_Classic_Redux", SW_Add_GOG_SWCR_Linux); in SW_AddSearchPaths()
173 Bsnprintf(buf, sizeof(buf), "%s/GOG Games/Shadow Warrior Classic Complete", homepath); in SW_AddSearchPaths()
175 …Paths_ParseXDGDesktopFilesFromGOG(homepath, "Shadow_Warrior_Classic_Complete", SW_Add_GOG_SWCC_Lin… in SW_AddSearchPaths()
177 Xfree(homepath); in SW_AddSearchPaths()
/dports/textproc/refdb/refdb-0.9.9-1/src/
H A Dstrfncs.c885 char *homepath; in canonicalize_path() local
893 if ((homepath = malloc(PATH_MAX)) == NULL) { in canonicalize_path()
901 free(homepath); in canonicalize_path()
909 free(homepath); in canonicalize_path()
915 strcpy(homepath, the_path); in canonicalize_path()
916 replace_char_string(strchr(homepath, (int)'~'), myhome, 1); in canonicalize_path()
919 strcpy(homepath, the_path); in canonicalize_path()
922 resolved_path = realpath(homepath, temp); in canonicalize_path()
927 strcpy(temp, homepath); in canonicalize_path()
930 free(homepath); in canonicalize_path()
[all …]
/dports/textproc/link-grammar/link-grammar-5.8.0/link-parser/
H A Dparser-utilities.c58 const char *homepath = getenv("HOMEPATH"); in expand_homedir() local
59 if ((homepath == NULL) || (homepath[0] == '\0')) return strdup(filename); in expand_homedir()
63 home = malloc(strlen(homepath) + strlen(homedrive) + 1); in expand_homedir()
65 strcat(home, homepath); in expand_homedir()
/dports/games/crrcsim/crrcsim-0.9.13/src/
H A Dconfig.cpp300 char* homepath = getenv("HOME"); in provideConfigAndPath() local
301 if (homepath != (char*)0) in provideConfigAndPath()
303 ConfigFilePath = homepath; in provideConfigAndPath()
320 char* homepath = getenv("HOME"); in provideConfigAndPath()
321 if (homepath != (char*)0) in provideConfigAndPath()
323 ConfigFilePath = homepath; in provideConfigAndPath()
340 char* homepath = getenv("USERPROFILE"); in provideConfigAndPath()
341 if (homepath != (char*)0) in provideConfigAndPath()
343 ConfigFilePath = homepath; in provideConfigAndPath()
/dports/games/openjk/OpenJK-07675e2/shared/sys/
H A Dsys_main.cpp354 char *homepath = Cvar_VariableString( "fs_homepath" ); in Sys_LoadMachOBundle() local
361 char *fn = FS_BuildOSPath( homepath, gamedir, dllName ); in Sys_LoadMachOBundle()
503 char *homepath = Cvar_VariableString( "fs_homepath" ); in Sys_LoadLegacyGameDll() local
511 homepath, in Sys_LoadLegacyGameDll()
561 char *homepath = Cvar_VariableString( "fs_homepath" ); in Sys_LoadSPGameDll() local
569 homepath, in Sys_LoadSPGameDll()
634 char *homepath = Cvar_VariableString( "fs_homepath" ); in Sys_LoadGameDll() local
642 homepath, in Sys_LoadGameDll()

12345678910