Searched refs:gettext_noop (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dopintl.h29 # ifdef gettext_noop
30 # define N_(String) gettext_noop (String)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_locale.h31 # ifdef gettext_noop
32 # define N_(String) gettext_noop (String)
/freebsd-11-stable/contrib/binutils/gas/
H A Dasintl.h39 # ifdef gettext_noop
40 # define N_(String) gettext_noop (String)
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsysdep.h157 # ifdef gettext_noop
158 # define N_(String) gettext_noop (String)
/freebsd-11-stable/contrib/diff/lib/
H A Dgettext.h66 #define gettext_noop(String) String macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Dsysdep.h186 #ifdef gettext_noop
187 #define N_(String) gettext_noop (String)
/freebsd-11-stable/contrib/binutils/ld/
H A Dld.h69 # ifdef gettext_noop
70 # define N_(String) gettext_noop (String)
/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c132 gettext_noop ("Success") /* REG_NOERROR */
135 gettext_noop ("No match") /* REG_NOMATCH */
138 gettext_noop ("Invalid regular expression") /* REG_BADPAT */
141 gettext_noop ("Invalid collation character") /* REG_ECOLLATE */
144 gettext_noop ("Invalid character class name") /* REG_ECTYPE */
147 gettext_noop ("Trailing backslash") /* REG_EESCAPE */
150 gettext_noop ("Invalid back reference") /* REG_ESUBREG */
153 gettext_noop ("Unmatched [ or [^") /* REG_EBRACK */
156 gettext_noop ("Unmatched ( or \\(") /* REG_EPAREN */
159 gettext_noop ("Unmatche
[all...]
H A Dregex_internal.h82 #ifndef gettext_noop
85 # define gettext_noop(String) String macro
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dgettext.h108 #define gettext_noop(String) String macro
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c106 # ifndef gettext_noop
109 # define gettext_noop(String) String macro
1356 gettext_noop ("Success"), /* REG_NOERROR */
1357 gettext_noop ("No match"), /* REG_NOMATCH */
1358 gettext_noop ("Invalid regular expression"), /* REG_BADPAT */
1359 gettext_noop ("Invalid collation character"), /* REG_ECOLLATE */
1360 gettext_noop ("Invalid character class name"), /* REG_ECTYPE */
1361 gettext_noop ("Trailing backslash"), /* REG_EESCAPE */
1362 gettext_noop ("Invalid back reference"), /* REG_ESUBREG */
1363 gettext_noop ("Unmatche
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c106 # ifndef gettext_noop
109 # define gettext_noop(String) String macro
1356 gettext_noop ("Success"), /* REG_NOERROR */
1357 gettext_noop ("No match"), /* REG_NOMATCH */
1358 gettext_noop ("Invalid regular expression"), /* REG_BADPAT */
1359 gettext_noop ("Invalid collation character"), /* REG_ECOLLATE */
1360 gettext_noop ("Invalid character class name"), /* REG_ECTYPE */
1361 gettext_noop ("Trailing backslash"), /* REG_EESCAPE */
1362 gettext_noop ("Invalid back reference"), /* REG_ESUBREG */
1363 gettext_noop ("Unmatche
[all...]

Completed in 221 milliseconds