代码搜索:error

找到约 10,000 项符合「error」的源代码

代码结果 10,000
www.eeworm.com/read/238768/4609746

pod ssl_get_error.pod

=pod =head1 NAME SSL_get_error - obtain result code for TLS/SSL I/O operation =head1 SYNOPSIS #include int SSL_get_error(const SSL *ssl, int ret); =head1 DESCRIPTION SSL_get_e
www.eeworm.com/read/237551/4623650

h libm_error_codes.h

/* file: libm_error_codes.h */ /* // Copyright (c) 2000 - 2004, Intel Corporation // All rights reserved. // // Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution
www.eeworm.com/read/237551/4623796

c libc_libm_error.c

/* Error handling in libm-style for libc. */ #include #include "libm_support.h" void __libm_error_support (void *arg1, void *arg2, void *retval, error_types input_tag) { __set
www.eeworm.com/read/237227/4629545

svn-base error.h.svn-base

/*****************************************************************************\ * EFSL - Embedded Filesystems Library * * ------------------
www.eeworm.com/read/233448/4671073

c syntax-error-1.c

/* APPLE LOCAL file 4185810 */ /* Recover gracefully from a syntax error. */ void function(void) { if( 1 ) { else /* { dg-error "expected .\}. before .else." } */ {
www.eeworm.com/read/233448/4674619

c bad-error7.c

// { dg-do assemble } // GROUPS passed bad-errors #include class ParX { public: ParX() {} }; class X : public ParX { public:
www.eeworm.com/read/233448/4674623

c bad-error3.c

// { dg-do assemble } // GROUPS passed bad-errors // bad-error file // Date: Sun, 31 Jul 1994 11:37:43 +1000 (EST) // From: Rohan LENARD // Subject: g++-2.6.0 gives wrong wa
www.eeworm.com/read/233448/4674713

c bad-error6.c

// { dg-do assemble } // GROUPS passed bad-errors typedef __SIZE_TYPE__ size_t; class tt { public: tt(int); private: void *operator new(size_t a); // Forbid object creation in heap
www.eeworm.com/read/233448/4674762

c missed-error1.c

// { dg-do assemble } // GROUPS passed missed-error // missed-error file // From: John Carr // Date: Tue, 02 Feb 1993 07:38:53 EST // Subject: Re: g++ ignores language conte
www.eeworm.com/read/233448/4674774

c missed-error3.c

// { dg-do assemble } // GROUPS passed missed-error // missed-error file // From: Neil Wilson // Date: Tue, 28 Apr 92 13:53:54 WET DST // Subject: g++ version 2.1 bug