代码搜索:Prot

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

代码结果 2,417
www.eeworm.com/read/322905/6301363

h mman.h

#ifndef _LINUX_MMAN_H #define _LINUX_MMAN_H #define PROT_READ 0x1 /* page can be read */ #define PROT_WRITE 0x2 /* page can be written */ #define PROT_EXEC 0x4
www.eeworm.com/read/255541/12075683

h mman.h

#ifndef _LINUX_MMAN_H #define _LINUX_MMAN_H #define PROT_READ 0x1 /* page can be read */ #define PROT_WRITE 0x2 /* page can be written */ #define PROT_EXEC 0x4
www.eeworm.com/read/337834/12338941

m4 makefile.am.m4

dnl $Id: Makefile.am.m4,v 1.31 2006/10/03 19:11:44 strib Exp $ dnl dnl Process this file with GNU m4 to get Makefile.am. dnl (Using m4 greatly simplifies the rules for autogenerated RPC files.) dnl ##
www.eeworm.com/read/124442/14567410

h mman.h

#ifndef _LINUX_MMAN_H #define _LINUX_MMAN_H #define PROT_READ 0x1 /* page can be read */ #define PROT_WRITE 0x2 /* page can be written */ #define PROT_EXEC 0x4
www.eeworm.com/read/221695/14728791

h mman.h

#ifndef _LINUX_MMAN_H #define _LINUX_MMAN_H #define PROT_READ 0x1 /* page can be read */ #define PROT_WRITE 0x2 /* page can be written */ #define PROT_EXEC 0x4
www.eeworm.com/read/172417/5386612

c memp.c

/* * Copyright (c) 2001-2004 Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted
www.eeworm.com/read/167507/5459365

c memp.c

/* * Copyright (c) 2001-2004 Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted
www.eeworm.com/read/155551/5620895

c memp.c

/* * Copyright (c) 2001-2004 Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted
www.eeworm.com/read/154801/5634467

c memp.c

/* * Copyright (c) 2001-2004 Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted
www.eeworm.com/read/105179/15676067

h mman.h

#ifndef _LINUX_MMAN_H #define _LINUX_MMAN_H #define PROT_READ 0x1 /* page can be read */ #define PROT_WRITE 0x2 /* page can be written */ #define PROT_EXEC 0x4 /