/dflybsd-src/contrib/pam_passwdqc/ |
H A D | passwdqc_i18n.h | 15 #define _(msgid) dgettext(PACKAGE, msgid) argument 16 #define P2_(msgid, count) (dngettext(PACKAGE, (msgid), (msgid), (count))) argument 17 #define P3_(msgid, msgid_plural, count) (dngettext(PACKAGE, (msgid), (msgid_plural), (count))) argument 18 #define N_(msgid) msgid argument 20 #define _(msgid) (msgid) argument 21 #define P2_(msgid, count) (msgid) argument 22 #define P3_(msgid, msgid_plural, count) ((count) == 1 ? (msgid) : (msgid_plural)) argument 23 #define N_(msgid) msgid argument
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | errors.c | 36 const char *msgid, va_list *ap) in cpp_diagnostic_at() 52 const char *msgid, va_list *ap) in cpp_diagnostic() 80 cpp_error (cpp_reader * pfile, int level, const char *msgid, ...) in cpp_error() 96 cpp_warning (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_warning() 112 cpp_pedwarning (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_pedwarning() 129 cpp_warning_syshdr (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_warning_syshdr() 148 const char *msgid, va_list *ap) in cpp_diagnostic_with_line() 167 const char *msgid, ...) in cpp_error_with_line() 186 const char *msgid, ...) in cpp_warning_with_line() 205 const char *msgid, ...) in cpp_pedwarning_with_line() [all …]
|
H A D | system.h | 279 # define dgettext(package, msgid) (msgid) argument 283 # define _(msgid) dgettext (PACKAGE, msgid) argument 287 # define N_(msgid) msgid argument
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | errors.c | 36 const char *msgid, va_list *ap) in cpp_diagnostic() 72 cpp_error (cpp_reader * pfile, int level, const char *msgid, ...) in cpp_error() 88 cpp_warning (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_warning() 104 cpp_pedwarning (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_pedwarning() 121 cpp_warning_syshdr (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_warning_syshdr() 140 const char *msgid, va_list *ap) in cpp_diagnostic_with_line() 156 const char *msgid, ...) in cpp_error_with_line() 175 const char *msgid, ...) in cpp_warning_with_line() 194 const char *msgid, ...) in cpp_pedwarning_with_line() 214 const char *msgid, ...) in cpp_warning_with_line_syshdr() [all …]
|
H A D | system.h | 280 # define dgettext(package, msgid) (msgid) argument 284 # define _(msgid) dgettext (PACKAGE, msgid) argument 288 # define N_(msgid) msgid argument
|
/dflybsd-src/contrib/xz/src/common/ |
H A D | tuklib_gettext.h | 35 # define _(msgid) gettext(msgid) argument 39 # define _(msgid) (msgid) argument 42 #define N_(msgid) msgid argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | intl.h | 40 # define gettext(msgid) (msgid) argument 51 # define _(msgid) gettext (msgid) argument 55 # define N_(msgid) msgid argument
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | intl.h | 41 # define gettext(msgid) (msgid) argument 52 # define _(msgid) gettext (msgid) argument 56 # define N_(msgid) msgid argument
|
H A D | diagnostic-core.h | 33 #define DEFINE_DIAGNOSTIC_KIND(K, msgid) K, argument
|
/dflybsd-src/contrib/cvs-1.12/lib/ |
H A D | xalloc-die.c | 32 #define _(msgid) gettext (msgid) argument 33 #define N_(msgid) msgid argument
|
H A D | closeout.c | 31 #define _(msgid) gettext (msgid) argument
|
H A D | rpmatch.c | 31 # define _(msgid) gettext (msgid) argument
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
H A D | ios_failure.cc | 39 # define _(msgid) gettext (msgid) argument 41 # define _(msgid) (msgid) argument
|
/dflybsd-src/lib/libc/stdtime/ |
H A D | private.h | 156 #define _(msgid) gettext(msgid) argument 158 #define _(msgid) msgid argument
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
H A D | functexcept.cc | 33 # define _(msgid) gettext (msgid) argument 35 # define _(msgid) (msgid) argument
|
H A D | cxx11-ios_failure.cc | 36 # define _(msgid) gettext (msgid) argument 38 # define _(msgid) (msgid) argument
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++11/ |
H A D | functexcept.cc | 38 # define _(msgid) gettext (msgid) argument 40 # define _(msgid) (msgid) argument
|
/dflybsd-src/sys/sys/ |
H A D | ipmi.h | 89 long msgid; member 97 long msgid; member 143 int32_t msgid; member 151 int32_t msgid; member
|
/dflybsd-src/contrib/grep/lib/ |
H A D | gettext.h | 150 const char *msg_ctxt_id, const char *msgid, in pgettext_aux() 169 const char *msg_ctxt_id, const char *msgid, in npgettext_aux() 220 const char *msgctxt, const char *msgid, in dcpgettext_expr() 267 const char *msgctxt, const char *msgid, in dcnpgettext_expr()
|
H A D | xalloc-die.c | 29 #define _(msgid) gettext (msgid) argument
|
H A D | xbinary-io.c | 29 #define _(msgid) gettext (msgid) argument
|
H A D | openat-die.c | 31 #define _(msgid) gettext (msgid) argument
|
/dflybsd-src/contrib/gcc-8.0/libiberty/ |
H A D | obstack.c | 327 # define _(msgid) gettext (msgid) argument 331 # define _(msgid) (msgid) argument
|
/dflybsd-src/contrib/binutils-2.34/libiberty/ |
H A D | obstack.c | 327 # define _(msgid) gettext (msgid) argument 331 # define _(msgid) (msgid) argument
|
/dflybsd-src/contrib/binutils-2.27/libiberty/ |
H A D | obstack.c | 327 # define _(msgid) gettext (msgid) argument 331 # define _(msgid) (msgid) argument
|