Searched refs:gettext_noop (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | opintl.h | 29 # ifdef gettext_noop 30 # define N_(String) gettext_noop (String)
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | gdb_locale.h | 31 # ifdef gettext_noop 32 # define N_(String) gettext_noop (String)
|
| /freebsd-12-stable/contrib/binutils/gas/ |
| D | asintl.h | 39 # ifdef gettext_noop 40 # define N_(String) gettext_noop (String)
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | sysdep.h | 156 # ifdef gettext_noop 157 # define N_(String) gettext_noop (String)
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | sysdep.h | 186 #ifdef gettext_noop 187 #define N_(String) gettext_noop (String)
|
| /freebsd-12-stable/contrib/binutils/ld/ |
| D | ld.h | 69 # ifdef gettext_noop 70 # define N_(String) gettext_noop (String)
|
| /freebsd-12-stable/contrib/diff/lib/ |
| D | gettext.h | 66 #define gettext_noop(String) String macro
|
| /freebsd-12-stable/contrib/libgnuregex/ |
| D | regcomp.c | 131 gettext_noop ("Success") /* REG_NOERROR */ 134 gettext_noop ("No match") /* REG_NOMATCH */ 137 gettext_noop ("Invalid regular expression") /* REG_BADPAT */ 140 gettext_noop ("Invalid collation character") /* REG_ECOLLATE */ 143 gettext_noop ("Invalid character class name") /* REG_ECTYPE */ 146 gettext_noop ("Trailing backslash") /* REG_EESCAPE */ 149 gettext_noop ("Invalid back reference") /* REG_ESUBREG */ 152 gettext_noop ("Unmatched [ or [^") /* REG_EBRACK */ 155 gettext_noop ("Unmatched ( or \\(") /* REG_EPAREN */ 158 gettext_noop ("Unmatched \\{") /* REG_EBRACE */ [all …]
|
| D | regex_internal.h | 82 #ifndef gettext_noop 85 # define gettext_noop(String) String macro
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | regex.c | 106 # ifndef gettext_noop 109 # define gettext_noop(String) String macro 1348 gettext_noop ("Success"), /* REG_NOERROR */ 1349 gettext_noop ("No match"), /* REG_NOMATCH */ 1350 gettext_noop ("Invalid regular expression"), /* REG_BADPAT */ 1351 gettext_noop ("Invalid collation character"), /* REG_ECOLLATE */ 1352 gettext_noop ("Invalid character class name"), /* REG_ECTYPE */ 1353 gettext_noop ("Trailing backslash"), /* REG_EESCAPE */ 1354 gettext_noop ("Invalid back reference"), /* REG_ESUBREG */ 1355 gettext_noop ("Unmatched [ or [^"), /* REG_EBRACK */ [all …]
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | regex.c | 106 # ifndef gettext_noop 109 # define gettext_noop(String) String macro 1348 gettext_noop ("Success"), /* REG_NOERROR */ 1349 gettext_noop ("No match"), /* REG_NOMATCH */ 1350 gettext_noop ("Invalid regular expression"), /* REG_BADPAT */ 1351 gettext_noop ("Invalid collation character"), /* REG_ECOLLATE */ 1352 gettext_noop ("Invalid character class name"), /* REG_ECTYPE */ 1353 gettext_noop ("Trailing backslash"), /* REG_EESCAPE */ 1354 gettext_noop ("Invalid back reference"), /* REG_ESUBREG */ 1355 gettext_noop ("Unmatched [ or [^"), /* REG_EBRACK */ [all …]
|
| /freebsd-12-stable/contrib/ntp/sntp/libopts/ |
| D | gettext.h | 109 #define gettext_noop(String) String macro
|