Lines Matching refs:gettextlibdir
925 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()
1436 const char *gettextlibdir; in plural_forms() local
1447 gettextlibdir = getenv ("GETTEXTLIBDIR_BUILDDIR"); in plural_forms()
1448 if (gettextlibdir == NULL || gettextlibdir[0] == '\0') in plural_forms()
1449 gettextlibdir = relocate (LIBDIR "/gettext"); in plural_forms()
1451 prog = xconcatenated_filename (gettextlibdir, "cldr-plurals", EXEEXT); in plural_forms()