代码搜索:Files
找到约 10,000 项符合「Files」的源代码
代码结果 10,000
www.eeworm.com/read/11139/197301
files deputy.files
NAME=tinyos-deputy
VERSION=1.1
RELEASE=1
cd ../..
rm -rf $NAME-$VERSION
svn checkout svn://hal.cs.berkeley.edu/home/svn/projects/trunk/deputy
mv deputy $NAME-$VERSION
tar czvf ../$NAME-$VERSI
www.eeworm.com/read/11139/197305
files tinyos.files
NAME=tinyos
VERSION=2.1.0
cd ../..
rm -rf $NAME-$VERSION
tools/release/extractor $NAME-$VERSION
www.eeworm.com/read/11175/207688
inc files.inc
;***
; files.inc - 26-Aug-86
;***
.XLIST
;***
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; This include file specifies Macros and Equates used in common system library
; rout
www.eeworm.com/read/11175/208249
dat files.dat
www.eeworm.com/read/11356/228095
h files.h
#ifndef _FILES_H
#define _FILES_H
/* Permission bits in FTPUSERS file */
#define FTP_READ 1 /* Read files */
#define FTP_CREATE 2 /* Create new files */
#define FTP_WRITE 4 /* Overwrite or dele
www.eeworm.com/read/11356/228195
c files.c
/* System-dependent definitions of various files, spool directories, etc */
#include
#include
#include "global.h"
#include "netuser.h"
#include "files.h"
#include "md5.h"
www.eeworm.com/read/13364/273874
h files.h
#ifndef CRYPTOPP_FILES_H
#define CRYPTOPP_FILES_H
#include "cryptlib.h"
#include "filters.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
class FileSource : public S
www.eeworm.com/read/13364/273987
cpp files.cpp
// files.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "files.h"
NAMESPACE_BEGIN(CryptoPP)
static const unsigned int BUFFER_SIZE = 1024;
FileSource::F
www.eeworm.com/read/13787/283321
h files.h
#ifndef _FILES_H
#define _FILES_H
/* Permission bits in FTPUSERS file */
#define FTP_READ 1 /* Read files */
#define FTP_CREATE 2 /* Create new files */
#define FTP_WRITE 4 /* Overwrite or dele
www.eeworm.com/read/13787/283419
c files.c
/* System-dependent definitions of various files, spool directories, etc */
#include
#include
#include "global.h"
#include "netuser.h"
#include "files.h"
#include "md5.h"