代码搜索:checking

找到约 6,492 项符合「checking」的源代码

代码结果 6,492
www.eeworm.com/read/301877/3831194

makefile

# You probably want to take -DREDEBUG out of CFLAGS, and put something like # -O in, *after* testing (-DREDEBUG strengthens testing by enabling a lot of # internal assertion checking and some debuggin
www.eeworm.com/read/295365/3911253

makefile

# You probably want to take -DREDEBUG out of CFLAGS, and put something like # -O in, *after* testing (-DREDEBUG strengthens testing by enabling a lot of # internal assertion checking and some debugg
www.eeworm.com/read/292705/3949574

c exec.c

/* * linux/fs/exec.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * Demand-loading implemented 01.12.91 - no need to read anything but * the
www.eeworm.com/read/291465/3966002

makefile

# You probably want to take -DREDEBUG out of CFLAGS, and put something like # -O in, *after* testing (-DREDEBUG strengthens testing by enabling a lot of # internal assertion checking and some debugg
www.eeworm.com/read/278512/4143255

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/275358/4178291

svn-base valid.c.svn-base

/* * valid.c : part of the code use to do the DTD handling and the validity * checking * * See Copyright for the status of this software. * * daniel@veillard.com */ #define IN_LIBXML
www.eeworm.com/read/274099/4189386

c acchksup.c

/*++ Copyright (c) 1989-2000 Microsoft Corporation Module Name: AcChkSup.c Abstract: This module implements the FAT access checking routine --*/ #include "FatProcs.h"
www.eeworm.com/read/440906/1778049

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/439082/1819598

c exec.c

/* * linux/fs/exec.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * Demand-loading implemented 01.12.91 - no need to read anything but * the
www.eeworm.com/read/428075/1962885

c exec.c

/* * linux/fs/exec.c * * (C) 1991 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * Demand-loading implemented 01.12.91 - no need to read anything but * the header into mem