/external/e2fsprogs/misc/ |
nls-enable.h | 5 #ifdef gettext_noop 6 #define N_(a) gettext_noop (a)
|
/external/libexif/libexif/ |
i18n.h | 30 # ifdef gettext_noop 31 # define N_(String) gettext_noop (String)
|
/external/dnsmasq/src/ |
option.c | 228 { 'a', ARG_DUP, "ipaddr", gettext_noop("Specify local address(es) to listen on."), NULL }, 229 { 'A', ARG_DUP, "/domain/ipaddr", gettext_noop("Return ipaddr for all hosts in specified domains."), NULL }, 230 { 'b', OPT_BOGUSPRIV, NULL, gettext_noop("Fake reverse lookups for RFC1918 private address ranges."), NULL }, 231 { 'B', ARG_DUP, "ipaddr", gettext_noop("Treat ipaddr as NXDOMAIN (defeats Verisign wildcard)."), NULL }, 232 { 'c', ARG_ONE, "cachesize", gettext_noop("Specify the size of the cache in entries (defaults to %s)."), "$" }, 233 { 'C', ARG_DUP, "path", gettext_noop("Specify configuration file (defaults to %s)."), CONFFILE }, 234 { 'd', OPT_DEBUG, NULL, gettext_noop("Do NOT fork into the background: run in debug mode."), NULL }, 235 { 'D', OPT_NODOTS_LOCAL, NULL, gettext_noop("Do NOT forward queries with no domain part."), NULL }, 236 { 'e', OPT_SELFMX, NULL, gettext_noop("Return self-pointing MX records for local hosts."), NULL }, 237 { 'E', OPT_EXPAND, NULL, gettext_noop("Expand simple names in /etc/hosts with domain-suffix."), NULL } [all...] |
dnsmasq.h | 54 #define gettext_noop(S) (S) macro
|
/ndk/sources/host-tools/make-3.81/ |
gettext.h | 56 #define gettext_noop(String) String macro
|
make.h | 346 #define N_(msgid) gettext_noop (msgid)
|
/external/elfutils/lib/ |
system.h | 71 #define gettext_noop(Str) Str macro
|
/external/e2fsprogs/resize/ |
resize2fs.h | 45 #ifdef gettext_noop 46 #define N_(a) gettext_noop (a)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
util.h | 90 #ifdef gettext_noop 91 # define N_(String) gettext_noop(String)
|
/external/e2fsprogs/intl/ |
libgettext.h | 89 #define gettext_noop(Str) (Str) macro
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
regexp.c | 28 #ifdef gettext_noop 29 # define N_(String) gettext_noop(String)
|
/ndk/sources/host-tools/sed-4.2.1/ |
basicdefs.h | 44 #define N_(String) gettext_noop(String)
|
/external/e2fsprogs/e2fsck/ |
e2fsck.h | 46 #ifdef gettext_noop 47 #define N_(a) gettext_noop (a)
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regcomp.c | 135 gettext_noop ("Success") /* REG_NOERROR */ 138 gettext_noop ("No match") /* REG_NOMATCH */ 141 gettext_noop ("Invalid regular expression") /* REG_BADPAT */ 144 gettext_noop ("Invalid collation character") /* REG_ECOLLATE */ 147 gettext_noop ("Invalid character class name") /* REG_ECTYPE */ 150 gettext_noop ("Trailing backslash") /* REG_EESCAPE */ 153 gettext_noop ("Invalid back reference") /* REG_ESUBREG */ 156 gettext_noop ("Unmatched [ or [^") /* REG_EBRACK */ 159 gettext_noop ("Unmatched ( or \\(") /* REG_EPAREN */ 162 gettext_noop ("Unmatched \\{") /* REG_EBRACE * [all...] |
gettext.h | 104 #define gettext_noop(String) String macro
|
regex_internal.h | 79 #ifndef gettext_noop 82 # define gettext_noop(String) String macro
|
/external/bison/lib/ |
gettext.h | 108 #define gettext_noop(String) String macro
|
/external/libmtp/src/ |
ptp.c | 38 # ifdef gettext_noop 39 # define N_(String) gettext_noop (String) [all...] |