Searched refs:gettextexedir (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-csharp.c95 const char *gettextexedir; local
142 gettextexedir = getenv ("GETTEXTCSHARPEXEDIR");
143 if (gettextexedir == NULL || gettextexedir[0] == '\0')
144 gettextexedir = relocate (LIBDIR "/gettext");
153 assembly_path = concatenated_filename (gettextexedir, "msgunfmt.net", ".exe");
H A Dread-resources.c94 const char *gettextexedir; local
106 gettextexedir = getenv ("GETTEXTCSHARPEXEDIR");
107 if (gettextexedir == NULL || gettextexedir[0] == '\0')
108 gettextexedir = relocate (LIBDIR "/gettext");
117 assembly_path = concatenated_filename (gettextexedir, "msgunfmt.net", ".exe");
H A Dwrite-resources.c162 const char *gettextexedir; local
172 gettextexedir = getenv ("GETTEXTCSHARPEXEDIR");
173 if (gettextexedir == NULL || gettextexedir[0] == '\0')
174 gettextexedir = relocate (LIBDIR "/gettext");
177 concatenated_filename (gettextexedir, "msgfmt.net", ".exe");

Completed in 106 milliseconds