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

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Ddebug.c76 write(fd,text,strlen(text));
97 write(fd,buf,strlen(buf));
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Ddebug.c57 write(fd,text,strlen(text));
78 write(fd,buf,strlen(buf));
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ich/
H A Ddebug.c66 write(fd,text,strlen(text));
85 write(fd,buf,strlen(buf));
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/
H A Ddebug.c74 write(fd,text,strlen(text));
95 write(fd,buf,strlen(buf));
/haiku-fatelf/src/add-ons/kernel/drivers/audio/emuxki/
H A Ddebug.c76 write(fd,text,strlen(text));
97 write(fd,buf,strlen(buf));
/haiku-fatelf/src/add-ons/kernel/generic/mpu401/
H A Ddebug.c70 write(fd,text,strlen(text));
89 write(fd,buf,strlen(buf));
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfIO.h165 // write(c,n) takes n bytes from array c, and stores them
166 // in the stream. If an I/O error occurs, write(c,n) throws
170 virtual void write (const char c[/*n*/], int n) = 0;
175 // beginning of the file. If the next call to write() will
219 os.write (c, n);
H A DImfStdIO.h120 virtual void write (const char c[/*n*/], int n);
142 virtual void write (const char c[/*n*/], int n);
/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dhostname.cpp49 if (write(file, hostName, nameSize) != (ssize_t)nameSize
50 || write(file, "\n", 1) != 1) {
H A Dwrite.c22 write(int fd, void const *buffer, size_t bufferSize) function
/haiku-fatelf/src/tests/kits/net/sock/
H A Dwrite.c25 return(write(fd, vptr, nbytes)); /* common case */
28 * Figure out what sized chunks to write.
60 nwritten = write(fd, iov[n].iov_base, iov[n].iov_len);
H A Dsourcetcp.c36 if ( (n = write(sockfd, wbuf, writelen)) != writelen) {
38 err_ret("write returned %d, expected %d", n, writelen);
45 err_sys("write returned %d, expected %d", n, writelen);
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Dinfutil.h60 Bytef *write; /* window write pointer */ member in struct:inflate_blocks_state
71 #define UPDOUT {s->write=q;}
82 #define LOADOUT {q=s->write;m=(uInt)WAVAIL;}
/haiku-fatelf/src/libs/zlib/
H A Dinfutil.h57 Bytef *write; /* window write pointer */ member in struct:inflate_blocks_state
68 #define UPDOUT {s->write=q;}
79 #define LOADOUT {q=s->write;m=(uInt)WAVAIL;}
/haiku-fatelf/headers/os/drivers/bus/
H A DATA.h50 size_t sg_list_count, bool write);
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DTextOutputter.h29 void write();
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DIOCallback.h19 ** License along with this library; if not, write to the Free Software
69 virtual size_t write(const void*Buffer,size_t Size)=0;
H A DStdIOCallback.h19 ** License along with this library; if not, write to the Free Software
84 virtual size_t write(const void*Buffer,size_t Size);
/haiku-fatelf/src/add-ons/print/transports/shared/
H A DSocket.h29 int write(const char *buffer, int size, int flags = 0);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dftruncate.c44 if (write (fd, "", 1) != 1)
55 fl.l_type = F_WRLCK; /* write lock on file space */
/haiku-fatelf/src/bin/gdb/gdb/
H A Dfbsd-nat.c18 along with this program; if not, write to the Free Software
91 int read, write, exec; local
108 write = (strchr (protection, 'w') != 0);
117 write ? 'w' : '-',
122 func (start, size, read, write, exec, obfd);
/haiku-fatelf/src/bin/sharutils/contrib/
H A Duudecode.pas19 if lineNum > 0 then write('Line ', lineNum, ': ');
28 {write('.');}
31 write('bytes remaining: ',remaining:7:0,' (',
105 write ('Overwrite current ', outfilename, '? [Y/N] ');
147 write ((x and $80) shr 7);
150 write (' ')
168 { write(line[lineindex]:2);}
190 write (outfile, hunk[byteNum]);
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dlib_print.c77 * with the printer data after the write call returns but before the
78 * data has actually been shipped to the terminal. If the write(2)
81 res = write(cur_term->Filedes, mybuf, onsize + len + offsize);
85 * kernel will ship the contiguous clist items from the last write
/haiku-fatelf/src/libs/stdc++/legacy/
H A DSFile.cc16 along with this library; see the file COPYING. If not, write to the Free
38 License along with this library; if not, write to the Free Software
73 write(x, sz);
/haiku-fatelf/src/libs/util/
H A Dlogout.c73 (void)write(fd, &ut, sizeof(UTMP));

Completed in 210 milliseconds

1234567891011>>