Home
last modified time | relevance | path

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

/external/dnsmasq/src/
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."…
230 …{ 'b', OPT_BOGUSPRIV, NULL, gettext_noop("Fake reverse lookups for RFC1918 private address ranges.…
231 …{ 'B', ARG_DUP, "ipaddr", gettext_noop("Treat ipaddr as NXDOMAIN (defeats Verisign wildcard)."), N…
232 …{ 'c', ARG_ONE, "cachesize", gettext_noop("Specify the size of the cache in entries (defaults to %…
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."), NU…
[all …]
Ddnsmasq.h54 #define gettext_noop(S) (S) macro
/external/dnsmasq/contrib/try-all-ns/
Ddnsmasq-2.35-try-all-ns.patch55 …{ "-9, --leasefile-ro", gettext_noop("Read leases at startup, but never write the lease file."), N…
56 …{ "-0, --dns-forward-max=<queries>", gettext_noop("Maximum number of concurrent DNS queries. (defa…
57 { " --clear-on-reload", gettext_noop("Clear DNS cache when reloading %s."), RESOLVFILE },
58 + { " --try-all-ns", gettext_noop("Try all name servers in tandem on NXDOMAIN replies (use with…
/external/e2fsprogs/misc/
Dnls-enable.h5 #ifdef gettext_noop
6 #define N_(a) gettext_noop (a)
/external/bluetooth/glib/glib/
Dglibintl.h17 #ifdef gettext_noop
18 #define N_(String) gettext_noop(String)
/external/e2fsprogs/resize/
Dresize2fs.h45 #ifdef gettext_noop
46 #define N_(a) gettext_noop (a)
/external/dnsmasq/contrib/dns-loc/
Ddnsmasq2-loc-rfc1876.patch64 …{ "-y, --localise-queries", gettext_noop("Answer DNS queries based on the interface a query was se…
65 { "-Y --txt-record=name,txt....", gettext_noop("Specify TXT DNS record."), NULL },
66 { " --ptr-record=name,target", gettext_noop("Specify PTR DNS record."), NULL },
67 + { " --loc-record=name,lat lon alt", gettext_noop("Specify LOC DNS record."), NULL },
68 …{ " --interface-name=name,interface", gettext_noop("Give DNS name to IPv4 address of interface.…
69 { "-z, --bind-interfaces", gettext_noop("Bind only to interfaces in use."), NULL },
70 { "-Z, --read-ethers", gettext_noop("Read DHCP static host information from %s."), ETHERSFILE },
/external/clearsilver/util/regex/
Dregex.c47 #ifndef gettext_noop
50 #define gettext_noop(String) String macro
939 gettext_noop ("Success"), /* REG_NOERROR */
940 gettext_noop ("No match"), /* REG_NOMATCH */
941 gettext_noop ("Invalid regular expression"), /* REG_BADPAT */
942 gettext_noop ("Invalid collation character"), /* REG_ECOLLATE */
943 gettext_noop ("Invalid character class name"), /* REG_ECTYPE */
944 gettext_noop ("Trailing backslash"), /* REG_EESCAPE */
945 gettext_noop ("Invalid back reference"), /* REG_ESUBREG */
946 gettext_noop ("Unmatched [ or [^"), /* REG_EBRACK */
[all …]
/external/elfutils/lib/
Dsystem.h38 #define gettext_noop(Str) Str macro
/external/bison/lib/
Dgettext.h76 #define gettext_noop(String) String macro
/external/e2fsprogs/intl/
Dlibgettext.h89 #define gettext_noop(Str) (Str) macro
/external/e2fsprogs/e2fsck/
De2fsck.h46 #ifdef gettext_noop
47 #define N_(a) gettext_noop (a)