Searched refs:write (Results 251 - 275 of 564) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/bin/gdb/gdb/
H A Dser-tcp.c18 along with this program; if not, write to the Free Software
218 ops->write = ser_unix_write;
/haiku-fatelf/src/bin/network/tcpdump/lbl/
H A Dos-sunos4.h48 int write(int, char *, u_int);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/lbl/
H A Dos-sunos4.h48 int write(int, char *, u_int);
/haiku-fatelf/src/bin/network/wget/src/
H A Dconnect.c711 # define write(fd, buf, cnt) send (fd, buf, cnt, 0)
717 # define write(fd, buf, cnt) send (fd, buf, cnt, 0)
735 res = write (fd, buf, bufsize);
763 #undef write
921 /* `write' may write less than LEN bytes, thus the loop keeps trying
706 # define write macro
712 # define write macro
758 #undef write macro
/haiku-fatelf/src/bin/rcs/
H A Drcsutil.c21 If not, write to the Free Software Foundation,
486 VOID write(STDERR_FILENO, buf, b - buf);
574 VOID write(STDERR_FILENO, buf, b - buf);
575 VOID write(STDERR_FILENO, p, p1 - p);
585 VOID write(STDERR_FILENO, buf, b - buf);
998 * Exit immediately if the write does not completely succeed.
1006 if (write(STDERR_FILENO, s, slen) != slen)
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dlib_tputs.c93 * POSIX says write() is safe in a signal handler, but the
96 write(fileno(NC_OUTPUT), &tmp, 1);
/haiku-fatelf/src/libs/ncurses/test/
H A Drailroad.c60 write(STDOUT_FILENO, &tmp, 1);
/haiku-fatelf/src/libs/pdflib/bind/pdflib/java/servlet/
H A DinvoiceServlet.java169 out.write(buf);
H A DpdfclockServlet.java118 out.write(buf);
/haiku-fatelf/src/libs/termcap/
H A Dtparam.c15 along with this program; see the file COPYING. If not, write to
51 write (2, "virtual memory exhausted\n", 25);
/haiku-fatelf/src/libs/util/
H A Duucplock.c182 fmt = "write error: %s";
209 return write (fd, buf, (size_t)len) == len;
/haiku-fatelf/src/servers/midi/
H A DPortDrivers.cpp36 if (write(fFileDescriptor, data, length) == -1) {
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Dfmemopen.c17 License along with the GNU C Library; if not, write to the Free
59 * is really only useful if you are going to write things to the
67 * not add null characters for each write. (At least in my
238 iof.write = fmemopen_write;
H A Dobprintf.c17 License along with the GNU C Library; if not, write to the Free
109 JUMP_INIT(write, NULL),
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dforkit.cpp167 fprintf(stderr, "Can't poll for write.\n");
179 if(size != write(m_write, buf, size))
182 fprintf(stderr, "Can't write data to IPC pipe.\n");
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/aio_suspend/
H A D6-1.c17 * - write to a file
98 if (write (fd, bufs, NUM_AIOCBS*BUF_SIZE) != (NUM_AIOCBS*BUF_SIZE)) {
99 printf(TNAME " Error at write(): %s\n", strerror(errno));
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_close/
H A D2-1.c229 bytes = write(write_pipe, &send, 1);
231 perror(ERROR_PREFIX "write (1)");
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_unlink/
H A D2-1.c165 bytes = write(write_pipe, &send, 1);
167 perror(ERROR_PREFIX "write fd[1]");
H A D2-2.c180 bytes = write(write_pipe, &send, 1);
182 perror(ERROR_PREFIX "write fd[1]");
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_exit/
H A D6-1.c14 * with this program; if not, write the Free Software Foundation, Inc., 59
231 if (write (fd, tmp, sz) != (ssize_t) sz)
/haiku-fatelf/src/tools/cppunit/cppunit/
H A DCompilerOutputter.cpp40 CompilerOutputter::write() function in class:CppUnit::CompilerOutputter
/haiku-fatelf/src/add-ons/kernel/bus_managers/ata/
H A DATADevice.cpp43 fTaskFile.write.command = ATA_COMMAND_GET_MEDIA_STATUS;
286 // sadly, there are two possible read/write operation codes;
287 // at least, the third one, read/write(12), is not valid for DAS
418 fTaskFile.write.features = feature;
419 fTaskFile.write.command = ATA_COMMAND_SET_FEATURES;
566 fTaskFile.write.command = IsATAPI() ? ATA_COMMAND_IDENTIFY_PACKET_DEVICE
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/fragmenter/
H A Dfragmenter.cpp76 || write(fd, buffer, size) != (int)size) {
77 fprintf(stderr, "Error: Failed to write %lu bytes at offset %lld\n",
209 // write back the superblock
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel_compat.h38 void (*write) (fuse_req_t req, fuse_ino_t ino, const char *buf, member in struct:fuse_lowlevel_ops_compat25
105 void (*write) (fuse_req_t req, fuse_ino_t ino, const char *buf, member in struct:fuse_lowlevel_ops_compat
/haiku-fatelf/src/add-ons/kernel/bus_managers/ide/
H A Dide_internal.h150 uint8 is_write : 1; // true for write request
305 uint64 pos, size_t length, bool write);
317 void send_packet(ide_device_info *device, ide_qrequest *qrequest, bool write);

Completed in 205 milliseconds

<<11121314151617181920>>