代码搜索:FS
找到约 10,000 项符合「FS」的源代码
代码结果 10,000
www.eeworm.com/read/463254/7184804
o fs.o
www.eeworm.com/read/463254/7184821
c fs.c
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* HTTP server read-only file system code.
* \author Adam Dunkels
*
* A simple read-only filesystem.
*/
/*
* Cop
www.eeworm.com/read/463254/7184863
h fs.h
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* HTTP server read-only file system header file.
* \author Adam Dunkels
*/
/*
* Copyright (c) 2001, Swedish Instit
www.eeworm.com/read/461143/7232758
h fs.h
/*
* This file has definitions for some important file table
* structures etc.
*/
#ifndef _FS_H
#define _FS_H
#include
/* devices are as follows: (same as minix, so we can use the
www.eeworm.com/read/460333/7253457
gif fs.gif
www.eeworm.com/read/457311/7327598
h fs.h
/*
2.4 kbps MELP Proposed Federal Standard speech coder
Fixed-point C code, version 1.0
Copyright (c) 1998, Texas Instruments, Inc.
Texas Instruments has intellectual property rights on
www.eeworm.com/read/457309/7327932
h fs.h
/*
2.4 kbps MELP Proposed Federal Standard speech coder
Fixed-point C code, version 1.0
Copyright (c) 1998, Texas Instruments, Inc.
Texas Instruments has intellectual property rights on
www.eeworm.com/read/456640/7343076
c fs.c
/*
* Copyright (c) 2001, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provi
www.eeworm.com/read/456640/7343101
h fs.h
//简单的文件系统
typedef struct data_file
{
struct data_file *next;
char * name;
char *data;
long len;
} __attribute__((packed)) DATA_FILE ;
/* file must be allocated by caller and will be filled i