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

  /src/external/gpl2/gettext/dist/gettext-tools/examples/po/
Makefile.am 118 MSGID_BUGS_ADDRESS = bug-gnu-gettext@gnu.org
180 if test -n '$(MSGID_BUGS_ADDRESS)'; then \
181 msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \
183 msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \
188 --msgid-bugs-address="$$msgid_bugs_address" \
  /src/external/gpl2/gettext/dist/gettext-tools/src/
xgettext.c 127 static const char *msgid_bugs_address = NULL; variable
490 msgid_bugs_address = optarg;
2777 if (msgid_bugs_address != NULL && msgid_bugs_address[0] == '\0')
2782 the MSGID_BUGS_ADDRESS variable there; otherwise please\n\
2799 msgid_bugs_address != NULL ? msgid_bugs_address : "",

Completed in 23 milliseconds