Searched defs:open (Results 1 - 25 of 42) sorted by path

12

/haiku/headers/cpp/
H A Dfstream.h66 void open(const char *name, int mode=ios::in, int prot=0664) function in class:ifstream
77 void open(const char *name, int mode=ios::out, int prot=0664) function in class:ofstream
88 void open(const char *name, int mode, int prot=0664) function in class:fstream
H A Dstreambuf.h70 #undef open macro
/haiku/headers/os/drivers/pcmcia/
H A Dds.h131 u_int state, open; member in struct:dev_link_t
/haiku/headers/private/fs_shell/
H A Dfssh_drivers.h47 fssh_device_open_hook open; /* called to open the device */ member in struct:__anon19
H A Dfssh_api_wrapper.h804 #define open fssh_open macro
H A Dfssh_fs_interface.h195 fssh_status_t (*open)(fssh_fs_volume *volume, fssh_fs_vnode *vnode, member in struct:fssh_fs_vnode_ops
/haiku/headers/private/net/
H A Dnet_stack_interface.h27 status_t (*open)(int family, int type, int protocol, net_socket** _socket); member in struct:net_stack_interface_module_info
H A Dnet_protocol.h64 status_t (*open)(net_protocol* self); member in struct:net_protocol_module_info
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h185 op_open *open; member in struct:vnode_ops
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h204 beos_op_open *open; member in struct:beos_vnode_ops
/haiku/src/add-ons/print/transports/shared/
H A DSocket.cpp70 void Socket::open() function in class:Socket
/haiku/src/libs/stdc++/legacy/
H A DSFile.cc59 void SFile::open(const char *name, int size, int mode, int prot) function in class:SFile
H A Dfilebuf.cc80 filebuf* filebuf::open(const char *filename, ios::openmode mode, int prot) function in class:filebuf
140 filebuf* filebuf::open(const char *filename, const char *mode) function in class:filebuf
H A Dfstream.cc81 void fstreambase::open(const char *name, int mode, int prot) function in class:fstreambase
H A Dprocbuf.cc39 procbuf *procbuf::open(const char *command, int mode) function in class:procbuf
/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDParser.cpp238 BString open = openStatement.GetKeyword(); local
/haiku/headers/build/
H A DBeOSBuildCompatibility.h158 # define open(path, openMode...) _haiku_build_open(path, openMode) macro
/haiku/headers/os/drivers/
H A DDrivers.h45 device_open_hook open; /* called to open the device */ member in struct:__anon1
H A Ddevice_manager.h177 status_t (*open)(void *deviceCookie, const char *path, int openMode, member in struct:device_module_info
H A Dfs_interface.h178 status_t (*open)(fs_volume* volume, fs_vnode* vnode, int openMode, member in struct:fs_vnode_ops
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h174 int (*open) (const char *, struct fuse_file_info *); member in struct:fuse_operations
[all...]
H A Dfuse_compat.h27 int (*open) (const char *, struct fuse_file_info *); member in struct:fuse_operations_compat25
86 int (*open) (const char *, struct fuse_file_info_compat *); member in struct:fuse_operations_compat22
137 int (*open) (const char *, int); member in struct:fuse_operations_compat2
185 int (*open) (const char *, int); member in struct:fuse_operations_compat1
H A Dfuse_lowlevel.h444 void (*open) (fuse_req_t req, fuse_ino_t ino, member in struct:fuse_lowlevel_ops
[all...]
H A Dfuse_lowlevel_compat.h34 void (*open) (fuse_req_t req, fuse_ino_t ino, member in struct:fuse_lowlevel_ops_compat25
101 void (*open) (fuse_req_t req, fuse_ino_t ino, member in struct:fuse_lowlevel_ops_compat
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c41 int open; member in struct:wacom_device
[all...]

Completed in 185 milliseconds

12