HomeSort by: relevance | last modified time | path
    Searched defs:open (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /src/lib/libperfuse/
perfuse.h 44 #define open(path, flags) \ macro
  /src/sys/arch/atari/stand/tostools/libtos/
cread.h 41 #define open copen macro
  /src/sys/lib/libsa/
open.c 1 /* $NetBSD: open.c,v 1.26 2007/11/24 13:20:56 isaki Exp $ */
34 * @(#)open.c 8.1 (Berkeley) 6/11/93
75 open(const char *fname, int mode) function
95 * Try to open the device.
96 * Convert open mode (0,1,2) to F_READ, F_WRITE.
126 /* pass file name to the different filesystem open routines */
  /src/include/
rmt.h 6 * Added routines to replace open(), close(), lseek(), ioctl(), etc.
57 #define open rmtopen macro
  /src/sys/arch/hpc/stand/hpcboot/
file_fat.cpp 60 FatFile::open(const TCHAR *name, uint32_t flags) function in class:FatFile
65 // open it.
69 DPRINTF((TEXT("can't open \"%s\". cause = %d\n"),
80 DPRINTF((TEXT("open file \"%s\"(%d byte).\n"), _filename, sz));
file_ufs.cpp 92 UfsFile::open(const TCHAR *name, uint32_t flags) function in class:UfsFile
100 DPRINTF((TEXT("open file \"%s\" "), name));
  /src/sys/arch/i386/stand/lib/test/
sanamespace.h 8 #undef open macro
  /src/sys/dev/hdmicec/
hdmicec_if.h 35 int (*open)(void *, int); member in struct:hdmicec_hw_if
  /src/sys/dev/ic/
mpuvar.h 38 int open; member in struct:mpu_softc
  /src/sys/dev/
radio_if.h 40 /* open hardware */
41 int (*open)(void *, int, int, struct proc *); member in struct:radio_hw_if
midi_if.h 53 * open -
64 int (*open)(void *, int, /* open hardware */ member in struct:midi_hw_if
  /src/sys/modules/lua/
luavar.h 38 lua_CFunction open; member in struct:lua_module
  /src/tests/compat/linux/
h_linux.h 53 #define open(path, flags, ...) (int)syscall(LINUX_SYS_open, \ macro
  /src/common/dist/zlib/contrib/iostream3/
zfstream.cc 33 // (i.e. attached streams should be left open at this stage)
49 // Open gzipped file
51 gzfilebuf::open(const char *name, function in class:gzfilebuf
54 // Fail if file already open
66 // Attempt to open file
82 // Fail if file already open
109 // Fail immediately if no file is open
129 // Convert int open mode to mode string
378 // Initialize stream buffer and open file
384 this->open(name, mode)
398 gzifstream::open(const char* name, function in class:gzifstream
453 gzofstream::open(const char* name, function in class:gzofstream
    [all...]
  /src/lib/librefuse/refuse/
v11.h 65 int (*open) (const char *, int); member in struct:fuse_operations_v11
v21.h 61 int (*open) (const char *, int); member in struct:fuse_operations_v21
v22.h 65 int (*open) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v22
v23.h 65 int (*open) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v23
v25.h 61 int (*open) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v25
v26.h 61 int (*open) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v26
  /src/sys/dev/dtv/
dtvif.h 57 int (*open)(void *, int); member in struct:dtv_hw_if
  /src/sys/external/bsd/acpica/dist/include/platform/
acwin64.h 65 /* Eliminate warnings for POSIX clib function names (open, write, etc.) */
78 #define open _open macro
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
sanitizer_wrappers.cc 5 // This file is distributed under the University of Illinois Open Source
121 int open(const char *filename, int flags, ...) { function
  /src/common/dist/zlib/contrib/iostream/
zfstream.cpp 18 gzfilebuf *gzfilebuf::open( const char *name, function in class:gzfilebuf
270 void gzfilestream_common::open( const char *name, int io_mode ) { function in class:gzfilestream_common
272 if ( !buffer.open( name, io_mode ) )
300 gzfilestream_common::open( name, io_mode );
320 gzfilestream_common::open( name, io_mode );
  /src/common/dist/zlib/contrib/iostream2/
zstream.h 55 izstream(FILE* fp) : m_fp(0) { open(fp); }
56 izstream(const char* name) : m_fp(0) { open(name); }
60 * open() can be used to read a file which is not in gzip format;
65 void open(const char* name) { function in class:izstream
70 void open(FILE* fp) { function in class:izstream
162 open(fp, level);
166 open(name, level);
177 void open(const char* name, int level = Z_DEFAULT_COMPRESSION) { function in class:ozstream
184 /* open from a FILE pointer.
186 void open(FILE* fp, int level = Z_DEFAULT_COMPRESSION) function in class:ozstream
    [all...]

Completed in 26 milliseconds

1 2 3