代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/368008/9719752
1 mrd.1
.TH MRD 1 local
.SH NAME
mrd \- remove an MSDOS subdirectory
.SH SYNOPSIS
.B mrd
msdosdirectory [ msdosdirectories... ]
.SH DESCRIPTION
.I Mrd
removes a directory from an MSDOS filesystem.
.PP
An erro
www.eeworm.com/read/269654/11084787
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/266618/11216801
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/266618/11216811
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/135592/13918358
c symlink.c
/*
* linux/fs/isofs/symlink.c
*
* (C) 1992 Eric Youngdale Modified for ISO9660 filesystem.
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* isofs symlink handling code. This is only used
www.eeworm.com/read/237122/13977063
htm ch01_19.htm
[Chapter 1] 1.19 The Tree Structure of the Filesystem
www.eeworm.com/read/133419/14044363
h install.h
install()
{
int i,j;
printf("install\n");
fd=fopen("filesystem","a+b");
if(fd==NULL)
{
printf("\nfilesys can not be loaded.\n");
exit(0);
}
fseek(fd,BLOCKSIZ,SEEK_SET);
fread(
www.eeworm.com/read/105179/15676255
c symlink.c
/*
* linux/fs/isofs/symlink.c
*
* (C) 1992 Eric Youngdale Modified for ISO9660 filesystem.
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* isofs symlink handling code. This is only used
www.eeworm.com/read/105179/15676286
makefile
#
# Makefile for the linux ext2-filesystem routines.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unle
www.eeworm.com/read/100766/15864828
in makefile.in
# Makefile for the NT filesystem user part
#
# Copyright (C) 1997 R間is Duchesne
#
# Note : Do 'make clean_makespace' each time you modify this Makefile.
# Does anybody know how to include dependancie