代码搜索:errors
找到约 10,000 项符合「errors」的源代码
代码结果 10,000
www.eeworm.com/read/136816/5854857
h fterrors.h
/***************************************************************************/
/* */
/* fterrors.h
www.eeworm.com/read/127781/6000369
h hubstat.h
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2000
www.eeworm.com/read/110034/6171402
h hubstat.h
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2000
www.eeworm.com/read/102935/6229916
h hubstat.h
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2000
www.eeworm.com/read/154728/11931991
php 13-05.php
function log_roller($error, $error_string) {
$file = '/var/log/php_errors.log';
if (filesize($file) > 1024) {
rename($file, $file . (string)time());
clearstatcache();
}
error_log
www.eeworm.com/read/169697/5415149
c multiple_ports.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2003 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpi.h"
#include
#include
#inc
www.eeworm.com/read/169697/5415224
c rerr.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include
#include "mpi.h"
int main( int argc, cha
www.eeworm.com/read/162614/5521922
c p6058.c
// { dg-do assemble }
// { dg-options "-fexceptions -pedantic-errors" }
// prms-id: 6058
void bar(struct s1 { } a) { (void)a; } // { dg-error "" }
struct s2*fooey()
{
try {
static_cast
www.eeworm.com/read/161121/5560276
h hubstat.h
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2000
www.eeworm.com/read/395762/8153573
h tortls.h
/* Copyright (c) 2003, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information *