Searched refs:errcode (Results 1 - 10 of 10) sorted by relevance

/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregerror.c64 regerror(errcode, preg, errbuf, errbuf_size)
65 int errcode;
72 register int target = errcode &~ REG_ITOA;
76 if (errcode == REG_ATOI)
83 if (errcode&REG_ITOA) {
/barrelfish-2018-10-04/lib/libc/regex/
H A Dregerror.c115 regerror(int errcode, argument
122 int target = errcode &~ REG_ITOA;
126 if (errcode == REG_ATOI)
133 if (errcode&REG_ITOA) {
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_lib.c243 int errcode; local
260 errcode = X509V3_R_EXTENSION_EXISTS;
274 errcode = X509V3_R_EXTENSION_NOT_FOUND;
305 X509V3err(X509V3_F_X509V3_ADD1_I2D, errcode);
/barrelfish-2018-10-04/lib/lua/src/
H A Dldo.h42 LUAI_FUNC l_noret luaD_throw (lua_State *L, int errcode);
H A Dldo.c84 static void seterrorobj (lua_State *L, int errcode, StkId oldtop) { argument
85 switch (errcode) {
103 l_noret luaD_throw (lua_State *L, int errcode) { argument
105 L->errorJmp->status = errcode; /* set status */
109 L->status = cast_byte(errcode); /* mark it as dead */
112 luaD_throw(G(L)->mainthread, errcode); /* re-throw in main thread */
/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Defx_mcdi.c317 int errcode; local
323 errcode = EFX_DWORD_FIELD(errdword, EFX_DWORD_0);
324 rc = efx_mcdi_request_errcode(errcode);
325 EFSYS_PROBE2(mcdi_err, int, emrp->emr_cmd, int, errcode);
377 __in int errcode)
410 if (errcode != 0) {
412 int, errcode);
414 emrp->emr_rc = efx_mcdi_request_errcode(errcode);
373 efx_mcdi_ev_cpl( __in efx_nic_t *enp, __in unsigned int seq, __in unsigned int outlen, __in int errcode) argument
H A Defx_mcdi.h72 __in int errcode);
/barrelfish-2018-10-04/lib/pcre/
H A Dpcreposix.c211 regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) argument
216 message = (errcode >= (int)(sizeof(pstring)/sizeof(char *)))?
217 "unknown error code" : pstring[errcode];
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/conf/
H A Dconf_mod.c252 int errcode = 0; local
264 errcode = CONF_R_ERROR_LOADING_DSO;
270 errcode = CONF_R_MISSING_INIT_FUNCTION;
285 CONFerr(CONF_F_MODULE_LOAD_DSO, errcode);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dsepia.h345 #define Bip_Error(errcode) return(errcode);

Completed in 127 milliseconds