Searched refs:ercode (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl2/gmake/dist/w32/subproc/
H A Dw32err.c30 map_windows32_error_to_string (DWORD ercode) { argument
40 wsprintf (szMessageBuffer, "Error %ld\n", ercode);
45 if (ercode > WSABASEERR) {
50 ercode,
63 ercode,
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DSettings.cc816 int ercode; local
821 ercode = regcomp (regex_desc, str, REG_EXTENDED | REG_NOSUB | REG_NEWLINE);
824 if (ercode)
H A Dcollctrl.cc2225 int ercode; local
2233 ercode = regcomp (&regex_desc, str, REG_EXTENDED | REG_NOSUB | REG_NEWLINE);
2236 ercode = 1;
2237 if (!ercode)
2251 regerror (ercode, &regex_desc, errbuf, sizeof (errbuf));
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DSettings.cc816 int ercode; local
821 ercode = regcomp (regex_desc, str, REG_EXTENDED | REG_NOSUB | REG_NEWLINE);
824 if (ercode)
H A Dcollctrl.cc2232 int ercode; local
2240 ercode = regcomp (&regex_desc, str, REG_EXTENDED | REG_NOSUB | REG_NEWLINE);
2243 ercode = 1;
2244 if (!ercode)
2258 regerror (ercode, &regex_desc, errbuf, sizeof (errbuf));
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dlinetrace.c1964 int ercode = regcomp (&regex_desc, follow_spec, REG_EXTENDED | REG_NOSUB | REG_NEWLINE); local
1965 if (ercode)
1970 regerror (ercode, &regex_desc, errbuf, sizeof (errbuf));
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dlinetrace.c1863 int ercode = regcomp (&regex_desc, follow_spec, REG_EXTENDED | REG_NOSUB | REG_NEWLINE); local
1864 if (ercode)
1869 regerror (ercode, &regex_desc, errbuf, sizeof (errbuf));
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dmessage.c1709 dns_rcode_t ercode; local
1712 ercode = (dns_rcode_t)((msg->opt->ttl &
1715 msg->rcode |= ercode;
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dmessage.c1719 dns_rcode_t ercode; local
1722 ercode = (dns_rcode_t)((msg->opt->ttl &
1725 msg->rcode |= ercode;

Completed in 292 milliseconds