Searched refs:put (Results 1 - 22 of 22) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A DPlotFile.cc64 ofstream::put(c);
71 ofstream::put((char)(x>>8));
72 ofstream::put((char)(x&0377));
74 ofstream::put((char)(x&0377));
75 ofstream::put((char)(x>>8));
H A Dindstream.cc33 indirectbuf::indirectbuf(streambuf *get, streambuf *put, int delete_mode) argument
37 _put_stream = put == NULL ? get : put;
H A DSFile.cc71 SFile& SFile::put(void* x) function in class:SFile
H A Diostream.cc999 outs.put('\0');
1005 return flush(outs.put('\n'));
/haiku/src/bin/
H A Dchop.c188 ssize_t put; // number of bytes just written -- i.e. from the last write() local
229 put = write(fdout, beg, needed);
230 beg += put;
232 curr_written += put;
233 total_written += put;
/haiku/headers/cpp/
H A DSFile.h50 SFile& put(void* x);
H A Dindstream.h40 // All put-related requests are sent to put_stream().
63 indirectbuf(streambuf *get=NULL, streambuf *put=NULL, int delete_mode=0);
H A Diostream.h58 ostream& put(char c) { _strbuf->sputc(c); return *this; } function in class:ostream
61 ostream& put(unsigned char c) { return put((char)c); } function in class:ostream
62 ostream& put(signed char c) { return put((char)c); } function in class:ostream
H A Dropeimpl.h815 for (__i = 0; __i < __n; __i++) _M_o.put(__leaf[__i]);
828 for (__i = 0; __i < __n; __i++) _M_o.put(__leaf[__i]);
896 for (__i = 0; __i < __n; __i++) __o.put(__f);
H A Dstl_rope.h179 sequence_buffer& put(value_type __x) function in class:sequence_buffer
895 // RopeFunctions. We put the buffer
/haiku/src/bin/unzip/
H A Dmatch.c316 #define put(s) {fputs(s,stdout); fflush(stdout);} macro
326 put("Pattern (return to exit): ");
331 put("String (return for new pattern): ");
/haiku/headers/private/drivers/
H A Dksocket.h97 #error feel free to put back ksocketd support if you dare
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dksocket.h110 #error feel free to put back ksocketd support if you dare
/haiku/src/add-ons/print/transports/lpr/
H A DLpsClient.cpp163 if (!fOutput->put(c)) {
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dksocket.h95 #error feel free to put back ksocketd support if you dare
/haiku/src/apps/glteapot/
H A Dutil.h239 inline void put( contents* c ) function in struct:LispList
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h344 uint32 put; /* last 32-bit-word adress given to engine to exec. to */ member in struct:__anon21::__anon23::__anon25
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompress.c1027 s32 put, xput; local
1033 put = 0;
1044 if ((to_write - put) < count)
1045 count = to_write - put;
1048 put += count;
1054 } while ((xput == count) && (put < to_write));
1055 return (put);
H A Dwin32_io.c473 * @handle: pointer the a HANDLE in which to put the result
791 * @fd: pointer to win32 file device in which to put the result
833 * @fd: pointer to win32 file device in which to put the result
871 * @fd: pointer to win32 file device in which to put the result
1049 * @part_offset: pointer to where to put the offset to the partition
1050 * @part_length: pointer to where to put the length of the partition
1051 * @hidden_sectors: pointer to where to put the hidden sectors
1417 * @b: a pointer to where to put the contents
1437 * @b: pointer to where to put the contents
1803 * @argp: pointer to where to put th
1929 s64 put; local
[all...]
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php26 // on debian, apt-get install vnc-java will put them in
33 // on debian, apt-get install tightvnc-java will put them in
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_acc_dma.c48 while ((NV_REG32(NVACC_FIFO + NV_GENERAL_DMAGET) != (si->engine.dma.put << 2)) &&
1057 si->engine.dma.put = 0;
1421 if (si->engine.dma.current != si->engine.dma.put)
1423 si->engine.dma.put = si->engine.dma.current;
1445 NV_REG32(NVACC_FIFO + NV_GENERAL_DMAPUT) = (si->engine.dma.put << 2);
1481 if (si->engine.dma.put >= dmaget)
1507 * put new commands. Otherwise the engine will crash on heavy loads.
1531 * put new commands. Otherwise the engine will crash on heavy loads.
/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.cpp823 os.put(c);

Completed in 182 milliseconds