代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/476331/1372715
txt a33.txt
Microsoft (R) .NET Framework CasPol 2.0.50727.312
Copyright (c) Microsoft Corporation. All rights reserved.
Security is ON
Execution checking is ON
Policy change prompt is ON
Level = Machine
www.eeworm.com/read/476331/1372718
txt a.txt
Microsoft (R) .NET Framework CasPol 2.0.40607.42
Copyright (C) Microsoft Corporation. All rights reserved.
Security is ON
Execution checking is ON
Policy change prompt is ON
Level = Machine
www.eeworm.com/read/471161/1433249
svr4-dell
Notes on the DELL SVR4.
You should use -DSETTIMEOFDAY_BROKEN.
Philip.Gladstone@mail.citicorp.com
(XXX But there is no checking for SETTIMEOFDAY_BROKEN in the code)
www.eeworm.com/read/470720/1447970
c const4.c
// PRMS Id: 8927
// Bug: complex inheritance interferes with const checking
class GrandParent {
public:
virtual void DoIt();
protected:
int A;
};
class Parent : virtual public GrandParent {
publ
www.eeworm.com/read/470693/1459916
c const4.c
// PRMS Id: 8927
// Bug: complex inheritance interferes with const checking
class GrandParent {
public:
virtual void DoIt();
protected:
int A;
};
class Parent : virtual public GrandParent {
publ
www.eeworm.com/read/240886/4566600
svr4-dell
Notes on the DELL SVR4.
You should use -DSETTIMEOFDAY_BROKEN.
Philip.Gladstone@mail.citicorp.com
(XXX But there is no checking for SETTIMEOFDAY_BROKEN in the code)
www.eeworm.com/read/233554/4666502
svr4-dell
Notes on the DELL SVR4.
You should use -DSETTIMEOFDAY_BROKEN.
Philip.Gladstone@mail.citicorp.com
(XXX But there is no checking for SETTIMEOFDAY_BROKEN in the code)
www.eeworm.com/read/231546/4715471
m4 programs.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Checking for programs.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation,
www.eeworm.com/read/231546/4715479
m4 libs.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Checking for libraries.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002 Free Software Foundation,
www.eeworm.com/read/229812/4738245
c diag0224.c
// BADDECL.C -- TEST ERROR CHECKING ON DECLARATIONS
//
// 91/10/01 -- Ian McHardy -- defined
// 7.1
static char; // vars need names
extern int; // ditto
d