Home
last modified time | relevance | path

Searched refs:put (Results 1 – 25 of 120) sorted by relevance

12345

/reactos/sdk/lib/3rdparty/stlport/test/eh/
H A Dlocale.cpp35 time_fac.put(cout, cout, NULL, cur_time, 'x'); cout<<'\n'; in main()
36 time_fac.put(cout, cout, NULL, cur_time, 'x', '#'); cout<<'\n'; in main()
37 time_fac.put(cout, cout, NULL, cur_time, 'X'); cout<<'\n'; in main()
38 time_fac.put(cout, cout, NULL, cur_time, 'c'); cout<<'\n'; in main()
39 time_fac.put(cout, cout, NULL, cur_time, 'c', '#'); cout<<'\n'; in main()
40 time_fac.put(cout, cout, NULL, cur_time, 'I'); cout<<'\n'; in main()
/reactos/sdk/include/c++/stlport/stl/
H A D_num_put.h60 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() function
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() function
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() function
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() function
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() function
87 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() function
93 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() function
99 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() function
H A D_ostream.h96 _Self& put(char_type __c);
358 __os.put(__os.widen('\n')); in endl()
366 __os.put(_STLP_DEFAULT_CONSTRUCTED(_CharT)); in ends()
H A D_time_facets.h256 _OutIt put(iter_type __s, ios_base& __f, _Ch __fill,
260 _OutIt put(iter_type __s, ios_base& __f, _Ch __fill,
/reactos/sdk/tools/mkisofs/schilytools/libschily/
H A Dmatch.c105 #define put(ret, state, sp, n) { \ macro
257 put(sp, state, state, 0);
259 put(sp, state, sp, alt);
296 put(sp, state, sp, p+1);
300 put(sp, state, sp, q);
304 put(sp, state, sp, p+1);
306 put(sp, state, sp, q);
310 put(sp, state, sp, q);
314 put(sp, state, sp, q);
353 put(sp, state, sp, p);
[all …]
/reactos/sdk/lib/3rdparty/stlport/src/
H A Dstrstream.cpp60 strstreambuf::strstreambuf(char* get, streamsize n, char* put) in strstreambuf() argument
63 _M_setup(get, put, n); in strstreambuf()
66 strstreambuf::strstreambuf(signed char* get, streamsize n, signed char* put) in strstreambuf() argument
69 _M_setup(__REINTERPRET_CAST(char*,get), __REINTERPRET_CAST(char*,put), n); in strstreambuf()
73 unsigned char* put) in strstreambuf() argument
76 _M_setup(__REINTERPRET_CAST(char*,get), __REINTERPRET_CAST(char*,put), n); in strstreambuf()
277 void strstreambuf::_M_setup(char* get, char* put, streamsize n) { in _M_setup() argument
281 if (put) { in _M_setup()
283 setp(put, put + N); in _M_setup()
H A Dlocale_impl.cpp306 locale::facet *put = 0; in insert_time_facets() local
326 put = new time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >(__time); in insert_time_facets()
333 _STLP_UNWIND(delete wget; delete put; delete get; _STLP_PRIV __release_time(__time)); in insert_time_facets()
341 this->insert(put, time_put<char, ostreambuf_iterator<char, char_traits<char> > >::id); in insert_time_facets()
/reactos/dll/3rdparty/libtiff/
H A Dtif_getimage.c506 if (img->put.any == NULL) { in TIFFRGBAImageGet()
623 tileContigRoutine put = img->put.contig; in gtTileContig() local
736 tileSeparateRoutine put = img->put.separate; in gtTileSeparate() local
917 tileContigRoutine put = img->put.contig; in gtStripContig() local
1012 tileSeparateRoutine put = img->put.separate; in gtStripSeparate() local
2618 img->put.contig = NULL; in PickContigCase()
2694 img->put.contig = putagreytile; in PickContigCase()
2696 img->put.contig = putgreytile; in PickContigCase()
2699 img->put.contig = put4bitbwtile; in PickContigCase()
2702 img->put.contig = put2bitbwtile; in PickContigCase()
[all …]
/reactos/sdk/lib/3rdparty/zlib/
H A Dinfback.c131 put = strm->next_out; \
142 strm->next_out = put; \
214 put = state->window; \
217 if (out(out_desc, put, left)) { \
260 unsigned char FAR *put; /* next output */ local
287 put = state->window;
348 zmemcpy(put, next, copy);
352 put += copy;
592 from = put + copy;
596 from = put - state->offset;
[all …]
H A Dgzwrite.c78 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; local
88 put = strm->avail_in > max ? max : strm->avail_in;
89 writ = write(state->fd, strm->next_in, put);
117 put = strm->next_out - state->x.next > (int)max ? max :
119 writ = write(state->fd, state->x.next, put);
192 z_size_t put = len; local
251 return put;
365 z_size_t len, put; local
383 put = gz_write(state, s, len);
384 return put < len ? -1 : (int)len;
H A Dinflate.c481 put = strm->next_out; \
492 strm->next_out = put; \
631 unsigned char FAR *put; /* next output */ local
925 zmemcpy(put, next, copy);
929 put += copy;
1189 *put++ = 0;
1204 from = put - state->offset;
1211 *put++ = *from++;
1217 *put++ = (unsigned char)(state->length);
1229 UPDATE_CHECK(state->check, put - out, out);
H A Ddeflate.c584 int put; local
592 put = Buf_size - s->bi_valid;
593 if (put > bits)
594 put = bits;
595 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid);
596 s->bi_valid += put;
598 value >>= put;
599 bits -= put;
/reactos/base/applications/network/ftp/
H A Dcmdtab.c99 { "append", appendhelp, 1, 1, 1, put },
141 { "put", sendhelp, 1, 1, 1, put },
154 { "send", sendhelp, 1, 1, 1, put },
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/
H A DREADME.eltorito5 Simply put, El Torito is a specification that says how a cdrom should
22 calls, to be a normal floppy drive. This way you simply put an floppy
39 for the iso9660 filesystem. It is a good idea to put all boot related
54 iso9660 filesystem. Usually it is a good idea to put it the same place
59 put it in the directory "boot/" under the root of the iso9660 filesystem.
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dtime_facets_test.cpp37 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get()
74 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size()); in _time_put_get()
119 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get()
157 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size()); in _time_put_get()
H A Dmoney_facets_test.cpp77 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, true, ostr, ' ', 123456); in _money_put_get2()
192 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', -123456); in _money_put_get2()
297 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', 9); in _money_put_X_bug()
359 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', 90); in _money_put_X_bug()
H A Dnum_facets_test.cpp112 nput.put(fostr, fostr, ' ', infinity); in _num_put_get()
125 nput.put(fostr, fostr, ' ', qnan); in _num_put_get()
/reactos/dll/win32/dbghelp/
H A Dinflate.c1113 put = strm->next_out; \
1124 strm->next_out = put; \
1261 unsigned char FAR *put; /* next output */ in inflate() local
1542 zmemcpy(put, next, copy); in inflate()
1546 put += copy; in inflate()
1798 *put++ = 0; in inflate()
1813 from = put - state->offset; in inflate()
1820 *put++ = *from++; in inflate()
1826 *put++ = (unsigned char)(state->length); in inflate()
1838 UPDATE(state->check, put - out, out); in inflate()
/reactos/dll/win32/wininet/
H A Dinflate.c1108 put = strm->next_out; \
1119 strm->next_out = put; \
1256 unsigned char FAR *put; /* next output */ in inflate() local
1537 zmemcpy(put, next, copy); in inflate()
1541 put += copy; in inflate()
1793 *put++ = 0; in inflate()
1808 from = put - state->offset; in inflate()
1815 *put++ = *from++; in inflate()
1821 *put++ = (unsigned char)(state->length); in inflate()
1833 UPDATE(state->check, put - out, out); in inflate()
/reactos/drivers/network/tcpip/lwip/src/include/lwip/apps/
H A Dmqtt_priv.h64 u16_t put; member
/reactos/modules/rosapps/applications/sysutils/utils/sdkparse/
H A DFile.h44 bool put ( int c ) in put() function
/reactos/drivers/network/tcpip/lwip/src/apps/mqtt/
H A Dmqtt.c186 rb->buf[rb->put] = item; in mqtt_ringbuf_put()
187 rb->put++; in mqtt_ringbuf_put()
188 if (rb->put >= MQTT_OUTPUT_RINGBUF_SIZE) { in mqtt_ringbuf_put()
189 rb->put = 0; in mqtt_ringbuf_put()
215 u32_t len = rb->put - rb->get; in mqtt_ringbuf_len()
247 send_len, ringbuf_lin_len, rb->get, rb->put)); in mqtt_output_send()
/reactos/media/inf/
H A DCMakeLists.txt39 # module name is used for a custom target creation, so we can put any unique name here
/reactos/modules/rosapps/applications/explorer-old/
H A DDoxyfile-all29 # base path where the generated documentation will be put.
178 # put the command \sideeffect (or @sideeffect) in the documentation, which
180 # You can put \n's in the value part of an alias to insert newlines.
199 # the same type (for instance a group of public functions) to be put as a
576 # classes will be put under the same header in the alphabetical index.
591 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
619 # the style sheet file to the HTML output directory, so don't put your own
780 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
782 # put in front of it. If left blank `rtf' will be used as the default path.
821 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
[all …]
/reactos/hal/halx86/mp/
H A Dmpsboot.asm18 ; Magic value to be put in EAX when multiboot.S is called as part of the

12345