代码搜索:FS
找到约 10,000 项符合「FS」的源代码
代码结果 10,000
www.eeworm.com/read/386861/8722365
c fs.c
#include "uip.h"
#include "httpd.h"
#include "fs.h"
#include "fsdata.h"
#define NULL (void *)0
#ifdef FS_STATISTICS
#if FS_STATISTICS == 1
static u16_t count[FS_NUMFILES];
#endif /*
www.eeworm.com/read/386861/8722422
lst fs.lst
C51 COMPILER V8.02 FS 10/13/2008 17:11:18 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE FS
OBJECT MODULE PLACED IN .\ou
www.eeworm.com/read/386861/8722557
obj fs.obj
www.eeworm.com/read/386861/8722661
h fs.h
#ifndef __FS_H__
#define __FS_H__
#include "uip.h"
/**
* An open file in the read-only file system.
*/
struct fs_file {
char *dat; /**< The actual file data. */
int len; /**
www.eeworm.com/read/386806/8725732
h fs.h
#ifndef _LINUX_FS_H
#define _LINUX_FS_H
/*
* This file has definitions for some important file table
* structures etc.
*/
#include
#include
#include
www.eeworm.com/read/430396/8750665
bas fs.bas
Attribute VB_Name = "modFs"
'Returns a boolean - True if the file exists
Public Function FExists(OrigFile As String)
Dim fs
Set fs = CreateObject("Scripting.FileSystemObject")
FExists
www.eeworm.com/read/285057/8873146
dsw fs.dsw
Microsoft Developer Studio Workspace File, Format Version 5.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/285057/8873160
rc fs.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/285057/8873165
dsp fs.dsp
# Microsoft Developer Studio Project File - Name="FS" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 5.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Applic
www.eeworm.com/read/285057/8873169