代码搜索:Filesystem

找到约 7,034 项符合「Filesystem」的源代码

代码结果 7,034
www.eeworm.com/read/341062/3257803

c fcntl.c

#include /* * fcntl -- Manipulate a file descriptor. * We don't have a filesystem, so we do nothing. */ int fcntl (int fd, int cmd, long arg) { return 0; }
www.eeworm.com/read/341062/3258118

c fcntl.c

#include /* * fcntl -- Manipulate a file descriptor. * We don't have a filesystem, so we do nothing. */ int fcntl (int fd, int cmd, long arg) { return 0; }
www.eeworm.com/read/340822/3264288

c fcntl.c

#include /* * fcntl -- Manipulate a file descriptor. * We don't have a filesystem, so we do nothing. */ int fcntl (int fd, int cmd, long arg) { return 0; }
www.eeworm.com/read/340665/3269447

c fstatvfs64.c

/* Return information about the filesystem on which FD resides. Copyright (C) 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Li
www.eeworm.com/read/340645/3284254

c fcntl.c

#include /* * fcntl -- Manipulate a file descriptor. * We don't have a filesystem, so we do nothing. */ int fcntl (int fd, int cmd, long arg) { return 0; }
www.eeworm.com/read/339873/3294300

00readme

The java dcwSpecialist reads the raw DCW data, not "Koolish Files". It can read directly from the CD-ROM, or from a copy of the CD on a local filesystem. The DcwSpecialist can be run like java -mx64
www.eeworm.com/read/334125/3373119

c vfs_smb2.c

/* Unix SMB/CIFS implementation. CIFS-to-SMB2 NTVFS filesystem backend Copyright (C) Andrew Tridgell 2008 largely based on vfs_cifs.c which was Copyright (C) Andrew Tridgell 200
www.eeworm.com/read/334125/3373199

c vfs_cifs.c

/* Unix SMB/CIFS implementation. CIFS-on-CIFS NTVFS filesystem backend Copyright (C) Andrew Tridgell 2003 Copyright (C) James J Myers 2003 This program is free s
www.eeworm.com/read/333835/3382172

c fsfilt_reiserfs.c

/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * * lustre/lib/fsfilt_reiserfs.c * Lustre filesystem abstraction routines * * Copyright (
www.eeworm.com/read/331534/3409632

svn-base path_win32u.h.svn-base

// // Path_WIN32U.h // // $Id: //poco/1.3/Foundation/include/Poco/Path_WIN32U.h#1 $ // // Library: Foundation // Package: Filesystem // Module: Path // // Definition of the PathImpl class fo