Searched defs:open (Results 26 - 50 of 79) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp113 int open(const char *filename, int flags, ...) { function
/freebsd-11-stable/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.cc230 __basic_file<char>::open(const char* __name, ios_base::openmode __mode, function in class:__basic_file
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_fstream.h517 open(const char* __s, ios_base::openmode __mode = ios_base::in) function in class:basic_ifstream
647 open(const char* __s, function in class:basic_ofstream
777 open(const char* __s, function in class:basic_fstream
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dserial.h209 int (*open) (struct serial *, const char *name); member in struct:serial_ops
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dvc_vchi_audioserv_defs.h146 VC_AUDIO_OPEN_T open; member in union:__anon7260::__anon7261
/freebsd-11-stable/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h93 #define open _open macro
/freebsd-11-stable/contrib/ntp/util/
H A Dtickadj.c204 #define open(name, flags) open(name, flags, 0777) macro
/freebsd-11-stable/sys/dev/usb/
H A Dusb_controller.h160 void (*open)(struct usb_xfer *); member in struct:usb_pipe_methods
H A Dusb_core.h90 uint8_t open:1; /* set if USB pipe has been opened */ member in struct:usb_xfer_flags_int
/freebsd-11-stable/contrib/file/python/
H A Dmagic.py235 def open(flags): function
/freebsd-11-stable/contrib/tcpdump/
H A Dnetdissect-stdinc.h151 #define open _open macro
/freebsd-11-stable/sys/contrib/zlib/
H A Dgzguts.h47 # define open _open macro
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h127 #define open _open macro
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_private.h54 int (*open)(struct archive_write_filter *); member in struct:archive_write_filter
H A Darchive_read_private.h90 int (*open)(struct archive_read_filter *self); member in struct:archive_read_filter
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c442 #define open _open macro
/freebsd-11-stable/sys/kern/
H A Dtty_ttydisc.c592 ttydisc_modem(struct tty *tp, int open) argument
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_ioctl.h161 uint8_t open; member in struct:mfi_query_disk
/freebsd-11-stable/usr.sbin/ppp/
H A Dbundle.h95 int open; /* Union of all open physical::type's */ member in struct:bundle::__anon8823
/freebsd-11-stable/contrib/libarchive/tar/
H A Dwrite.c131 #define open _open macro
[all...]
/freebsd-11-stable/contrib/expat/lib/
H A Dxmltok_impl.c610 int open; local
973 PREFIX(scanLit)(int open, const ENCODING *enc, const char *ptr, const char *end, argument
1499 int open = 0; /* defined when state == inValue; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp254 Expected<InputFile> InputFile::open(StringRef Path, bool AllowUnknownFile) { function in class:InputFile
/freebsd-11-stable/contrib/serf/buckets/
H A Dbwtp_buckets.c39 int open; member in struct:__anon56
/freebsd-11-stable/lib/libc/gen/
H A Dposix_spawn.c74 } open; member in union:__posix_spawn_file_actions_entry::__anon2
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_ra.h2328 svn_error_t *(*open)(void **session_baton, member in struct:svn_ra_plugin_t

Completed in 330 milliseconds

1234