代码搜索结果
找到约 820,005 项符合
if 的代码
if-json.c.svn-base
/*
* if-json. Interface list in JSON format.
* Based on busybox, see .
*
* Copyright (C) 2008 OpenRB.com
*
* This program is free software: you can redistribute
if.c
/* if.c - network interface utility routines */
/* Copyright 1984 - 2003 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/* $NetBSD: if.c,v 1.18 1994/10/30 21:48:46 cgd Exp $ */
/*
* Copyri
if.h
/* net/if.h -- declarations for inquiring about network interfaces
Copyright (C) 1997,98,99,2000,2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library
if.h
/* net/if.h -- declarations for inquiring about network interfaces
Copyright (C) 1997,98,99,2000,2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library
if.jsp
lack of parameter named name in current request.
if.hpp
// Boost Lambda Library -- if.hpp ------------------------------------------
// Copyright (C) 1999, 2000 Jaakko J鋜vi (jaakko.jarvi@cs.utu.fi)
// Copyright (C) 2000 Gary Powell (powellg@amazon.com)
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
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
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.java
class If{
public static void main(String args[]) {
int a, b, c;
a = 3;
b = 4;
if(a < b)
System.out.println("a is less than b");
if(a == b)
System.out.println("this won’t be