Searched refs:gettextlibdir (Results 1 – 4 of 4) sorted by relevance
97 const char *gettextlibdir; in read_resources_file() local114 gettextlibdir = getenv ("GETTEXTCSHARPLIBDIR"); in read_resources_file()115 if (gettextlibdir == NULL || gettextlibdir[0] == '\0') in read_resources_file()116 gettextlibdir = relocate (LIBDIR); in read_resources_file()120 libdirs[0] = gettextlibdir; in read_resources_file()
98 const char *gettextlibdir; in msgdomain_read_csharp() local150 gettextlibdir = getenv ("GETTEXTCSHARPLIBDIR"); in msgdomain_read_csharp()151 if (gettextlibdir == NULL || gettextlibdir[0] == '\0') in msgdomain_read_csharp()152 gettextlibdir = relocate (LIBDIR); in msgdomain_read_csharp()156 libdirs[0] = gettextlibdir; in msgdomain_read_csharp()
808 const char *gettextlibdir; in project_id() local819 gettextlibdir = getenv ("GETTEXTLIBDIR"); in project_id()820 if (gettextlibdir == NULL || gettextlibdir[0] == '\0') in project_id()821 gettextlibdir = relocate (LIBDIR "/gettext"); in project_id()823 prog = concatenated_pathname (gettextlibdir, "project-id", NULL); in project_id()875 const char *gettextlibdir; in project_id_version() local886 gettextlibdir = getenv ("GETTEXTLIBDIR"); in project_id_version()887 if (gettextlibdir == NULL || gettextlibdir[0] == '\0') in project_id_version()888 gettextlibdir = relocate (LIBDIR "/gettext"); in project_id_version()890 prog = concatenated_pathname (gettextlibdir, "project-id", NULL); in project_id_version()
597 const char *gettextlibdir; in msgdomain_write_csharp() local736 gettextlibdir = getenv ("GETTEXTCSHARPLIBDIR"); in msgdomain_write_csharp()737 if (gettextlibdir == NULL || gettextlibdir[0] == '\0') in msgdomain_write_csharp()738 gettextlibdir = relocate (LIBDIR); in msgdomain_write_csharp()742 libdirs[0] = gettextlibdir; in msgdomain_write_csharp()