HomeSort by: relevance | last modified time | path
    Searched defs:ercode (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
linetrace.c 1869 int ercode = regcomp (&regex_desc, follow_spec, REG_EXTENDED | REG_NOSUB | REG_NEWLINE); local
1870 if (ercode)
1875 regerror (ercode, &regex_desc, errbuf, sizeof (errbuf));
  /src/external/gpl3/binutils/dist/gprofng/src/
Settings.cc 816 int ercode; local
821 ercode = regcomp (regex_desc, str, REG_EXTENDED | REG_NOSUB | REG_NEWLINE);
824 if (ercode)
collctrl.cc 2139 int ercode; local
2145 ercode = regcomp (&regex_desc, str, REG_EXTENDED | REG_NOSUB | REG_NEWLINE);
2146 if (!ercode)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
linetrace.c 1869 int ercode = regcomp (&regex_desc, follow_spec, REG_EXTENDED | REG_NOSUB | REG_NEWLINE); local
1870 if (ercode)
1875 regerror (ercode, &regex_desc, errbuf, sizeof (errbuf));
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Settings.cc 816 int ercode; local
821 ercode = regcomp (regex_desc, str, REG_EXTENDED | REG_NOSUB | REG_NEWLINE);
824 if (ercode)
collctrl.cc 2139 int ercode; local
2145 ercode = regcomp (&regex_desc, str, REG_EXTENDED | REG_NOSUB | REG_NEWLINE);
2146 if (!ercode)
  /src/external/mpl/bind/dist/lib/dns/
message.c 1627 dns_rcode_t ercode; local
1630 ercode = (dns_rcode_t)((msg->opt->ttl &
1633 msg->rcode |= ercode;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
message.c 1709 dns_rcode_t ercode; local
1712 ercode = (dns_rcode_t)((msg->opt->ttl &
1715 msg->rcode |= ercode;

Completed in 82 milliseconds