Home
last modified time | relevance | path

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

/dflybsd-src/contrib/grep/lib/
H A Dgettext.h33 # define gettext(Msgid) \ argument
68 # define gettext(Msgid) ((const char *) (Msgid)) argument
70 # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid)) argument
72 # define dcgettext(Domainname, Msgid, Category) \ argument
119 # define pgettext(Msgctxt, Msgid) \ argument
122 # define pgettext(Msgctxt, Msgid) \ argument
125 #define dpgettext(Domainname, Msgctxt, Msgid) \ argument
127 #define dcpgettext(Domainname, Msgctxt, Msgid, Category) \ argument
130 # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ argument
133 # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ argument
[all …]
/dflybsd-src/contrib/binutils-2.34/opcodes/
H A Dopintl.h40 # define gettext(Msgid) dgettext (PACKAGE, Msgid) argument
50 # define gettext(Msgid) (Msgid) argument
51 # define dgettext(Domainname, Msgid) (Msgid) argument
52 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/dflybsd-src/contrib/binutils-2.27/opcodes/
H A Dopintl.h45 # define gettext(Msgid) (Msgid) argument
46 # define dgettext(Domainname, Msgid) (Msgid) argument
47 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/dflybsd-src/contrib/gdb-7/opcodes/
H A Dopintl.h45 # define gettext(Msgid) (Msgid) argument
46 # define dgettext(Domainname, Msgid) (Msgid) argument
47 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/dflybsd-src/contrib/gdb-7/gdb/common/
H A Dgdb_locale.h35 # define gettext(Msgid) (Msgid) argument
36 # define dgettext(Domainname, Msgid) (Msgid) argument
37 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/dflybsd-src/contrib/binutils-2.27/gas/
H A Dasintl.h45 # define gettext(Msgid) (Msgid) argument
46 # define dgettext(Domainname, Msgid) (Msgid) argument
47 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dsysdep.h201 # define gettext(Msgid) dgettext (PACKAGE, Msgid) argument
211 # define gettext(Msgid) (Msgid) argument
212 # define dgettext(Domainname, Msgid) (Msgid) argument
213 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dsysdep.h199 # define gettext(Msgid) (Msgid) argument
200 # define dgettext(Domainname, Msgid) (Msgid) argument
201 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/dflybsd-src/contrib/gdb-7/bfd/
H A Dsysdep.h197 # define gettext(Msgid) (Msgid) argument
198 # define dgettext(Domainname, Msgid) (Msgid) argument
199 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Dsysdep.h159 # define gettext(Msgid) (Msgid) argument
160 # define dgettext(Domainname, Msgid) (Msgid) argument
161 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/dflybsd-src/contrib/flex/src/
H A Dgettext.h35 # define gettext(Msgid) ((const char *) (Msgid)) argument
36 # define dgettext(Domainname, Msgid) ((const char *) (Msgid)) argument
37 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) argument
H A Dparse.c342 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) argument
346 # define YY_(Msgid) Msgid argument
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dgettext.h54 # define gettext(Msgid) ((const char *) (Msgid)) argument
55 # define dgettext(Domainname, Msgid) ((const char *) (Msgid)) argument
56 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) argument
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dsystem.h49 # define gettext(Msgid) (Msgid) argument
50 # define dgettext(Domainname, Msgid) (Msgid) argument
51 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/dflybsd-src/contrib/binutils-2.34/gas/
H A Dasintl.h45 # define gettext(Msgid) (Msgid) argument
46 # define dgettext(Domainname, Msgid) (Msgid) argument
47 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dsysdep.h159 # define gettext(Msgid) (Msgid) argument
160 # define dgettext(Domainname, Msgid) (Msgid) argument
161 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dsystem.h49 # define gettext(Msgid) (Msgid) argument
50 # define dgettext(Domainname, Msgid) (Msgid) argument
51 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
H A Dyyscript.c425 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) argument
429 # define YY_(Msgid) Msgid argument
/dflybsd-src/contrib/binutils-2.27/ld/
H A Dld.h55 # define gettext(Msgid) (Msgid) argument
56 # define dgettext(Domainname, Msgid) (Msgid) argument
57 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/dflybsd-src/contrib/binutils-2.34/ld/
H A Dld.h55 # define gettext(Msgid) (Msgid) argument
56 # define dgettext(Domainname, Msgid) (Msgid) argument
57 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/dflybsd-src/lib/libevtr/
H A Dktrfmt.tab.c347 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) argument
351 # define YY_(Msgid) Msgid argument
/dflybsd-src/gnu/usr.bin/binutils227/block2/libgold/
H A Dyyscript.c444 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) argument
448 # define YY_(Msgid) Msgid argument