代码搜索结果
找到约 10,206 项符合
Storage 的代码
storage.java
/* CVS ID: $Id: Storage.java,v 1.7 2000/12/30 10:39:09 wastl Exp $ */
package net.wastl.webmail.server;
import net.wastl.webmail.config.*;
import net.wastl.webmail.xml.*;
import net.wastl.webmail.exc
makefile
#
# Makefile for the USB Mass Storage device drivers.
#
# 15 Aug 2000, Christoph Hellwig
# Rewritten to use lists instead of if-statements.
#
O_TARGET := storage.o
EXTRA_CFLAGS :=
config.help
CONFIG_USB_STORAGE
Say Y here if you want to connect USB mass storage devices to your
computer's USB port.
This code is also available as a module ( = code which can be
inserted in and remove
config.in
#
# USB Storage driver configuration
#
if [ "$CONFIG_SCSI" = "n" ]; then
comment ' SCSI support is needed for USB Storage'
fi
dep_tristate ' USB Mass Storage support' CONFIG_USB_STORAGE $CONFIG_U
lib-s.mod
(*#@(#)lib-s.mod 4.1 Ultrix 7/17/90 *)
MODULE testlib;
IMPORT SYSTEM, BITOPERATIONS, IO, Storage, unix, parameters, strings, math;
VAR
f : IO.FILE;
i : INTEGER;
a : SYSTEM.ADDRESS;
BEGIN
lib.mod
(*#@(#)lib.mod 4.1 Ultrix 7/17/90 *)
MoDuLe testlib;
ImPoRt sYsTeM, bItOpErAtIoNs, Io, MeMoRy, Storage, unix, parameters, strings, math;
VaR
f : iO.fIlE;
i : InTeGeR;
a : SyStEm.AdDrEsS;
B
m4ext.c
/* @(#)m4ext.c 1.3 */
#include "stdio.h"
#include "m4.h"
/* storage params */
int hshsize = 199; /* hash table size (prime) */
int bufsize = 4096; /* pushback & arg text buffers */
int stksize
makefile
#-------------------------------------------------------------------------
#
# Makefile--
# Makefile for storage/large_object
#
# IDENTIFICATION
# $Header: /usr/local/cvsroot/pgsql/src/backend/s
makefile
#-------------------------------------------------------------------------
#
# Makefile--
# Makefile for storage/buffer
#
# IDENTIFICATION
# $Header: /usr/local/cvsroot/pgsql/src/backend/storage
makefile
#-------------------------------------------------------------------------
#
# Makefile--
# Makefile for storage/file
#
# IDENTIFICATION
# $Header: /usr/local/cvsroot/pgsql/src/backend/storage/f