Searched refs:write (Results 51 - 75 of 266) sorted by relevance

1234567891011

/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.cpp146 write(out, buffer, strlen(buffer));
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DDebugSupport.cpp146 write(out, buffer, strlen(buffer));
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.cpp147 write(out, buffer, strlen(buffer));
/haiku/src/servers/package/
H A DDebugSupport.cpp146 write(out, buffer, strlen(buffer));
/haiku/src/tests/system/network/
H A Dat_srv.c49 rv = write(newsock, HELLO_MSG, strlen(HELLO_MSG));
51 perror("write");
/haiku/src/tests/system/network/icmp/
H A Dudp_unreachable.cpp62 ssize_t bytes = write(sockfd, string, strlen(string));
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDebug.cpp144 write(out, buffer, strlen(buffer));
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dplugin.h21 * distribution in the file COPYING); if not, write to the Free Software
98 * The file system must be left consistent after each write call,
106 int (*write)(ntfs_inode *ni, const REPARSE_POINT *reparse, member in struct:plugin_operations
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_compat.h30 int (*write) (const char *, const char *, size_t, off_t, member in struct:fuse_operations_compat25
89 int (*write) (const char *, const char *, size_t, off_t, member in struct:fuse_operations_compat22
139 int (*write) (const char *, const char *, size_t, off_t); member in struct:fuse_operations_compat2
187 int (*write) (const char *, const char *, size_t, off_t); member in struct:fuse_operations_compat1
/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp29 // - write (with, without ECHO)
30 // * unblock write operations, when the other tty is closed
36 // * notify read, write, if ready when select()ing
37 // * notify read, write, error on close of the other TTY
39 // * notify read after pending write
42 // * notify write after pending read and full buffer
45 // * don't notify when there was a pending read/write
314 // write till blocking
319 bytesWritten = write(fd, buffer, sizeof(buffer));
372 bytesWritten = write(f
565 TestSelectAlreadyReady(bool master, bool write) argument
700 TestSelectNotifyAfterPending(bool master, bool write, bool unblock) argument
[all...]
H A Dposix_openpt_test.cpp96 write(STDOUT_FILENO, buf, n);
/haiku/src/servers/syslog_daemon/
H A Dsyslog_output.cpp106 if (write(sLog, repeat, strlen(repeat)) < size)
110 if (write(sLog, buffer, length) < length)
155 // add header to every line of the message and write it to the syslog
191 // cannot write to syslog!
/haiku/src/libs/bsd/
H A Dreadpassphrase.c63 * Read and write to /dev/tty if available. If not, read from
64 * stdin and write to stderr unless a tty is required.
114 (void)write(output, prompt, strlen(prompt));
133 (void)write(output, "\n", 1);
/haiku/src/kits/storage/
H A DFileDescriptorIO.cpp41 ssize_t bytesWritten = write(fFD, buffer, size);
H A DFdIO.cpp70 ssize_t bytesWritten = write(fFd, buffer, size);
/haiku/src/tests/system/libroot/posix/
H A Dseek_and_write_test.cpp99 if (write(fd, buffer, sizeof(buffer)) != (ssize_t)sizeof(buffer)) {
110 // Seek past its end, and write something
/haiku/src/tools/hack_coff/
H A Dhack-coff.c74 || write(fd, &aout, aoutsz) != aoutsz) {
75 fprintf(stderr, "%s: write error\n", av[1]);
/haiku/src/tools/
H A Ddata_to_source.cpp22 ssize_t written = write(fd, data, len);
24 fprintf(stderr, "Error: Failed to write to output file: %s\n",
85 // write lines
110 // close the braces and write the size variable
H A Delf2aout.c207 if (write(fd, &a, sizeof(a)) != sizeof(a) ||
208 write(fd, (char *)e + offset, filesz) != (ssize_t)filesz)
262 if (write(fd, &a, sizeof(a)) != sizeof(a) ||
263 write(fd, (char *)e + offset, filesz) != (ssize_t)filesz)
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp56 return write(handle, line, length + 1);
396 if (write(Handle(), ESCAPE_SEQUENCE, strlen(ESCAPE_SEQUENCE)) < 0)
468 if (write(Handle(), buffer, position) < 0)
497 if (gBufferModule->write(packet, 0, buffer, length - 2) != B_OK) {
498 ERROR("ModemDevice: Failed to write into packet!\n");
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_state.c84 (void)write(STDOUT_FILENO, buf, (size_t)len);
/haiku/src/add-ons/kernel/file_systems/shared/
H A DDebugSupport.cpp165 write(out, buffer, strlen(buffer));
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DTracing.cpp13 #include <unistd.h> //posix file i/o - create, write, close
97 write(fd, buffer, strlen(buffer));
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DTracing.cpp12 #include <unistd.h> //posix file i/o - create, write, close
94 write(fd, buffer, strlen(buffer));
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DSettings.cpp112 write(fd, buffer, strlen(buffer));

Completed in 301 milliseconds

1234567891011