Searched refs:write (Results 201 - 225 of 564) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/gdb/gdb/
H A Dser-pipe.c19 along with this program; if not, write to the Free Software
147 ops->write = ser_unix_write;
H A Dserial.h18 along with this program; if not, write to the Free Software
213 int (*write) (struct serial *, const char *str, int len); member in struct:serial_ops
H A Dtarget.c21 along with this program; if not, write to the Free Software
85 int write);
270 nomemory (CORE_ADDR memaddr, char *myaddr, int len, int write, argument
273 errno = EIO; /* Can't read/write this location */
1040 do_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write, argument
1055 if (!write && trust_readonly)
1070 (memaddr, myaddr, len, write, attrib, &current_target);
1080 res = t->deprecated_xfer_memory (memaddr, myaddr, len, write, attrib, t);
1101 target_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write) argument
1124 if (write)
1968 deprecated_debug_xfer_memory(CORE_ADDR memaddr, char *myaddr, int len, int write, struct mem_attrib *attrib, struct target_ops *target) argument
[all...]
/haiku-fatelf/src/bin/gdb/include/gdb/
H A Dcallback.h18 along with this program; if not, write to the Free Software
90 int (*write) PARAMS ((host_callback *,int, const char *, int));
213 /* Working space to be used by memory read/write callbacks. */
218 /* Callbacks for reading/writing memory (e.g. for read/write syscalls).
220 argument here. We mimic sim_{read,write} for now. Be careful to
89 int (*write) PARAMS ((host_callback *,int, const char *, int)); member in struct:host_callback_struct
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dpex-unix.c20 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
180 #define writeerr(s) write (STDERR_FILE_NO, s, strlen (s))
/haiku-fatelf/src/libs/pdflib/bind/pdflib/java/servlet/
H A DchartabServlet.java121 out.write(outbuf);
H A DquickreferenceServlet.java94 output.write(buf);
/haiku-fatelf/src/system/kernel/debug/
H A DBreakpointManager.h33 bool write);
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Dvsnprintf.c15 License along with the GNU C Library; if not, write to the Free
96 JUMP_INIT(write, _IO_default_write),
H A Dvswprintf.c15 License along with the GNU C Library; if not, write to the Free
94 JUMP_INIT(write, _IO_default_write),
118 /* Since we have to write at least the terminating L'\0' a buffer
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fragmenter/
H A Dfragmenter.cpp54 if (write(fd, buffer, size) < (ssize_t)size) {
55 fprintf(stderr, "%s: Could not write file %d: %s\n", kProgramName,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dexternal_commands_unix.cpp159 bytesWritten = write(sClientConnection, replyBuffer, toWrite);
/haiku-fatelf/src/tests/system/kernel/
H A Dsyscall_restart_test.cpp257 write(fFDs[1], "Ingo", 4);
285 : Test("write")
300 while (write(fFDs[1], "a", 1) == 1);
309 fBytesWritten = write(fFDs[1], "Ingo", 4);
323 return Check(fBytesWritten < 0, "unexpected write");
643 write(fClientSocket, "Axel", 4);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mmap/
H A D13-1.c9 * call. The initial read or write reference to a mapped region
20 * st_atime, write to the mapped region will not cause the update
76 printf("Time before write(): %ld\n", time(NULL));
77 if (write(fd, data, total_size) != total_size)
79 printf(TNAME "Error at write(): %s\n",
93 /* atime1: write */
125 /* write reference to mapped memory */
142 /* atime3: write to memory */
H A D14-1.c9 * in the interval between a write reference to the
13 * as a result of a write reference, then these fields shall be marked
14 * for update at some time after the write reference.
71 printf("Time before write(): %ld\n", time(NULL));
72 if (write(fd, data, total_size) != total_size)
74 printf(TNAME "Error at write(): %s\n",
93 printf("Time before write reference: %ld\n", time(NULL));
94 /* Before write reference */
/haiku-fatelf/src/tools/cppunit/cppunit/
H A DTestRunner.cpp111 m_outputter->write();
H A DTextOutputter.cpp29 TextOutputter::write() function in class:CppUnit::TextOutputter
/haiku-fatelf/src/tools/
H A Dcreate_image.cpp136 while ((written = write(fd, buffer, sizeof(buffer))) > 0)
142 // and try to write only that much.
/haiku-fatelf/src/libs/stdc++/legacy/
H A Diostream.cc16 along with this library; see the file COPYING. If not, write to the Free
1030 ostream& ostream::write(const char *s, streamsize n)
1044 ostream& ostream::write(const char *s, int n)
1046 return write((const char*)s, (streamsize)n);
1048 ostream& ostream::write(const unsigned char *s, int n)
1050 return write((const char*)s, (streamsize)n);
1052 ostream& ostream::write(const signed char *s, int n)
1054 return write((const char*)s, (streamsize)n);
1056 ostream& ostream::write(const void *s, int n)
1058 return write((cons
[all...]
/haiku-fatelf/headers/private/kernel/arch/sparc/
H A Dstand.h74 int (*write) __P((struct open_file *f, void *buf, member in struct:fs_ops
169 ssize_t write __P((int, void *, size_t));
/haiku-fatelf/src/add-ons/accelerants/radeon/
H A Dset_mode.h182 bool skip_tv_dac; // if true, don't write tv_dac_cntl
271 accelerator_info *ai, impactv_write_FIFO write, impactv_regs *values, bool internal_encoder );
273 accelerator_info *ai, impactv_write_FIFO write, impactv_regs *values );
/haiku-fatelf/src/add-ons/kernel/bus_managers/ide/
H A Dqueuing.c90 // from here on, queuing is ATA read/write specific, so you have to
93 // if a read/write error occured, the request really failed
340 device->tf.write.command = IDE_CMD_NOP;
342 device->tf.write.features = IDE_CMD_NOP_NOP;
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunix_io.c18 * distribution in the file COPYING); if not, write to the Free Software
159 "read" : "write", dev->d_name);
263 return write(DEV_FD(dev), buf, count);
284 * ntfs_device_unix_io_pwrite - Perform a positioned write to the device
365 .write = ntfs_device_unix_io_write,
/haiku-fatelf/src/apps/codycam/
H A DSftpClient.cpp108 write(OutputPipe(), passwd.c_str(), strlen(passwd.c_str()));
109 write(OutputPipe(), "\n", 1);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dpkt_rx1.s51 mov al, [fanChars+bx] ;; get write char
54 stosw ;; write to screen at ES:EDI

Completed in 122 milliseconds

1234567891011>>