代码搜索结果

找到约 820,005 项符合 if 的代码

if.java

/* If.java {{IS_NOTE Purpose: Description: History: Tue Sep 6 15:33:06 2005, Created by tomyeh }}IS_NOTE Copyright (C) 2005 Potix Corporation. All Rights Reserved. {{IS_RIGHT This

if.c

/* * IF.C - if internal batch command. * * * History: * * 16 Jul 1998 (Hans B Pufal) * started. * * 16 Jul 1998 (John P Price) * Seperated commands into indiv

if.c

/* if.c - network interface utility routines */ /* Copyright 1984 - 2002 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* $NetBSD: if.c,v 1.18 1994/10/30 21:48:46 cgd Exp $ */ /* * Copyri

net-if.h

/* -*- c++ -*- net-if.h $Id: net-if.h,v 1.6 1998/08/11 15:00:44 dmaltz Exp $ the super class of all network interfaces ===================================================================

net-if.cc

/* net-if.cc $Id: net-if.cc,v 1.11 1998/08/12 06:48:47 dmaltz Exp $ */ #include #include #include #include #include #include

bttv-if.c

/* bttv-if.c -- old gpio interface to other kernel modules don't use in new code, will go away in 2.7 have a look at bttv-gpio.c instead. bttv - Bt848 frame grabber driver C

if.c

/* if.c - network interface utility routines */ /* Copyright 1984 - 2002 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* $NetBSD: if.c,v 1.18 1994/10/30 21:48:46 cgd Exp $ */ /* * Copyri

move-if-change

#!/bin/sh # Like mv $1 $2, but if the files are the same, just delete $1. # Status is 0 if $2 is changed, 1 otherwise. if test -r $2 then if cmp -s $1 $2 then echo $2 is unchanged rm -f $1 else mv -f

if.java

/* If.java {{IS_NOTE Purpose: Description: History: Tue Sep 6 15:33:06 2005, Created by tomyeh }}IS_NOTE Copyright (C) 2005 Potix Corporation. All Rights Reserved. {{IS_RIGHT This