代码搜索:Prot
找到约 2,417 项符合「Prot」的源代码
代码结果 2,417
www.eeworm.com/read/329075/12983833
cpp separation.cpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : implementation of class module Separation
History
www.eeworm.com/read/329075/12984068
hpp flatfeature.hpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : header of class FlatFeature
History : see so
www.eeworm.com/read/136072/5873727
makefile
# Makefile for uClibc
#
# Copyright (C) 2000 by Lineo, inc.
# Copyright (C) 2000,2001,2002 Erik Andersen
#
# This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/131315/5934790
tags
BUFSPACE opts.c /^#define BUFSPACE(ep, len) (((ep) + (len)) < expbuf/
CID_ALLOC clock.c /^#define CID_ALLOC() (++callout_id)$/
FHID_ALLOC nfs_ops.c /^#define FHID_ALLOC() (++fh_id)$/
IN_PROGRESS afs_o
www.eeworm.com/read/223320/14646073
cvsignore .cvsignore
.deps
.libs
Makefile
Makefile.in
aclocal.m4
classfs_prot.C
classfs_prot.h
classfsd
config.cache
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
cryptfs
install-sh
libto
www.eeworm.com/read/223320/14646138
in makefile.in
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Softwar
www.eeworm.com/read/167046/5469713
makefile
# Makefile for uClibc
#
# Copyright (C) 2000 by Lineo, inc.
# Copyright (C) 2000,2001,2002 Erik Andersen
#
# This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/163821/5508392
makefile
# Makefile for uClibc
#
# Copyright (C) 2000 by Lineo, inc.
# Copyright (C) 2000,2001,2002 Erik Andersen
#
# This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/133329/5905734
d begin.d
BEGIN
{
prot[0] = "---";
prot[1] = "r--";
prot[2] = "-w-";
prot[3] = "rw-";
prot[4] = "--x";
prot[5] = "r-x";
prot[6] = "-wx";
prot[7] = "rwx";
}
syscall::mmap:entry
{
printf("mmap with prot
www.eeworm.com/read/178847/9383926
c pbuf.c
/**
* @file
* Packet buffer management
*
* Packets are represented by the pbuf data structure. It supports dynamic
* memory allocation for packet contents or can reference externally
* man