代码搜索:errors
找到约 10,000 项符合「errors」的源代码
代码结果 10,000
www.eeworm.com/read/404226/11489783
h errors.h
/*
* File: errors.h
* --------------
* This file defines an error-reporting class with a set of already
* implemented static methods for reporting the standard Decaf errors.
* You should rep
www.eeworm.com/read/404226/11489784
cc errors.cc
/*
* File: errors.cc
* ---------------
* Implementation for error-reporting class.
*/
#include "errors.h"
#include
#include
#include
#include
#include
www.eeworm.com/read/404226/11489793
o errors.o
www.eeworm.com/read/403166/11521251
gcc errors.gcc
cc1.c: In function `main':
cc1.c:111: warning: assignment makes pointer from integer without a cast
cc1.c:113: warning: assignment makes pointer from integer without a cast
cc1.c:114: warning: assignm
www.eeworm.com/read/400844/11567785
h errors.h
#ifndef __ERRORS_H__
#define __ERRORS_H__
// enum of possible errors
typedef enum
{
NO_ERR,
POLL_TIMEOUT,
VERIFY_WRITE,
INVALID_SECTOR,
INVALID_BLOCK,
UNKNOWN_COMMAND,
PROCESS_COMM
www.eeworm.com/read/157396/11712290
tex errors.tex
%/* ----------------------------------------------------------- */
%/* */
%/* ___ */
www.eeworm.com/read/259615/11777784
java errors.java
// FrontEnd Plus for JAD
// DeCompiled : Errors.class
package sms;
public interface Errors
{
public static final int SMPP_ROK = 0;
public static final int SMPP_RINVMSGLEN = 1;
www.eeworm.com/read/345224/11825343
h errors.h
/* known errors */
#define ERR_ILLCHAR 1
#define ERR_NEEDCHAR 2
#define ERR_NEEDCONST 3
#define ERR_FPCON 4
#define ERR_IDEXPECT 5
#define ERR_IDENTEXPECT 6
#define ERR_UNEX
www.eeworm.com/read/344156/11905862
errors common.errors
1. Unmapped LBN
unexpected request location: devno %d, blkno %d, bcount %d
(indicates that a request outside of the specified device's address
space was requested. Check that said device should cont