Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dread-resources.c97 const char *gettextlibdir; in read_resources_file() local
114 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()
H A Dread-csharp.c98 const char *gettextlibdir; in msgdomain_read_csharp() local
150 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()
H A Dmsginit.c808 const char *gettextlibdir; in project_id() local
819 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() local
886 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()
H A Dwrite-csharp.c597 const char *gettextlibdir; in msgdomain_write_csharp() local
736 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()