Home
last modified time | relevance | path

Searched defs:Msgid (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/ntp/sntp/libopts/
HDgettext.h32 # define gettext(Msgid) \ argument
67 # define gettext(Msgid) ((const char *) (Msgid)) argument
69 # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid)) argument
71 # define dcgettext(Domainname, Msgid, Category) \ argument
118 # define pgettext(Msgctxt, Msgid) \ argument
121 # define pgettext(Msgctxt, Msgid) \ argument
124 #define dpgettext(Domainname, Msgctxt, Msgid) \ argument
126 #define dcpgettext(Domainname, Msgctxt, Msgid, Category) \ argument
129 # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ argument
132 # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ argument
[all …]
/NextBSD/contrib/binutils/opcodes/
HDopintl.h35 # define gettext(Msgid) (Msgid) argument
36 # define dgettext(Domainname, Msgid) (Msgid) argument
37 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/NextBSD/contrib/gdb/gdb/
HDgdb_locale.h37 # define gettext(Msgid) (Msgid) argument
38 # define dgettext(Domainname, Msgid) (Msgid) argument
39 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/NextBSD/contrib/binutils/gas/
HDasintl.h45 # define gettext(Msgid) (Msgid) argument
46 # define dgettext(Domainname, Msgid) (Msgid) argument
47 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/NextBSD/contrib/binutils/binutils/
HDsysdep.h162 # define gettext(Msgid) (Msgid) argument
163 # define dgettext(Domainname, Msgid) (Msgid) argument
164 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/NextBSD/contrib/binutils/bfd/
HDsysdep.h192 # define gettext(Msgid) (Msgid) argument
193 # define dgettext(Domainname, Msgid) (Msgid) argument
194 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/NextBSD/contrib/diff/lib/
HDgettext.h44 # define gettext(Msgid) ((const char *) (Msgid)) argument
45 # define dgettext(Domainname, Msgid) ((const char *) (Msgid)) argument
46 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) argument
/NextBSD/contrib/binutils/ld/
HDld.h75 # define gettext(Msgid) (Msgid) argument
76 # define dgettext(Domainname, Msgid) (Msgid) argument
77 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/NextBSD/contrib/ntp/ntpd/
HDntp_parser.c608 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) argument
612 # define YY_(Msgid) Msgid argument