Searched refs:gettextlibdir (Results 1 – 4 of 4) sorted by relevance
96 const char *gettextlibdir; in read_resources_file() local113 gettextlibdir = getenv ("GETTEXTCSHARPLIBDIR"); in read_resources_file()114 if (gettextlibdir == NULL || gettextlibdir[0] == '\0') in read_resources_file()115 gettextlibdir = relocate (LIBDIR); in read_resources_file()120 libdirs[0] = gettextlibdir; in read_resources_file()
97 const char *gettextlibdir; in msgdomain_read_csharp() local149 gettextlibdir = getenv ("GETTEXTCSHARPLIBDIR"); in msgdomain_read_csharp()150 if (gettextlibdir == NULL || gettextlibdir[0] == '\0') in msgdomain_read_csharp()151 gettextlibdir = relocate (LIBDIR); in msgdomain_read_csharp()156 libdirs[0] = gettextlibdir; in msgdomain_read_csharp()
925 const char *gettextlibdir; in project_id() local936 gettextlibdir = getenv ("GETTEXTLIBDIR_SRCDIR"); in project_id()937 if (gettextlibdir == NULL || gettextlibdir[0] == '\0') in project_id()938 gettextlibdir = relocate (LIBDIR "/gettext"); in project_id()940 prog = xconcatenated_filename (gettextlibdir, "project-id", NULL); in project_id()1007 const char *gettextlibdir; in project_id_version() local1018 gettextlibdir = getenv ("GETTEXTLIBDIR_SRCDIR"); in project_id_version()1019 if (gettextlibdir == NULL || gettextlibdir[0] == '\0') in project_id_version()1020 gettextlibdir = relocate (LIBDIR "/gettext"); in project_id_version()1022 prog = xconcatenated_filename (gettextlibdir, "project-id", NULL); in project_id_version()[all …]
635 const char *gettextlibdir; in msgdomain_write_csharp() local759 gettextlibdir = getenv ("GETTEXTCSHARPLIBDIR"); in msgdomain_write_csharp()760 if (gettextlibdir == NULL || gettextlibdir[0] == '\0') in msgdomain_write_csharp()761 gettextlibdir = relocate (LIBDIR); in msgdomain_write_csharp()765 libdirs[0] = gettextlibdir; in msgdomain_write_csharp()