Searched refs:cin (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/print/transports/shared/
H A DSocket.cpp97 sockaddr_in cin; local
98 memset(&cin, 0, sizeof(cin));
99 cin.sin_family = AF_INET;
100 cin.sin_port = htons(__localPort);
101 if (::bind(__sock, (sockaddr *)&cin, sizeof(cin)) != 0) {
/haiku/src/libs/stdc++/legacy/
H A Dstdstreams.cc31 // The ANSI draft requires that operations on cin/cout/cerr can be
34 // used by cin/cout/cerr be stdiostreams. However, if the stdio
52 #define cin CIN macro
57 #undef cin macro
116 ISTREAM_DEF(cin, CIN_SBUF, (ostream*)&cout, 0)
138 cin.base._strbuf = (streambuf*)&_IO_stdin_buf;
143 cin.base._strbuf = (streambuf*)_IO_stdin;
/haiku/src/tools/cppunit/cppunit/
H A DTestRunner.cpp9 using std::cin;
101 cin.get ();
/haiku/src/add-ons/kernel/drivers/midi/usb_midi/
H A Dusb_midi.cpp206 packet->cin, packet->cn,
209 int pktlen = CINbytes[packet->cin];
302 " status %" B_PRId32 " length %" B_PRIuSIZE " pkt %p cin %x\n",
303 status, actual_len, pkt, pkt->cin));
636 uint8 cin = ((midicode & 0xF0) == 0xF0) ? CINcode[midicode & 0x0F] local
657 if ((int)*num_bytes < CINbytes[cin]) {
659 " but got only %" B_PRIuSIZE ".\n", CINbytes[cin], cin,
663 *num_bytes = CINbytes[cin];
678 uint8 pkt_bytes = CINbytes[cin];
[all...]
/haiku/headers/os/drivers/usb/
H A DUSB_midi.h15 uint8 cin:4; // Code Index Number member in struct:__anon324
/haiku/src/bin/writembr/
H A Dwritembr.cpp98 getline(cin, choice, '\n');
/haiku/src/bin/mkfs/
H A DFsCreator.cpp204 std::cin.getline(line, sizeof(line), '\n');
/haiku/src/tests/servers/registrar/
H A DRosterShell.cpp266 std::cin.getline(line, size);
/haiku/headers/os/device/
H A DCAM.h687 CCB_IMMED_NOTIFY cin; member in union:ccb_size_union
/haiku/headers/cpp/
H A Diostream.h264 extern _IO_istream_withassign cin;
H A Dstl_iterator.h830 istream_iterator() : _M_stream(&cin), _M_end_marker(false) {}

Completed in 91 milliseconds