Home
last modified time | relevance | path

Searched refs:domain (Results 1 – 25 of 37) sorted by relevance

12

/toolchain/binutils/binutils-2.27/intl/
Dloadmsgcat.c765 _nl_init_domain_conv (domain_file, domain, domainbinding) in _nl_init_domain_conv() argument
767 struct loaded_domain *domain;
779 domain->codeset_cntr =
782 domain->conv = (__gconv_t) -1;
785 domain->conv = (iconv_t) -1;
788 domain->conv_tab = NULL;
843 if (__gconv_open (outcharset, charset, &domain->conv,
846 domain->conv = (__gconv_t) -1;
863 domain->conv = iconv_open (outcharset, charset);
869 domain->conv = iconv_open (outcharset, charset);
[all …]
Ddcigettext.c229 struct loaded_l10nfile *domain; member
307 static char *plural_lookup PARAMS ((struct loaded_l10nfile *domain,
438 struct loaded_l10nfile *domain; variable
498 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
621 domain = _nl_find_domain (dirname, single_locale, xdomainname, binding);
623 if (domain != NULL)
625 retval = _nl_find_msg (domain, binding, msgid1, &retlen);
631 for (cnt = 0; domain->successor[cnt] != NULL; ++cnt)
633 retval = _nl_find_msg (domain->successor[cnt], binding,
638 domain = domain->successor[cnt];
[all …]
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
Drange64.l2 .*:3: Error: operand out of domain \(-1 is not a multiple of 4\)
3 .*:4: Error: operand out of domain \(2 is not a multiple of 4\)
/toolchain/binutils/binutils-2.27/config/
Dlcmessage.m416 dnl They are *not* in the public domain.
Dnls.m416 dnl They are *not* in the public domain.
Dprogtest.m416 dnl They are *not* in the public domain.
Dpo.m416 dnl They are *not* in the public domain.
Dgettext.m416 dnl They are *not* in the public domain.
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
Dcreg-1.s2 ! case; getcon and putcon. Exhaustive test in those domain is small and
/toolchain/binutils/binutils-2.27/binutils/
DMAINTAINERS51 the immediate domain that they maintain.
53 If there is no maintainer for a given domain then the responsibility
55 maintainers for a given domain then responsibility falls to the first
214 are not the domain of the binutils project and they cannot be approved
Dwrstabs.c1143 char *domain, *return_type, *buf; in stab_method_type() local
1161 domain = stab_pop_type (info); in stab_method_type()
1206 len = strlen (domain) + strlen (return_type) + 10; in stab_method_type()
1212 sprintf (buf, "#%s,%s", domain, return_type); in stab_method_type()
1213 free (domain); in stab_method_type()
Dstabs.c1417 debug_type domain; in parse_stab_type() local
1422 domain = parse_stab_type (dhandle, info, (const char *) NULL, pp, in parse_stab_type()
1424 if (domain == DEBUG_TYPE_NULL) in parse_stab_type()
1439 dtype = debug_make_offset_type (dhandle, domain, memtype); in parse_stab_type()
1466 debug_type domain; in parse_stab_type() local
1473 domain = parse_stab_type (dhandle, info, (const char *) NULL, in parse_stab_type()
1475 if (domain == DEBUG_TYPE_NULL) in parse_stab_type()
1531 dtype = debug_make_method_type (dhandle, return_type, domain, args, in parse_stab_type()
Dprdbg.c919 pr_method_type (void *p, bfd_boolean domain, int argcount, bfd_boolean varargs) in pr_method_type() argument
929 if (! domain) in pr_method_type()
980 if (! domain) in pr_method_type()
Dieee.c5707 ieee_method_type (void *p, bfd_boolean domain, int argcount, in ieee_method_type() argument
5716 if (domain) in ieee_method_type()
DChangeLog-0001847 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
/toolchain/binutils/binutils-2.27/bfd/po/
DMake-in96 $(XGETTEXT) --default-domain=$(PACKAGE) \
101 $(XGETTEXT) --default-domain=$(PACKAGE) \
/toolchain/binutils/binutils-2.27/ld/po/
DMake-in90 $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
/toolchain/binutils/binutils-2.27/
Dconfig.sub1602 os=-domain
DChangeLog520 * f-exp.y (yylex): Add new module domain to be parsed.
521 * symtab.h: New domain for fortran modules.
525 * f-exp.y (yylex): Add domain array to enable lookup
/toolchain/binutils/binutils-2.27/gas/po/
DMake-in90 $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
/toolchain/binutils/binutils-2.27/gold/po/
DMake-in90 $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
/toolchain/binutils/binutils-2.27/binutils/po/
DMake-in90 $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
/toolchain/binutils/binutils-2.27/opcodes/po/
DMake-in90 $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20071785 error message. Return after printing domain error.
/toolchain/binutils/binutils-2.27/libiberty/
DChangeLog6014 * calloc.c: Add a public domain notice.
8321 * memmove.c: Re-wrote; placed in public domain.

12