Searched defs:write (Results 1 - 25 of 445) sorted by relevance

1234567891011>>

/netbsd-current/external/mit/libuv/dist/docs/code/multi-echo-server/
H A Dhammer.js4 var write = function(socket) { function
/netbsd-current/external/bsd/libfido2/dist/openbsd-compat/
H A Dposix_win.h42 #define write(fd, buf, count) posix_write(fd, buf, count) macro
/netbsd-current/sys/lib/libsa/
H A Dwrite.c67 write(int fd, const void *destp, size_t bcount) function
/netbsd-current/external/cddl/osnet/sys/kern/
H A Dzone.c51 zone_dataset_visible(const char *dataset, int *write) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-file.c34 tui_file::write (const char *buf, long length_buf) function in class:tui_file
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dhooks.h11 #define write JEMALLOC_HOOK(write, hooks_libc_hook) macro
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dhooks.h11 #define write JEMALLOC_HOOK(write, hooks_libc_hook) macro
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cc18 static void Expect(const MutexSet &mset, uptr i, u64 id, bool write, u64 epoch, argument
/netbsd-current/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_util.h46 int write; member in struct:__anon18448
/netbsd-current/lib/libc/rpc/
H A Dsvc_fdset.h13 # undef write macro
14 # define write(a, b, c) rump_sys_write(a, b, c) macro
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp69 SampleProfileWriter::write(const StringMap<FunctionSamples> &ProfileMap) { function in class:SampleProfileWriter
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dnotif.h56 void (*write) (struct notif_event *event, char *own_buf); member in struct:notif_server
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-file.c47 tui_file::write (const char *buf, long length_buf) function in class:tui_file
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dproc-utils.h105 #define write(X,Y,Z) write_with_trace (X, Y, Z, __FILE__, __LINE__) macro
/netbsd-current/sys/rump/librump/rumpvfs/
H A Dvm_vfs.c40 uvm_aio_aiodone_pages(struct vm_page **pgs, int npages, bool write, int error) argument
77 bool write; local
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dnotif.h56 void (*write) (struct notif_event *event, char *own_buf); member in struct:notif_server
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dproc-utils.h105 #define write(X,Y,Z) write_with_trace (X, Y, Z, __FILE__, __LINE__) macro
/netbsd-current/external/gpl2/gettext/lib/libnlspr/
H A DMakefile[all...]
/netbsd-current/sys/arch/i386/stand/lib/test/
H A Dsanamespace.h11 #undef write macro
/netbsd-current/external/bsd/libpcap/dist/testprogs/
H A Dunix.h54 #define write _write macro
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mutexset.cc25 void MutexSet::Add(u64 id, bool write, u64 epoch) { argument
55 void MutexSet::Del(u64 id, bool write) { argument
/netbsd-current/include/
H A Drmt.h62 #define write rmtwrite macro
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mutexset.cc23 void MutexSet::Add(u64 id, bool write, u64 epoch) { argument
53 void MutexSet::Del(u64 id, bool write) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp25 void Writer::write(bool b) { EW.write(b ? FirstByte::True : FirstByte::False); } function in class:Writer
27 void Writer::write(int64_t i) { function in class:Writer
60 void Writer::write(uint64_t u) { function in class:Writer
88 void Writer::write(double d) { function in class:Writer
101 void Writer::write(StringRef s) { function in class:Writer
121 void Writer::write(MemoryBufferRef Buffer) { function in class:Writer
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DEndianStream.h27 inline void write(raw_ostream &os, value_type value, endianness endian) { function in namespace:llvm::support::endian
33 inline void write<float>(raw_ostream &os, float value, endianness endian) { function in namespace:llvm::support::endian
38 inline void write<double>(raw_ostream &os, double value, function in namespace:llvm::support::endian
44 inline void write(raw_ostream &os, ArrayRef<value_type> vals, function in namespace:llvm::support::endian
55 template <typename value_type> void write(ArrayRe function in struct:llvm::support::endian::Writer
58 template <typename value_type> void write(value_type Val) { function in struct:llvm::support::endian::Writer
[all...]

Completed in 228 milliseconds

1234567891011>>