Home
last modified time | relevance | path

Searched refs:path_home (Results 1 – 25 of 57) sorted by relevance

123

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dspeak.cpp374 if(GetFileLength(path_home) == -2) in init_path()
378 strcpy(path_home,argv0); in init_path()
382 if(GetFileLength(path_home) == -2) in init_path()
396 strcpy(path_home,PATH_ESPEAK_DATA); in init_path()
401 snprintf(path_home,sizeof(path_home),"%s/espeak-data",env); in init_path()
402 if(GetFileLength(path_home) == -2) in init_path()
406 snprintf(path_home,sizeof(path_home),"%s/espeak-data",getenv("HOME")); in init_path()
407 if(access(path_home,R_OK) != 0) in init_path()
409 strcpy(path_home,PATH_ESPEAK_DATA); in init_path()
790 strcpy(path_dsource,path_home);
[all …]
H A Dspeak_lib.cpp333 unsigned char buf[sizeof(path_home)-13]; in init_path()
343 sprintf(path_home,"%s/espeak-data",env); in init_path()
344 if(GetFileLength(path_home) == -2) in init_path()
354 sprintf(path_home,"%s\\espeak-data",buf); in init_path()
361 snprintf(path_home,sizeof(path_home),"%s/espeak-data",path); in init_path()
368 snprintf(path_home,sizeof(path_home),"%s/espeak-data",env); in init_path()
369 if(GetFileLength(path_home) == -2) in init_path()
373 snprintf(path_home,sizeof(path_home),"%s/espeak-data",getenv("HOME")); in init_path()
374 if(access(path_home,R_OK) != 0) in init_path()
376 strcpy(path_home,PATH_ESPEAK_DATA); in init_path()
[all …]
H A Dvoices.cpp316 char fname_buf[sizeof(path_home)+15]; in ReadVoiceFile()
322 sprintf(fname_buf,"%s/mbrola/%s",path_home,vname); in ReadVoiceFile()
592 char buf[sizeof(path_home)+30]; in LoadVoice()
593 char path_voices[sizeof(path_home)+12]; in LoadVoice()
1394 char buf[sizeof(path_home)+80]; in SetVoiceScores()
1416 sprintf(buf, "%s/voices/%s", path_home, language); in SetVoiceScores()
1676 char fname[sizeof(path_home)+100]; in GetVoices()
1685 char directory2[sizeof(path_home)+100]; in GetVoices()
1919 char path_voices[sizeof(path_home)+12]; in espeak_ListVoices()
1925 sprintf(path_voices,"%s%cvoices",path_home,PATHSEP); in espeak_ListVoices()
[all …]
H A Dspeech.h84 extern char path_home[N_PATH_HOME]; // this is the espeak-data directory
/dports/sysutils/R-cran-fs/fs/man/
H A Dpath_expand.Rd6 \alias{path_home}
14 path_home(...)
27 \item \code{path_home()} constructs a path within the expanded users home directory,
62 # You can use `path_home()` without arguments to see what is being used as
64 path_home()
65 path_home("R")
H A Dpath.Rd29 \code{\link[=path_home]{path_home()}}, \code{\link[=path_package]{path_package()}} for functions to…
/dports/devel/R-cran-usethis/usethis/R/
H A Dedit.R211 user = path_home(".gitconfig"),
225 path <- path("~", path_rel(file, path_home()))
240 path <- path_home(".gitignore")
245 alt_path <- path_home(".gitignore_global")
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dspeech.cpp81 char path_home[N_PATH_HOME]; // this is the espeak-ng-data directory
234 snprintf(path_home, sizeof(path_home), "%s/espeak-ng-data", path);
235 if (GetFileLength(path_home) == -EISDIR)
241 snprintf(path_home, sizeof(path_home), "%s", path);
242 return GetFileLength(path_home) == -EISDIR;
304 unsigned char buf[sizeof(path_home)-13];
327 strcpy(path_home, PATH_ESPEAK_DATA);
916 *ptr = path_home;
H A Dcompilembrola.cpp80 char buf[sizeof(path_home)+30]; in espeak_ng_CompileMbrolaVoice()
123 sprintf(buf, "%s/mbrola_ph/%s_phtrans", path_home, mbrola_voice); in espeak_ng_CompileMbrolaVoice()
H A Dvoices.cpp511 char buf[sizeof(path_home)+30]; in LoadVoice()
512 char path_voices[sizeof(path_home)+12]; in LoadVoice()
538 sprintf(path_voices, "%s%cvoices%c", path_home, PATHSEP, PATHSEP); in LoadVoice()
542 sprintf(path_voices, "%s%clang%c", path_home, PATHSEP, PATHSEP); in LoadVoice()
1169 char buf[sizeof(path_home)+80]; in SetVoiceScores()
1187 sprintf(buf, "%s/voices/%s", path_home, language); in SetVoiceScores()
1409 char fname[sizeof(path_home)+100]; in GetVoices()
1572 char path_voices[sizeof(path_home)+12]; in espeak_ListVoices()
1582 sprintf(path_voices, "%s%cvoices", path_home, PATHSEP); in espeak_ListVoices()
1585 sprintf(path_voices, "%s%clang", path_home, PATHSEP); in espeak_ListVoices()
H A Dcompiledata.cpp336 char buf[sizeof(path_home)+40];
1019 char filename[sizeof(path_home)+20];
1213 char command[sizeof(path_home)+250];
1452 char buf[sizeof(path_home)+150];
2436 char buf[sizeof(path_home)+120];
2522 char fname[sizeof(path_home)+40];
2528 sprintf(phsrc, "%s/../phsource", path_home);
2534 sprintf(phdst, "%s", path_home);
2733 char buf[sizeof(path_home)+150];
2740 sprintf(buf, "%s/../phsource/intonation", path_home);
[all …]
H A Dspeech.h66 extern char path_home[N_PATH_HOME]; // this is the espeak-ng-data directory
H A Dsynthdata.cpp74 char buf[sizeof(path_home)+40]; in ReadPhFile()
76 sprintf(buf, "%s%c%s", path_home, PATHSEP, fname); in ReadPhFile()
131 return create_version_mismatch_error_context(context, path_home, version, version_phdata); in LoadPhData()
400 char buf[sizeof(path_home)+10]; in LoadConfig()
411 sprintf(buf, "%s%c%s", path_home, PATHSEP, "config"); in LoadConfig()
H A Dcompiledict.cpp701 char fname[sizeof(path_home)+45]; in compile_dictlist_file()
1526 char fname_in[sizeof(path_home)+45]; in espeak_ng_CompileDictionary()
1527 char fname_out[sizeof(path_home)+15]; in espeak_ng_CompileDictionary()
1528 char fname_temp[sizeof(path_home)+15]; in espeak_ng_CompileDictionary()
1529 char path[sizeof(path_home)+40]; // path_dsource+20 in espeak_ng_CompileDictionary()
1553 sprintf(fname_out, "%s%c%s_dict", path_home, PATHSEP, dict_name); in espeak_ng_CompileDictionary()
1559 sprintf(fname_temp, "%s%ctemp", path_home, PATHSEP); in espeak_ng_CompileDictionary()
/dports/deskutils/recoll/recoll-1.31.2/qtgui/
H A Drtitool.cpp65 string autostartfile = path_cat(path_home(), rautostartfile); in init()
81 string autostartfile = path_cat(path_home(), rautostartfile); in accept()
110 string dir = path_cat(path_home(), ".config"); in accept()
/dports/games/gtkatlantic/gtkatlantic-0.6.3/src/
H A Dgame.c75 global->path_home = path; in create_home_directory()
77 path = g_strconcat(global->path_home, "/themes", NULL); in create_home_directory()
105 if (global->path_home) { in read_config_files()
106 filename = g_strconcat(global->path_home, "/gtkatlantic.conf", NULL); in read_config_files()
683 if (!global->path_home) { in game_write_cookie()
687 filename = g_strconcat(global->path_home, "/cookie", NULL); in game_write_cookie()
709 if (!global->path_home) { in game_delete_cookie()
713 gchar *filename = g_strconcat(global->path_home, "/cookie", NULL); in game_delete_cookie()
723 if (!global->path_home) { in game_cookie_available()
727 gchar *filename = g_strconcat(global->path_home, "/cookie", NULL); in game_cookie_available()
/dports/deskutils/recoll/recoll-1.31.2/utils/
H A Drclutil.cpp215 dir = path_cat(path_home(), "AppData/Local/"); in path_homedata()
220 return path_home(); in path_homedata()
602 xdgcache = path_cat(path_home(), ".cache"); in xdgcachedir()
616 thumbnailsd = path_cat(path_home(), ".thumbnails"); in thumbnailsdir()
656 path = path_cat(path_home(), thmbdirnormal); in thumbPathForUrl()
/dports/devel/R-cran-usethis/usethis/tests/testthat/
H A Dtest-create.R143 expect_usethis_error(create_package(path_home()), "create anyway")
144 expect_usethis_error(create_project(path_home()), "create anyway")
/dports/audio/espeak/espeak-1.48.04-source/platforms/windows/windows_cmd/src/
H A Dspeech.h66 extern char path_home[N_PATH_HOME]; // this is the espeak-data directory
/dports/audio/espeak/espeak-1.48.04-source/platforms/windows/windows_sapi/src/
H A Dspeech.h70 extern char path_home[N_PATH_HOME]; // this is the espeak-data directory
/dports/audio/espeak/espeak-1.48.04-source/platforms/windows/windows_dll/src/
H A Dspeech.h68 extern char path_home[N_PATH_HOME]; // this is the espeak-data directory
/dports/audio/espeak/espeak-1.48.04-source/platforms/windows/espeakedit/src_copy/
H A Dspeech.h65 extern char path_home[N_PATH_HOME]; // this is the espeak-data directory
/dports/audio/espeak/espeak-1.48.04-source/platforms/windows/espeakedit/src/
H A Dspeech.h65 extern char path_home[N_PATH_HOME]; // this is the espeak-data directory
/dports/audio/espeak/espeak-1.48.04-source/platforms/riscos/c/
H A Dspeak_riscos74 char path_home[N_PATH_HOME] = "";
184 char directory2[sizeof(path_home)+100];
240 char directory[sizeof(path_home)+20];
245 sprintf(directory,"%s.voices.default", path_home);
251 sprintf(directory,"%s.voices",path_home);
429 sprintf(path_home,"%s.espeak-data",buf);
430 if(GetFileLength(path_home) != -2)
433 sprintf(path_home,"%s.espeak-dat",buf);
435 if(GetFileLength(path_home) != -2)
438 sprintf(errblk.errmess,"Speak: Can't find data directory: '%s'\n",path_home);
[all …]
/dports/audio/espeak/espeak-1.48.04-source/platforms/dos/
H A DSPEECH.H89 extern char path_home[N_PATH_HOME]; // this is the espeak-data directory

123