代码搜索:checking

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

代码结果 6,492
www.eeworm.com/read/480145/1321821

c fread.c

/* fread.c - read a file. stdio.h */ /* Copyright 1992-2002 Wind River Systems, Inc. */ /* modification history -------------------- 01f,21jan02,jkf SPR#72774, fread is checking for NULL on wrong a
www.eeworm.com/read/245254/4505321

sh check-headers.sh

#!/bin/bash CC=gcc path=/usr/local/include echo "Checking files in $path..." cd $path tname=$(tempfile -p check -s .cpp) oname=/tmp/$(basename $tname cpp)s for i in $(find rtt -maxdepth 2 -type f -n
www.eeworm.com/read/240162/4589713

c scalar-return-2_y.c

#include #include "compat-common.h" /* Turn off checking for variable arguments with -DSKIPVA. */ #ifdef SKIPVA const int test_va = 0; #else const int test_va = 1; #endif #define T(NAME
www.eeworm.com/read/240162/4589734

c scalar-by-value-1_y.c

#include #include "compat-common.h" /* Turn off checking for variable arguments with -DSKIPVA. */ #ifdef SKIPVA const int test_va = 0; #else const int test_va = 1; #endif #define T(NAME
www.eeworm.com/read/240162/4589765

c scalar-by-value-4_y.c

#include #include "compat-common.h" /* Turn off checking for variable arguments with -DSKIPVA. */ #ifdef SKIPVA const int test_va = 0; #else const int test_va = 1; #endif #define T(NAME
www.eeworm.com/read/240162/4589773

c scalar-by-value-3_y.c

#include #include "compat-common.h" /* Turn off checking for variable arguments with -DSKIPVA. */ #ifdef SKIPVA const int test_va = 0; #else const int test_va = 1; #endif #define T(NAME
www.eeworm.com/read/240162/4589780

c scalar-return-4_y.c

#include #include "compat-common.h" /* Turn off checking for variable arguments with -DSKIPVA. */ #ifdef SKIPVA const int test_va = 0; #else const int test_va = 1; #endif #define T(NAME
www.eeworm.com/read/236246/4643039

cpp 16_3.cpp

//16_3 #include #include "account.h" #include "savings.h" #include "checking.h" void DoSavings(int n); void DoChecking(int n); void DoAccess(int n); void main() { int se
www.eeworm.com/read/234134/4661413

inc msdos.inc

;msdos.inc - MSDOS 2.x and 3.x low level macros and definitions. ; ; This is the simplest type of macro for making MSDOS 2.x/3.x calls. ; It does no error checking or status returns. ; ; The "f
www.eeworm.com/read/228774/4762847

checkthem alpha.checkthem

echo 0 > /tmp/syms.res; \ for n in 20 22 24; do \ echo ""; echo "Checking syms for linux-$n"; \ if [ -f /morgana/home/rubini/ldd.book/src/_syms-$n.alpha ]; then \ SYMS=/morgana/home/rubini