代码搜索:Filesystem

找到约 7,034 项符合「Filesystem」的源代码

代码结果 7,034
www.eeworm.com/read/328298/13034878

h file.h

#ifndef __FILE_H__ #define __FILE_H__ #include "..\inc\def.h" #define FILESYSTEM_AUTOFORMAT FALSE //Macro related to FLASH #define PagePerClus 32 #define BytesPerPage 512 #define FILEM
www.eeworm.com/read/240201/13231617

c libfat.c

/*OS libfat: library to access a fat32 filesystem Rev 0.3 aka "Beta version" Copyright (C) 2006-2007 Paolo Angelelli Acknowledgments to Salvatore Isaja, auctor of f
www.eeworm.com/read/138420/13236750

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/238767/13326535

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/315112/13551377

c m_linux.c

/* * top - a top users display for Unix * * SYNOPSIS: Linux 1.2.x, 1.3.x, using the /proc filesystem * * DESCRIPTION: * This is the machine-dependent module for Linux 1.2.x or 1.3.x. * * LIBS
www.eeworm.com/read/313059/13597578

c fat_write.c

/* * fat_driver.c - USB Mass storage driver for PS2 * * (C) 2005, Marek Olejnik (ole00@post.cz) * * FAT filesystem layer - write functions * * See the file LICENSE includ
www.eeworm.com/read/312239/13614648

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/312239/13614651

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/310932/13639876

c format.c

#include #include #include "filesys.h" format() { char* buff; super= (struct filesys* )malloc(sizeof(struct filesys)); fd=fopen("filesystem","w+"); buff= (ch
www.eeworm.com/read/305692/13763157

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