代码搜索:error
找到约 10,000 项符合「error」的源代码
代码结果 10,000
www.eeworm.com/read/137691/5819767
h error.h
// $Id: Error.h,v 1.3 2003/10/07 21:46:13 idgay Exp $
/*
* $Id: Error.h,v 1.3 2003/10/07 21:46:13 idgay Exp $
*
****************************************************************************
*
* u
www.eeworm.com/read/137626/5823083
c error.c
/* Error handling and debugging stuff */
/* $Id: error.c,v 1.86.6.2 2005/02/28 01:20:29 jonas Exp $ */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE /* Needed for vasprintf() */
#endif
#ifdef HAVE_CONFIG_
www.eeworm.com/read/137626/5823103
h error.h
/* $Id: error.h,v 1.45 2004/08/12 08:40:30 miciah Exp $ */
#ifndef EL__UTIL_ERROR_H
#define EL__UTIL_ERROR_H
/* Here you will found a chunk of functions useful for error states --- from
* reportin
www.eeworm.com/read/137626/5823123
c error.c
/* Status/error messages managment */
/* $Id: error.c,v 1.36.2.5 2005/05/01 22:09:22 jonas Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include
#include "elinks.h"
#include
www.eeworm.com/read/137626/5823131
h error.h
/* $Id: error.h,v 1.6 2003/11/29 21:55:33 jonas Exp $ */
#ifndef EL__SCHED_ERROR_H
#define EL__SCHED_ERROR_H
struct terminal;
unsigned char *get_err_msg(int state, struct terminal *term);
void fre
www.eeworm.com/read/137598/5823312
java __error.java
/* compiled from JSP: /error.jsp
*
* This code was automatically generated at 11:51:27 on 2005-4-22
* by weblogic.servlet.jsp.Jsp2Java -- do not edit.
*/
package jsp_servlet;
import java.io.
www.eeworm.com/read/137598/5823425
java __error.java
/* compiled from JSP: /error.jsp
*
* This code was automatically generated at 11:51:27 on 2005-4-22
* by weblogic.servlet.jsp.Jsp2Java -- do not edit.
*/
package jsp_servlet;
import java.io.
www.eeworm.com/read/137483/5823934
h error.h
/*
C++ Exception Processing Class
Date:
2001/10/09 (Last Updated: 2002/03/06)
*/
#ifndef __ORZ_ERROR__
#define __ORZ_ERROR__
#define ERROR_MAXBUF 1024
class CError
{
protec