代码搜索结果

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

bttv-if.c

/* bttv-if.c -- interfaces to other kernel modules all the i2c code is here also the gpio interface exported by bttv (used by lirc) bttv - Bt848 frame grabber driver Copyright (C) 19

if.t

#!./perl # $RCSfile: if.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:03 $ print "1..2\n"; # first test to see if we can run the tests. $x = 'test'; if ($x eq $x) { print "ok 1\n"; } else { print "no

if.c

//========================================================================== // // sys/net/if.c // // // //========================================================================== /

if.c

//========================================================================== // // src/sys/net/if.c // //========================================================================== //####BSDC

if.t

#!./perl # $Header: if.t,v 4.0 91/03/20 01:49:03 lwall Locked $ print "1..2\n"; # first test to see if we can run the tests. $x = 'test'; if ($x eq $x) { print "ok 1\n"; } else { print "not ok 1\n

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 $1 $2 > /dev/null then echo $2 is unchanged rm -f $1 el

move-if-change

#!/bin/sh if test -r $2 then if cmp $1 $2 > /dev/null then echo $2 is unchanged rm -f $1 else mv -f $1 $2 fi else mv -f $1 $2 fi

move-if-change

#!/bin/sh if test -r $2 then if cmp $1 $2 > /dev/null then echo $2 is unchanged rm -f $1 else mv -f $1 $2 fi else mv -f $1 $2 fi

if.c

/* $Id: if.c,v 1.3 1998/12/28 14:13:11 nigel Exp $ */ /* * Copyright (c) 1980, 1986 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary

if.xtp

XTP: xsl:if <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="example"> <table> <xsl:attribute nam