Home
last modified time | relevance | path

Searched refs:gettextlibdir (Results 1 – 4 of 4) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dread-resources.c96 const char *gettextlibdir; in read_resources_file() local
113 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()
Dread-csharp.c97 const char *gettextlibdir; in msgdomain_read_csharp() local
149 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()
Dmsginit.c925 const char *gettextlibdir; in project_id() local
936 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() local
1018 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 …]
Dwrite-csharp.c635 const char *gettextlibdir; in msgdomain_write_csharp() local
759 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()