代码搜索:fist
找到约 247 项符合「fist」的源代码
代码结果 247
www.eeworm.com/read/158873/10722891
pwi fist.pwi
www.eeworm.com/read/158873/10722895
dsn fist.dsn
www.eeworm.com/read/420372/10799127
cur fist.cur
www.eeworm.com/read/417848/10974123
fist wrapfs.fist
%{
/*
* wrapfs: modifies file names and file data (same as base3fs)
*/
%}
debug on;
filter name;
filter data;
// dynamic_inode_numbers on;
// mntstyle attach;
// this is a FiST comment, not
www.eeworm.com/read/417848/10974126
fist foofs.fist
// this file sample file for testing the fistgen parser
// a comment
debug on;
filter name;
accessmode readwrite;
errorcode EOKKEY;
errorcode EBADKEY;
fanout 2;
mntdata {
int Xfoo1;
char Xfoo2;
};
www.eeworm.com/read/417848/10974135
fist aclfs.fist
// warning: fist templates may not support all of the features for aclfs!
mntstyle overlay;
filter name;
debug off;
ioctl:fromuser SETACL {int u_num; int g_num;};
fileformat ACLDATA {int us; int gr;};
www.eeworm.com/read/417848/10974141
fist snoopfs.fist
%{
/*
* snoopfs: warn of possible illegal use by non-root non-owners
*/
%}
debug off;
%%
%op:lookup:postcall {
if ((fistLastErr() == EPERM ||
fistLastErr() == ENOENT) &&
$0.owner !=
www.eeworm.com/read/417848/10974204
fist gzipfs.fist
%{
#define MY_ZCALLOC /* Define our own alloc/free functions */
#define GZIPFS_DEFLATE_LEVEL 9
#include "zlib.h"
#include "fist.h"
%}
debug on;
filter sca;
filter data;
mod_src inflate.c zutil.c inf
www.eeworm.com/read/417848/10974211
fist uuencodefs.fist
%{
#include "fist.h"
%}
debug off;
filter sca;
filter data;
add_mk uuencodefs.mk;
%%
%%
int
uuencodefs_encode_buffers(char *hidden_pages_data, /* A PAGE_SIZE buffer
(already allocated)
www.eeworm.com/read/417848/10974245
fist copyfs.fist
%{
#include "fist.h"
%}
debug off;
filter sca;
filter data;
add_mk copyfs.mk;
%%
%%
int
copyfs_encode_buffers(char *hidden_pages_data, /* A PAGE_SIZE buffer
(already allocated)
passe