| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| linetrace.c | 1869 int ercode = regcomp (®ex_desc, follow_spec, REG_EXTENDED | REG_NOSUB | REG_NEWLINE); local 1870 if (ercode) 1875 regerror (ercode, ®ex_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 (®ex_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 (®ex_desc, follow_spec, REG_EXTENDED | REG_NOSUB | REG_NEWLINE); local 1870 if (ercode) 1875 regerror (ercode, ®ex_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 (®ex_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;
|