/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 in typeref:typename:int 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/sys/modules/lua/ |
luavar.h | 38 lua_CFunction open; member in struct:lua_module
|
/src/usr.bin/make/unit-tests/ |
opt-jobs-internal.mk | 8 @${MAKE} -f ${MAKEFILE} -j1 direct-open 9 @${MAKE} -f ${MAKEFILE} -j1 indirect-open 28 # expect: direct-open: mode=compat 29 direct-open: .PHONY 32 # expect: indirect-open: mode=compat 33 indirect-open: .PHONY
|
/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));
|
file_http.cpp | 168 DPRINTF((TEXT("can't open socket. cause=%d\n"), 213 HttpFile::open(const TCHAR *name, uint32_t flag) function in class:HttpFile 313 DPRINTF((TEXT("can't open socket.\n"))); 353 ("open http://%S%S - header %d byte contents %d byte\n"),
|
/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/tests/compat/linux/ |
h_linux.h | 53 #define open(path, flags, ...) (int)syscall(LINUX_SYS_open, \ macro
|
/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 | 60 int (*open)(void *, int); member in struct:dtv_hw_if
|
/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 in typeref:typename:int
|
/src/sys/external/bsd/acpica/dist/include/platform/ |
acwin64.h | 173 /* Eliminate warnings for POSIX clib function names (open, write, etc.) */ 186 #define open _open macro
|
/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/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...] |