代码搜索:error
找到约 10,000 项符合「error」的源代码
代码结果 10,000
www.eeworm.com/read/149876/5694924
c error.c
static char _[] = "@(#)error.c 5.20 93/07/30 16:38:29, Srini, AMD.";
/******************************************************************************
* Copyright 1991 Advanced Micro Devices, Inc.
*
www.eeworm.com/read/148721/5709510
c error.c
#include "c.h"
static void printtoken(void);
int errcnt = 0;
int errlimit = 20;
char kind[] = {
#define xx(a,b,c,d,e,f,g) f,
#define yy(a,b,c,d,e,f,g) f,
#include "token.h"
};
int wflag
www.eeworm.com/read/148694/5710316
h error.h
/* @(#)error.h 5.18 93/07/30 16:39:48, Srini, AMD */
/******************************************************************************
* Copyright 1991 Advanced Micro Devices, Inc.
*
* This software
www.eeworm.com/read/148694/5710363
c error.c
static char _[] = "@(#)error.c 5.20 93/07/30 16:38:29, Srini, AMD.";
/******************************************************************************
* Copyright 1991 Advanced Micro Devices, Inc.
*
www.eeworm.com/read/148359/5715560
py error.py
#!/usr/bin/python -u
#
# This test exercise the redirection of error messages with a
# functions defined in Python.
#
import sys
import libxml2
# Memory debug specific
libxml2.debugMemory(1)
expect=
www.eeworm.com/read/148250/5716636
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/148250/5716640
h error.h
#include
extern char *pname;
extern void Warning(char *, ...);
extern void Error(char *, ...);
extern void Perror(char *, ...);