代码搜索:Prot
找到约 2,417 项符合「Prot」的源代码
代码结果 2,417
www.eeworm.com/read/364550/2902928
c mmap.c
#include
#include
#include
struct mmap_arg_struct {
unsigned long addr;
unsigned long len;
unsigned long prot;
unsigned long flags;
unsigned long fd;
un
www.eeworm.com/read/394238/8240892
txt mmap.c.txt
any problems, send mails to sindybear@163.com
相关文件
/linux/mm.h
(1)unsigned long do_mmap_pgoff(struct file * file, unsigned long addr, unsigned long len,
unsigned long prot, unsigned l
www.eeworm.com/read/327242/13092661
sql create_seq_demo.sql
DROP DATABASE seq_demo;
CREATE DATABASE seq_demo;
USE seq_demo;
CREATE TABLE prot (
id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
seq TEXT NOT NULL,
bin BLOB NOT NULL,
len INT UNSIGNED NOT N
www.eeworm.com/read/138045/13269816
tie 0013aaa.tie
format: 3 bits: 3
genotype: 0013aaa parent genotype: 0666god
ploidy: 1 track: 0
comments: non-replicating program to test put with template.
track 0: prot
xwr
inc ; 010 000 01 0
i
www.eeworm.com/read/131315/5932185
c pmapbrd.c
/* @(#)pmapbrd.c 1.2 90/01/03 NFS Rev 2 Testsuite
* 1.4 Lachman ONC Test Suite source
*
* Test portmap broadcast rpc facility
*/
#include
#include
#include
www.eeworm.com/read/226770/14452786
c setuidgid.c
#include
#include
#include "prot.h"
#include "strerr.h"
#include "pathexec.h"
#define FATAL "setuidgid: fatal: "
const char *account;
struct passwd *pw;
int main(int argc,cons
www.eeworm.com/read/467857/1495273
java messageeo.java
package book.chat.table;
import java.sql.ResultSet;
import java.sql.SQLException;
import book.chat.DbManager;
public class MessageEO {
protected int messageID;// 代表数据库中message_id列
prot
www.eeworm.com/read/467848/1495337
java messageeo.java
package book.chat.table;
import java.sql.ResultSet;
import java.sql.SQLException;
import book.chat.DbManager;
public class MessageEO {
protected int messageID;// 代表数据库中message_id列
prot
www.eeworm.com/read/455833/1609245
c my_protocol.c
struct net_protocol *myinet_protos[MAX_INET_PROTOS];
static DEFINE_SPINLOCK( myinet_proto_lock );
int myinet_add_protocol(struct net_protocol *prot, unsigned char protocol)
{
int hash, ret;
hash =