Searched defs:N_ (Results 1 - 13 of 13) sorted by relevance

/external/e2fsprogs/misc/
H A Dnls-enable.h6 #define N_(a) gettext_noop (a) macro
8 #define N_(a) (a) macro
18 #define N_(a) a macro
/external/bluetooth/glib/glib/
H A Dgi18n-lib.h34 #define N_(String) (String) macro
H A Dgi18n.h30 #define N_(String) (String) macro
H A Dglibintl.h18 #define N_(String) gettext_noop(String)
20 #define N_(String) (String)
24 #define N_(String) (String) macro
/external/bluetooth/glib/tests/
H A Dgio-ls.c5 #define N_(s) (s) macro
27 N_("do not hide entries"), NULL },
29 N_("use a long listing format"), NULL },
/external/bison/src/
H A Dsystem.h124 #define N_(Msgid) (Msgid) macro
/external/e2fsprogs/resize/
H A Dresize2fs.h46 #define N_(a) gettext_noop (a) macro
48 #define N_(a) (a) macro
58 #define N_(a) a macro
/external/elfutils/lib/
H A Deu-config.h91 #define N_(Str) Str macro
/external/elfutils/tests/
H A Ddwflmodtest.c216 #undef N_ macro
217 #define N_(Str) Str macro
221 { "functions", 'f', NULL, 0, N_("Additionally show function names"), 0 },
222 { "inlines", 'i', NULL, 0, N_("Show instances of inlined functions"), 0 },
/external/oprofile/libpopt/
H A Dpoptint.h114 #define N_(foo) foo macro
/external/bison/lib/
H A Dquotearg.c39 #define N_(msgid) msgid macro
245 char const *left = gettext_quote (N_("`"), quoting_style);
246 char const *right = gettext_quote (N_("'"), quoting_style);
/external/e2fsprogs/e2fsck/
H A De2fsck.h47 #define N_(a) gettext_noop (a) macro
49 #define N_(a) (a) macro
60 #define N_(a) a macro
/external/libmtp/src/
H A Dptp.c39 # define N_(String) gettext_noop (String) macro
41 # define N_(String) (String) macro
50 # define N_(String) (String) macro
2794 {PTP_RC_Undefined, N_("PTP: Undefined Error")},
2795 {PTP_RC_OK, N_("PTP: OK!")},
2796 {PTP_RC_GeneralError, N_("PTP: General Error")},
2797 {PTP_RC_SessionNotOpen, N_("PTP: Session Not Open")},
2798 {PTP_RC_InvalidTransactionID, N_("PTP: Invalid Transaction ID")},
2799 {PTP_RC_OperationNotSupported, N_("PTP: Operation Not Supported")},
2800 {PTP_RC_ParameterNotSupported, N_("PT
[all...]

Completed in 154 milliseconds