代码搜索:basically
找到约 957 项符合「basically」的源代码
代码结果 957
www.eeworm.com/read/130515/14188580
c runshcrypt.c
/*
This file will just make a execve call to getshcrypt.pl
The "env" path will need to be set so that getshcrypt.pl
can find all the programs it needs to run (basically yppasswd
and grep).
you'll
www.eeworm.com/read/222590/14684606
readme_teststdio2
FILE LIST -
teststdio2.c
DESCRIPTION -
teststdio2 - Test the stdio ANSI C library
This routine tests the various types (basically 3 i.e, stdin,
stdout and stder
www.eeworm.com/read/210394/15199609
readme_teststdio2
FILE LIST -
teststdio2.c
DESCRIPTION -
teststdio2 - Test the stdio ANSI C library
This routine tests the various types (basically 3 i.e, stdin,
stdout and stder
www.eeworm.com/read/492281/1176955
readme_teststdio2
FILE LIST -
teststdio2.c
DESCRIPTION -
teststdio2 - Test the stdio ANSI C library
This routine tests the various types (basically 3 i.e, stdin,
stdout and stder
www.eeworm.com/read/489717/1210942
readme
This is an OpenSSL-compatible version of AES (also called Rijndael).
aes_core.c is basically the same as rijndael-alg-fst.c but with an
API that looks like the rest of the OpenSSL symmetric cipher sui
www.eeworm.com/read/480930/1308151
h ipchains_core.h
/*
* This code is heavily based on the code in ip_fw.h; see that file for
* copyrights and attributions. This code is basically GPL.
*
* 15-Feb-1997: Major changes to allow graphs for firewall ru
www.eeworm.com/read/479151/1337978
h bttv.h
/*
* bttv - Bt848 frame grabber driver
*
* card ID's and external interfaces of the bttv driver
* basically stuff needed by other drivers (i2c, lirc, ...)
* and is supported not to change muc
www.eeworm.com/read/479151/1340971
h ipchains_core.h
/*
* This code is heavily based on the code in ip_fw.h; see that file for
* copyrights and attributions. This code is basically GPL.
*
* 15-Feb-1997: Major changes to allow graphs for firewall ru
www.eeworm.com/read/459110/1574050
java simplebigdecimal.java
package org.bouncycastle.math.ec;
import java.math.BigInteger;
/**
* Class representing a simple version of a big decimal. A
* SimpleBigDecimal is basically a
* {@link java.math.BigI
www.eeworm.com/read/451586/1660357
java address.java
package rabbit.io;
import java.net.InetAddress;
/** A class to handle the addresses of the connections.
* Basically just a pair of InetAddress and port number.
*
* @author