代码搜索:Prot

找到约 2,417 项符合「Prot」的源代码

代码结果 2,417
www.eeworm.com/read/292705/3947176

h mman.h

#ifndef __CRIS_MMAN_H__ #define __CRIS_MMAN_H__ /* verbatim copy of asm-i386/ version */ #define PROT_READ 0x1 /* page can be read */ #define PROT_WRITE 0x2 /* page can be written */ #define PROT_
www.eeworm.com/read/292705/3948092

h mman.h

#ifndef __PARISC_MMAN_H__ #define __PARISC_MMAN_H__ #define PROT_READ 0x1 /* page can be read */ #define PROT_WRITE 0x2 /* page can be written */ #define PROT_EXEC 0x4 /* page can be executed */ #
www.eeworm.com/read/439082/1817204

h mman.h

#ifndef __CRIS_MMAN_H__ #define __CRIS_MMAN_H__ /* verbatim copy of asm-i386/ version */ #define PROT_READ 0x1 /* page can be read */ #define PROT_WRITE 0x2 /* page can be written */ #define PROT_
www.eeworm.com/read/439082/1818120

h mman.h

#ifndef __PARISC_MMAN_H__ #define __PARISC_MMAN_H__ #define PROT_READ 0x1 /* page can be read */ #define PROT_WRITE 0x2 /* page can be written */ #define PROT_EXEC 0x4 /* page can be executed */ #
www.eeworm.com/read/430518/1926182

h mman.h

#ifndef __CRIS_MMAN_H__ #define __CRIS_MMAN_H__ /* verbatim copy of asm-i386/ version */ #define PROT_READ 0x1 /* page can be read */ #define PROT_WRITE 0x2 /* page can be written */ #define PROT_
www.eeworm.com/read/430518/1927098

h mman.h

#ifndef __PARISC_MMAN_H__ #define __PARISC_MMAN_H__ #define PROT_READ 0x1 /* page can be read */ #define PROT_WRITE 0x2 /* page can be written */ #define PROT_EXEC 0x4 /* page can be executed */ #
www.eeworm.com/read/357083/3030922

h mman.h

#ifndef __CRIS_MMAN_H__ #define __CRIS_MMAN_H__ /* verbatim copy of asm-i386/ version */ #define PROT_READ 0x1 /* page can be read */ #define PROT_WRITE 0x2 /* page can be written */ #define PROT_
www.eeworm.com/read/357083/3031832

h mman.h

#ifndef __PARISC_MMAN_H__ #define __PARISC_MMAN_H__ #define PROT_READ 0x1 /* page can be read */ #define PROT_WRITE 0x2 /* page can be written */ #define PROT_EXEC 0x4 /* page can be executed */ #
www.eeworm.com/read/159825/5581159

h mman.h

#ifndef __PPC_MMAN_H__ #define __PPC_MMAN_H__ #define PROT_READ 0x1 /* page can be read */ #define PROT_WRITE 0x2 /* page can be written */ #define PROT_EXEC 0x4 /* page can be executed */ #
www.eeworm.com/read/467355/7010811

c main.c

# include "pocket.h" Parameter *parm; Protein *prot; Ligand *lig; int main(int argc,char *argv[]) { extern Parameter *parm; extern Protein *prot; extern Ligand *lig; if(argc!