代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/209308/15223636
h osfile.h
#ifndef __OSFILE_H__
#define __OSFILE_H__
#define FILESYSTEM_AUTOFORMAT FALSE
//Macro related to FLASH
#define PagePerClus 32
#define BytesPerPage 512
#define FILEMODE_READ 1
#define FI
www.eeworm.com/read/7658/126448
c fcntl.c
#include
/*
* fcntl -- Manipulate a file descriptor.
* We don't have a filesystem, so we do nothing.
*/
int fcntl (int fd, int cmd, long arg)
{
return 0;
}
www.eeworm.com/read/11276/218515
tex file_fopen.tex
\subsubsection*{Purpose}
Searches for file and initializes the file object.
\subsubsection*{Prototype}
\code{esint8 file\_fopen(File *file, FileSystem *fs, eint8 *filename, eint8 mode);}
\subsubsectio
www.eeworm.com/read/13298/271448
h dosfs.h
/*
DOSFS Embedded FAT-Compatible Filesystem
(C) 2005 Lewin A.R.W. Edwards (sysadm@zws.com)
*/
#ifndef _DOSFS_H
#define _DOSFS_H
#include
//===================================
www.eeworm.com/read/13298/271457
c dosfs.c
/*
DOSFS Embedded FAT-Compatible Filesystem
(C) 2005 Lewin A.R.W. Edwards (sysadm@zws.com)
You are permitted to modify and/or use this code in your own projects without
payment of royalty, r
www.eeworm.com/read/15262/445499
c file.c
#include "fat.h"
/* Supported filesystems */
//static const struct filesystem filesystems[] = {
// { file_fat_detectfs, file_fat_ls, file_fat_read, "FAT" },
//};
//#define NUM_FILESYS (sizeo
www.eeworm.com/read/17583/740231
c fcntl.c
#include
/*
* fcntl -- Manipulate a file descriptor.
* We don't have a filesystem, so we do nothing.
*/
int fcntl (int fd, int cmd, long arg)
{
return 0;
}
www.eeworm.com/read/494037/1162576
c fcntl.c
#include
/*
* fcntl -- Manipulate a file descriptor.
* We don't have a filesystem, so we do nothing.
*/
int fcntl (int fd, int cmd, long arg)
{
return 0;
}
www.eeworm.com/read/494037/1162606
c fcntl.c
#include
/*
* fcntl -- Manipulate a file descriptor.
* We don't have a filesystem, so we do nothing.
*/
int fcntl (int fd, int cmd, long arg)
{
return 0;
}
www.eeworm.com/read/494037/1162641
c fcntl.c
#include
/*
* fcntl -- Manipulate a file descriptor.
* We don't have a filesystem, so we do nothing.
*/
int fcntl (int fd, int cmd, long arg)
{
return 0;
}