代码搜索:checking

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

代码结果 6,492
www.eeworm.com/read/190666/5174516

c typeck1.c

// Build don't link: // GROUPS passed typeck // typeck file // From: vern@daffy.ee.lbl.gov (Vern Paxson) // Date: 24 Sep 1992 23:11:22 GMT // Subject: 2.2.2 type-checking error (?) when comparin
www.eeworm.com/read/190666/5179972

c array-1.c

/* Test for format checking of constant arrays. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=gnu99 -Wformat=2" } */ #include "format.h" const char a
www.eeworm.com/read/190346/5184258

sh buildcheck.sh

#! /bin/sh echo "buildconf: checking installation..." # autoconf 2.13 or newer ac_version=`${AUTOCONF:-autoconf} --version 2>/dev/null|sed -e 's/^[^0-9]*//;s/[a-z]* *$//;q'` if test -z "$ac_version"
www.eeworm.com/read/190346/5185886

sh run.sh

#!/bin/sh rm -f debug.log rm -f child.log # enable an safety-checking malloc in glibc which will abort() if # heap corruption is detected. MALLOC_CHECK_=2 export MALLOC_CHECK_ for f in $*; do
www.eeworm.com/read/187332/5224476

h grouprad_mod.h

/* * $Id: grouprad_mod.h,v 1.5 2004/08/24 08:58:30 janakj Exp $ * * Group membership checking over Radius * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of ser, a free SIP server.
www.eeworm.com/read/187332/5224477

h group.h

/* * $Id: group.h,v 1.3 2004/08/24 08:58:30 janakj Exp $ * * Group membership checking over Radius * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of ser, a free SIP server. * * s
www.eeworm.com/read/184888/5244091

c group.c

/* * $Id: group.c,v 1.4 2005/07/01 14:52:32 bogdan_iancu Exp $ * * Group membership checking over Radius * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of openser, a free SIP serve
www.eeworm.com/read/184888/5244099

h group.h

/* * $Id: group.h,v 1.1.1.1 2005/06/13 16:47:38 bogdan_iancu Exp $ * * Group membership checking over Radius * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of openser, a free SIP s
www.eeworm.com/read/175402/5347257

cpp 16_4.cpp

//16_4.cpp #include #include "account.h" #include "savings.h" #include "checking.h" #include "credit.h" void DoSavings(int access); void DoChecking(int access); void DoAccess(
www.eeworm.com/read/169190/5426820

sh buildcheck.sh

#! /bin/sh echo "buildconf: checking installation..." # autoconf 2.13 or newer ac_version=`${AUTOCONF:-autoconf} --version 2>/dev/null|sed -e 's/^[^0-9]*//;s/[a-z]* *$//;q'` if test -z "$ac_version"