HomeSort by: relevance | last modified time | path
    Searched refs:GETTEXTDATADIR (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msgunfmt-tcl-1 44 GETTEXTDATADIR=${top_srcdir}/src \
  /src/external/gpl2/gettext/dist/gettext-tools/src/
read-tcl.c 54 const char *gettextdatadir; local
70 gettextdatadir = getenv ("GETTEXTDATADIR");
71 if (gettextdatadir == NULL || gettextdatadir[0] == '\0')
72 gettextdatadir = relocate (GETTEXTDATADIR);
74 tclscript = concatenated_pathname (gettextdatadir, "msgunfmt.tcl", NULL);

Completed in 14 milliseconds