代码搜索:error
找到约 10,000 项符合「error」的源代码
代码结果 10,000
www.eeworm.com/read/198616/7922350
c error.c
#include "apue.h"
#include /* for definition of errno */
#include /* ISO C variable aruments */
static void err_doit(int, int, const char *, va_list);
/*
* Nonfatal error rel
www.eeworm.com/read/198531/7930818
c error.c
/*
* OpenVPN -- An application to securely tunnel IP networks
* over a single UDP port, with support for TLS-based
* session authentication and key exchange,
*
www.eeworm.com/read/198531/7931019
h error.h
/*
* OpenVPN -- An application to securely tunnel IP networks
* over a single UDP port, with support for TLS-based
* session authentication and key exchange,
*
www.eeworm.com/read/298748/7940631
c error.c
/*******************************************************************************
*
* File Name: error_generator.c
* Revision: 2.0
* Date: March, 2007
* Email: nandsuppor
www.eeworm.com/read/298649/7946896
c error.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: error.
www.eeworm.com/read/197887/7964261
c error.c
/*
* USB Error messages
*
* Copyright (c) 2000-2001 Johannes Erdfelt
*
* This library is covered by the LGPL, read LICENSE for details.
*/
#include
#include
www.eeworm.com/read/197887/7964349
h error.h
#ifndef _ERROR_H_
#define _ERROR_H_
typedef enum {
USB_ERROR_TYPE_NONE = 0,
USB_ERROR_TYPE_STRING,
USB_ERROR_TYPE_ERRNO,
} usb_error_type_t;
extern char usb_error_str[1024];
extern int usb_err