代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/100282/15877944
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
www.eeworm.com/read/164463/10106842
h pram_fs_i.h
/*
* pram_fs_i.h
*
* Definitions for the PRAM filesystem.
*
* Author: Steve Longerbeam
*
* 2003 (c) MontaVista Software, Inc.
* Copyright 2003 Sony Co
www.eeworm.com/read/164463/10107185
h iso_fs.h
#ifndef _ISOFS_FS_H
#define _ISOFS_FS_H
#include
/*
* The isofs filesystem constants/structures
*/
/* This part borrowed from the bsd386 isofs */
#define ISODCL(from, to) (to - fr
www.eeworm.com/read/164463/10107297
h proc_fs.h
#ifndef _LINUX_PROC_FS_H
#define _LINUX_PROC_FS_H
#include
#include
/*
* The proc filesystem constants/structures
*/
/*
* Offset of the first process in the /proc
www.eeworm.com/read/359019/10170005
man mkisofs.man
MKISOFS(8) Maintenance Procedures MKISOFS(8)
NNNNAAAAMMMMEEEE
mkisofs - create an hybrid ISO9660/JOLIET/HFS filesystem
with optional Rock Ridge att
www.eeworm.com/read/421817/10696510
java filebrowser.java
import java.io.IOException;
import java.util.Enumeration;
import javax.microedition.io.Connector;
import javax.microedition.io.file.FileConnection;
import javax.microedition.io.file.FileSystem
www.eeworm.com/read/420029/10822859
h file.h
#ifndef __FILE_H__
#define __FILE_H__
#include "def.h"
#define FILESYSTEM_AUTOFORMAT FALSE
//Macro related to FLASH
#define PagePerClus 32
#define BytesPerPage 512
#define FILEMODE_REA
www.eeworm.com/read/270498/11034794
c filehdlr.c
/*
* Embedded HTTP Server Internal Filesystem Utilities
*
* ./software/ch7/emhttps/filehdlr.c
*
* mtj@cogitollc.com
*
*/
#include "filehdlr.h"
#include "log.h"
extern unsigned char filedat
www.eeworm.com/read/465152/7058970
c mount_bsd.c
/*
FUSE: Filesystem in Userspace
Copyright (C) 2005-2008 Csaba Henk
This program can be distributed under the terms of the GNU LGPLv2.
See the file COPYING.LIB.
*/
#incl
www.eeworm.com/read/288559/7115800
c install.c
#include
#include
#include "filesys.h"
install()
{
int i,j;
/* 0. open the file column */
/* fd=fopen("filesystem","w+r+b");
if(fd==NULL)