/glibc-2.36/include/ |
D | libintl.h | 48 # define _(msgid) __dcgettext (_libc_intl_domainname, msgid, LC_MESSAGES) argument 66 # define N_(msgid) msgid argument
|
/glibc-2.36/intl/ |
D | libintl.h | 109 # define gettext(msgid) dgettext (NULL, msgid) argument 111 # define dgettext(domainname, msgid) \ argument
|
D | dgettext.c | 48 DGETTEXT (const char *domainname, const char *msgid) in DGETTEXT()
|
D | gettext.c | 53 GETTEXT (const char *msgid) in GETTEXT()
|
D | dcgettext.c | 45 DCGETTEXT (const char *domainname, const char *msgid, int category) in DCGETTEXT()
|
D | tst-gettext2.c | 25 #define N_(msgid) msgid argument
|
D | tst-gettext.c | 31 const char *msgid; member
|
D | dcigettext.c | 271 msgid; member 869 const char *msgid, in _nl_find_msg()
|
D | loadmsgcat.c | 1185 const char *msgid = inmem_orig_sysdep_tab[i].pointer; in _nl_load_domain() local
|
/glibc-2.36/sysdeps/mach/ |
D | xpg-strerror.c | 33 # define dgettext(domainname, msgid) dcgettext (domainname, msgid, LC_MESSAGES) argument
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | intr-msg.h | 126 #define MSG_EXAMINE(state, msgid, rcvname, send_name, opt, tmout) \ argument
|
/glibc-2.36/argp/ |
D | argp-parse.c | 53 # define dgettext(domain, msgid) \ argument 57 # define dgettext(domain, msgid) (msgid) argument 58 # define gettext(msgid) (msgid) argument 62 # define N_(msgid) (msgid) argument
|
D | argp-help.c | 62 # define dgettext(domain, msgid) \ argument 66 # define dgettext(domain, msgid) (msgid) argument
|
/glibc-2.36/hurd/ |
D | intr-msg.c | 77 mach_msg_id_t msgid; in _hurd_intr_rpc_mach_msg() local
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | ioctl.c | 83 mach_msg_id_t msgid; in __ioctl() local
|
/glibc-2.36/malloc/ |
D | obstack.c | 400 # define _(msgid) gettext (msgid) argument
|
/glibc-2.36/misc/ |
D | error.c | 34 # define _(msgid) gettext (msgid) argument
|
/glibc-2.36/posix/ |
D | getopt.c | 45 # define _(msgid) gettext (msgid) argument
|
D | regex_internal.h | 105 # define gettext(msgid) \ argument 110 # define gettext(msgid) (msgid) argument
|
/glibc-2.36/timezone/ |
D | private.h | 699 #define _(msgid) gettext(msgid) argument 701 #define _(msgid) msgid argument
|