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

/external/e2fsprogs/misc/
H A Dnls-enable.h5 #ifdef gettext_noop
6 #define N_(a) gettext_noop (a)
/external/bluetooth/glib/glib/
H A Dglibintl.h17 #ifdef gettext_noop
18 #define N_(String) gettext_noop(String)
/external/dnsmasq/src/
H A Doption.c228 { '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("Expan
[all...]
H A Ddnsmasq.h54 #define gettext_noop(S) (S) macro
/external/elfutils/lib/
H A Dsystem.h38 #define gettext_noop(Str) Str macro
/external/bison/lib/
H A Dgettext.h76 #define gettext_noop(String) String macro
/external/e2fsprogs/resize/
H A Dresize2fs.h45 #ifdef gettext_noop
46 #define N_(a) gettext_noop (a)
/external/e2fsprogs/intl/
H A Dlibgettext.h89 #define gettext_noop(Str) (Str) macro
/external/clearsilver/util/regex/
H A Dregex.c47 #ifndef gettext_noop
50 #define gettext_noop(String) String macro
946 gettext_noop ("Success"), /* REG_NOERROR */
947 gettext_noop ("No match"), /* REG_NOMATCH */
948 gettext_noop ("Invalid regular expression"), /* REG_BADPAT */
949 gettext_noop ("Invalid collation character"), /* REG_ECOLLATE */
950 gettext_noop ("Invalid character class name"), /* REG_ECTYPE */
951 gettext_noop ("Trailing backslash"), /* REG_EESCAPE */
952 gettext_noop ("Invalid back reference"), /* REG_ESUBREG */
953 gettext_noop ("Unmatche
[all...]
/external/e2fsprogs/e2fsck/
H A De2fsck.h46 #ifdef gettext_noop
47 #define N_(a) gettext_noop (a)

Completed in 56 milliseconds