代码搜索:INTERFACES
找到约 10,000 项符合「INTERFACES」的源代码
代码结果 10,000
www.eeworm.com/read/127781/5999095
h acpi.h
/******************************************************************************
*
* Name: acpi.h - Master include file, Publics and external data.
* $Revision: 54 $
*
**********************
www.eeworm.com/read/127540/6004520
properties jndi.properties
# DO NOT EDIT THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING
#
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
www.eeworm.com/read/125819/6021386
readme
This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.
It supports the following dlopen interfaces:
* dlopen (Solaris, Linux and various BSD flavors)
* shl_load (HP-UX)
* LoadLibra
www.eeworm.com/read/125279/6031730
8 tncfg.8
.TH IPSEC_TNCFG 8 "21 Jun 2000"
.\"
.\" RCSID $Id: tncfg.8,v 1.1.1.1 2002/09/05 03:13:19 ken Exp $
.\"
.SH NAME
ipsec tncfg \- associate IPSEC virtual interface with physical interface
.SH SYNOPSIS
.B
www.eeworm.com/read/125279/6032201
sh uml-functions.sh
#! /bin/sh
#
#
# $Id: uml-functions.sh,v 1.2 2002/11/05 01:51:44 ken Exp $
#
setup_host() {
host=$1
KERNEL=$2
KERNDIR=`dirname $KERNEL`
hostroot=$POOLSPACE/$host/root
mkdir -p
www.eeworm.com/read/119864/6080671
tcpip
#! /bin/sh
NAME="tcpip"
interface="br0"
set -e
case "$1" in
start)
echo -n "Initializing $NAME: "
. /etc/rw/interfaces/$interface
if [ "$dhcp" = "enabled" ] ; then
/sbin/udhcpc -i $interface
www.eeworm.com/read/119340/6090616
java rsautil.java
package org.bouncycastle.jce.provider;
import java.security.interfaces.RSAPrivateCrtKey;
import java.security.interfaces.RSAPrivateKey;
import java.security.interfaces.RSAPublicKey;
import org
www.eeworm.com/read/119340/6090635
java elgamalkey.java
package org.bouncycastle.jce.interfaces;
import org.bouncycastle.jce.spec.ElGamalParameterSpec;
public interface ElGamalKey
{
public ElGamalParameterSpec getParams();
}
www.eeworm.com/read/119340/6090636
java ecpublickey.java
package org.bouncycastle.jce.interfaces;
import java.security.PublicKey;
import org.bouncycastle.math.ec.ECPoint;
/**
* interface for elliptic curve public keys.
*/
public interface ECPu