代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/216802/4881279
c check.c
/*
* check.c
* - consistency checks
*/
/*
* This file is
* Copyright (C) 1997-1999 Ian Jackson
*
* It is part of adns, which is
* Copyright (C)
www.eeworm.com/read/213837/4911740
java check.java
/**
* @(#)Check.java 1.70 03/02/26
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package com.sun.tools.j
www.eeworm.com/read/210144/4954408
h check.h
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
www.eeworm.com/read/209559/4960340
check-gas
#!/bin/sh
dir=$(dirname $0)
CC=$1
OBJDUMP=$2
tmp=${TMPDIR:-/tmp}
out=$tmp/out$$.o
$CC -c $dir/check-gas-asm.S -o $out
res=$($OBJDUMP -r --section .data $out | fgrep 00004 | tr -s ' ' |cut -f3 -d' ')
r
www.eeworm.com/read/209559/4974343
c check.c
/*
* fs/partitions/check.c
*
* Code extracted from drivers/block/genhd.c
* Copyright (C) 1991-1998 Linus Torvalds
* Re-organised Feb 1998 Russell King
*
* We now have independent partitio
www.eeworm.com/read/209559/4974347
h check.h
#include
#include
/*
* add_gd_partition adds a partitions details to the devices partition
* description.
*/
enum { MAX_PART = 256 };
struct parsed_partitions {
www.eeworm.com/read/209211/4981604
c check.c
#include "stdinc.h"
#include "dat.h"
#include "fns.h"
static void error(Fsck*, char*, ...);
static void setBit(uchar*, u32int);
static int getBit(uchar*, u32int);
static int walkEpoch(Fsck *chk, Bloc