Searched refs:error (Results 251 - 275 of 761) sorted by relevance

<<11121314151617181920>>

/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dspell.pl36 % The effect of loading this module is to modify the error handler
66 % If no correction is found the usual error handler is called.
67 % A more sophisticated system would detect the error handler at the time
76 printf(error, "%s %w in module %w\nPossibly meant: ",
81 error(157,_)
105 write(error,CorrFunctor/Arity),
106 write(error,' Correct (y/n)? '),
107 flush(error),
109 nl(error),
112 writeln(error,Corr
[all...]
H A Delipsys.pl200 printf(error, "WARNING: mode declaration for %q must be just before the clauses,\n",[GF/GA]),
201 printf(error, " otherwise it will be ignored.\n%b",[])
228 printf(error, "WARNING: unrecognised elipsys mode symbol ", [X]).
281 error(6,random(Min,Max,Value)). % error 6 = out_of_range
297 (number(X1) -> true ; var(X1) -> true ; error(5, Goal)),
302 (number(Y1) -> true ; var(Y1) -> true ; error(5, Goal))
308 (number(Res) -> true ; var(Res) -> true ; error(5, Goal)),
327 which then generates an error.
365 Note : The error handle
[all...]
/barrelfish-2018-10-04/lib/libc/gen/
H A Dfstab.c58 static void error(int);
217 bad: /* no way to distinguish between EOF and syntax error */
218 error(EFTYPE);
272 error(errno);
289 error(int err) function
/barrelfish-2018-10-04/lib/libc/string/
H A Dstrlen.c67 #error Unsupported word size
/barrelfish-2018-10-04/lib/msun/src/
H A Dfenv-softfloat.h30 #error "This file is meant to be included only by <fenv.h>."
H A Ds_nexttoward.c29 #error "Unsupported long double format"
H A Ds_scalbnl.c37 #error "Unsupported long double format"
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A DMakefile.in53 PDS_OBJS = pds.mem.o pds.xdr.o pds.error.o pds.mdt.o
63 PDS_H = pds.types.h pds.error.h pds.mem.h pds.mdt.h pds.xdr.h
100 -$(RM) ../include/pds.error.h
101 $(CP) pds.error.h ../include
198 pds.error.o: pds.error.c pds.types.h pds.error.h
199 $(CC) $(CCFLAGS) -c pds.error.c
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Da_bytes.c264 c->error=ERR_R_PASSED_NULL_PARAMETER;
286 c->error=ERR_R_ASN1_LIB;
292 c->error=ERR_R_BUF_LIB;
309 ASN1err(ASN1_F_ASN1_COLLATE_PRIMITIVE,c->error);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/camellia/
H A Dcamellia.h58 #error CAMELLIA is disabled.
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/conf/
H A Dconf_err.c100 {ERR_REASON(CONF_R_ERROR_LOADING_DSO) ,"error loading dso"},
106 {ERR_REASON(CONF_R_MODULE_INITIALIZATION_ERROR),"module initialization error"},
125 if (ERR_func_error_string(CONF_str_functs[0].error) == NULL)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dh/
H A Ddh_err.c93 {ERR_REASON(DH_R_BN_DECODE_ERROR) ,"bn decode error"},
94 {ERR_REASON(DH_R_BN_ERROR) ,"bn error"},
95 {ERR_REASON(DH_R_DECODE_ERROR) ,"decode error"},
101 {ERR_REASON(DH_R_PARAMETER_ENCODING_ERROR),"parameter encoding error"},
111 if (ERR_func_error_string(DH_str_functs[0].error) == NULL)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dsa/
H A Ddsa_err.c101 {ERR_REASON(DSA_R_BN_DECODE_ERROR) ,"bn decode error"},
102 {ERR_REASON(DSA_R_BN_ERROR) ,"bn error"},
104 {ERR_REASON(DSA_R_DECODE_ERROR) ,"decode error"},
109 {ERR_REASON(DSA_R_PARAMETER_ENCODING_ERROR),"parameter encoding error"},
119 if (ERR_func_error_string(DSA_str_functs[0].error) == NULL)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/hmac/
H A Dhmac.h64 #error HMAC is disabled.
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/seed/
H A Dseed.h89 #error SEED is disabled.
/barrelfish-2018-10-04/include/openssl/
H A Dhmac.h64 #error HMAC is disabled.
H A Dseed.h89 #error SEED is disabled.
H A Dtxt_db.h89 long error; member in struct:txt_db_st
/barrelfish-2018-10-04/include/sys/
H A Dimgact.h110 void post_execve(struct thread *td, int error, struct vmspace *oldvmspace);
/barrelfish-2018-10-04/kernel/arch/armv8/
H A Dexec.c116 #error "Unknown platform for wait_for_interrupt"
/barrelfish-2018-10-04/kernel/arch/x86/
H A Dsyscall.c67 return (struct sysret){ .error = SYS_ERR_OK, .value = data };
/barrelfish-2018-10-04/kernel/include/arch/x86/
H A Dstartup_x86.h59 #error "Architecture not supported"
/barrelfish-2018-10-04/kernel/
H A Dmemset.c116 #error UINTPTR_MAX not valid
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/txt_db/
H A Dtxt_db.h89 long error; member in struct:txt_db_st
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/engines/cluster_labs/
H A Dhw_cluster_labs_err.c124 CL_lib_name->error = ERR_PACK(CL_lib_error_code,0,0);

Completed in 257 milliseconds

<<11121314151617181920>>