代码搜索:Recovery
找到约 1,119 项符合「Recovery」的源代码
代码结果 1,119
www.eeworm.com/read/305065/3780747
in rebuil~1.in
#!@PERL@
# Recreates a .db file compatible with that produced by getdominfo
# from the ASCII output of convert-dom-db.
# Mostly useful for disaster recovery.
# Written by David MacKenzie
www.eeworm.com/read/440906/1782441
c recurse-1.c
/* Test for warning of and recovery from recursion in object-like
macros. */
/* { dg-do preprocess } */
#define foo foo
foo /* { dg-error "detected recursion" } */
#define bar a bar b
bar
www.eeworm.com/read/428420/1960064
in rebuil~1.in
#!@PERL@
# Recreates a .db file compatible with that produced by getdominfo
# from the ASCII output of convert-dom-db.
# Mostly useful for disaster recovery.
# Written by David MacKenzie
www.eeworm.com/read/389922/2530313
c recover.c
/* recover - un-remove a file Author: Andy Tanenbaum */
/* Unlike most UNIX systems, MINIX provides a way to recover a file that
* has been accidently rm'ed. The recovery is done using Terrence Ho
www.eeworm.com/read/389879/2532328
c eeh_sysfs.c
/*
* Sysfs entries for PCI Error Recovery for PAPR-compliant platform.
* Copyright IBM Corporation 2007
* Copyright Linas Vepstas 2007
*
* All rights reserved.
*
* This p
www.eeworm.com/read/366702/2865837
c attribute2.c
/* Test to make sure that invalid attributes aren't translated.
If error recovery is ever testable then "foobar" should be
translated. */
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }
www.eeworm.com/read/366702/2881364
c asm2.c
/* Test for execution character set encoding errors.
If we ever get a good way to test error recovery
the string "foobar" should be translated. */
/* { dg-do compile } */
/* { dg-require-iconv
www.eeworm.com/read/366702/2881368
c attribute2.c
/* Test to make sure that invalid attributes aren't translated.
If error recovery is ever testable then "foobar" should be
translated. */
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }
www.eeworm.com/read/366702/2884041
c recurse-1.c
/* Test for warning of and recovery from recursion in object-like
macros. */
/* { dg-do preprocess } */
#define foo foo
foo /* { dg-error "detected recursion" } */
#define bar a bar b
bar
www.eeworm.com/read/366702/2884666
c parse-decl-after-if.c
/* Parse error recovery
{ dg-do compile }
{ dg-options "-fsyntax-only" }
*/
void f(x)
{
if (x > 1)
int ret = 1; /* { dg-error "expected expression before 'int'" } */
}