Home
last modified time | relevance | path

Searched refs:gettext_noop (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dgettext.h56 #define gettext_noop(String) String macro
Dmake.h346 #define N_(msgid) gettext_noop (msgid)
/ndk/sources/host-tools/sed-4.2.1/sed/
Dregexp.c28 #ifdef gettext_noop
29 # define N_(String) gettext_noop(String)
/ndk/sources/host-tools/sed-4.2.1/
Dbasicdefs.h44 #define N_(String) gettext_noop(String)
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregcomp.c134 gettext_noop ("Success") /* REG_NOERROR */
137 gettext_noop ("No match") /* REG_NOMATCH */
140 gettext_noop ("Invalid regular expression") /* REG_BADPAT */
143 gettext_noop ("Invalid collation character") /* REG_ECOLLATE */
146 gettext_noop ("Invalid character class name") /* REG_ECTYPE */
149 gettext_noop ("Trailing backslash") /* REG_EESCAPE */
152 gettext_noop ("Invalid back reference") /* REG_ESUBREG */
155 gettext_noop ("Unmatched [ or [^") /* REG_EBRACK */
158 gettext_noop ("Unmatched ( or \\(") /* REG_EPAREN */
161 gettext_noop ("Unmatched \\{") /* REG_EBRACE */
[all …]
Dgettext.h104 #define gettext_noop(String) String macro
Dregex_internal.h79 #ifndef gettext_noop
82 # define gettext_noop(String) String macro