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

12

/haiku/src/libs/stdc++/legacy/
H A Dprocbuf.cc39 procbuf *procbuf::open(const char *command, int mode) function in class:procbuf
H A DSFile.cc59 void SFile::open(const char *name, int size, int mode, int prot) function in class:SFile
H A Dfstream.cc81 void fstreambase::open(const char *name, int mode, int prot) function in class:fstreambase
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
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dplugin.h71 int (*open)(ntfs_inode *ni, const REPARSE_POINT *reparse, member in struct:plugin_operations
H A Ddevice.h104 int (*open)(struct ntfs_device *dev, int flags); member in struct:ntfs_device_operations
/haiku/src/bin/debug/strace/
H A Dfcntl.cpp88 Syscall *open = get_syscall("_kern_open"); local
/haiku/src/system/libroot/posix/
H A Dfcntl.cpp32 open(const char *path, int openMode, ...) function
/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
/haiku/src/add-ons/print/transports/shared/
H A DSocket.cpp70 void Socket::open() function in class:Socket
/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/fuse/
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
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.h174 int (*open) (const char *, struct fuse_file_info *); member in struct:fuse_operations
[all...]
/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/src/add-ons/kernel/drivers/midi/usb_midi/
H A Dusb_midi.h121 int open; member in struct:usbmidi_port_info
/haiku/src/apps/serialconnect/
H A DSerialWindow.cpp337 bool open = (message->FindString("port name", &path) == B_OK); local
/haiku/src/build/libroot/
H A Dfunction_remapper.cpp214 open(const char* path, int openMode, ...) function
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/
H A Ddriver.h97 int open; member in struct:_pegasus_dev
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c41 int open; member in struct:wacom_device
[all...]
/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

Completed in 244 milliseconds

12