代码搜索:error
找到约 10,000 项符合「error」的源代码
代码结果 10,000
www.eeworm.com/read/238485/13882243
c error.c
#include
#include "error.h"
/* warning: as coverage improves here, should update error_{str,temp} */
int error_intr =
#ifdef EINTR
EINTR;
#else
-1;
#endif
int error_nomem =
#ifdef ENOMEM
www.eeworm.com/read/238485/13882912
h error.h
#ifndef ERROR_H
#define ERROR_H
extern int errno;
extern int error_intr;
extern int error_nomem;
extern int error_noent;
extern int error_txtbsy;
extern int error_io;
extern int error_exist;
extern
www.eeworm.com/read/238485/13883127
3 error.3
.TH error 3
.SH NAME
error \- syscall error codes
.SH SYNTAX
.B #include
extern int \fBerrno\fP;
extern int \fBerror_intr\fP;
.br
extern int \fBerror_nomem\fP;
.br
extern int \fBerror_noen
www.eeworm.com/read/135956/13883333
cpp error.cpp
/*************************************************************************
This software module was originally developed by
Yoshihiro Kikuchi (TOSHIBA CORPORATION)
Takeshi Nagai (TOSHIBA COR
www.eeworm.com/read/152843/5662706
h error.h
/****************************************************************************
******* *******
******* E R R O R H E A D E R F I L
www.eeworm.com/read/152726/5666913
jsp error.jsp
@EJBCA@ Certificate Enroll Error
@EJBCA@ Certificate Enroll Error
www.eeworm.com/read/152695/5668373
c error.c
#include
#include
#include
#include
#include "error.h"
char *pname;
void
Warning(char *fmt, ...)
{
va_list args;
fprintf(stderr, "%s: WARNING: ", p
www.eeworm.com/read/152695/5668377
h error.h
#include
extern char *pname;
extern void Warning(char *, ...);
extern void Error(char *, ...);
extern void Perror(char *, ...);
www.eeworm.com/read/152661/5671885
cdl error.cdl
# ====================================================================
#
# error.cdl
#
# Error package configuration data
#
# ================================================================