Searched refs:gettext_noop (Results 1 – 11 of 11) sorted by relevance
/external/dnsmasq/src/ |
D | 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."… 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 …]
|
D | dnsmasq.h | 54 #define gettext_noop(S) (S) macro
|
/external/dnsmasq/contrib/try-all-ns/ |
D | dnsmasq-2.35-try-all-ns.patch | 55 …{ "-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/ |
D | nls-enable.h | 5 #ifdef gettext_noop 6 #define N_(a) gettext_noop (a)
|
/external/bluetooth/glib/glib/ |
D | glibintl.h | 17 #ifdef gettext_noop 18 #define N_(String) gettext_noop(String)
|
/external/e2fsprogs/resize/ |
D | resize2fs.h | 45 #ifdef gettext_noop 46 #define N_(a) gettext_noop (a)
|
/external/dnsmasq/contrib/dns-loc/ |
D | dnsmasq2-loc-rfc1876.patch | 64 …{ "-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/elfutils/lib/ |
D | system.h | 38 #define gettext_noop(Str) Str macro
|
/external/bison/lib/ |
D | gettext.h | 76 #define gettext_noop(String) String macro
|
/external/e2fsprogs/intl/ |
D | libgettext.h | 89 #define gettext_noop(Str) (Str) macro
|
/external/e2fsprogs/e2fsck/ |
D | e2fsck.h | 46 #ifdef gettext_noop 47 #define N_(a) gettext_noop (a)
|