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

/freebsd-10-stable/contrib/libstdc++/include/std/
H A Dstd_iostream.h63 extern istream cin; ///< Linked to standard input
76 // For construction of filebuffers for cout, cin, cerr, clog et. al.
/freebsd-10-stable/contrib/libstdc++/include/backward/
H A Diostream.h41 using std::cin;
/freebsd-10-stable/contrib/libstdc++/src/
H A Dios_init.cc70 extern istream cin;
96 new (&cin) istream(&buf_cin_sync);
99 cin.tie(&cout);
157 // Turn off sync with C FILE* for cin, cout, cerr, clog iff
186 cin.rdbuf(&buf_cin);
H A Dglobals_io.cc60 fake_istream cin; variable
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A Dopenbsd_hw.c181 char *cin = NULL;
188 cin = OPENSSL_malloc(cinl);
189 memcpy(cin, in, inl);
190 cryp.src = cin;
211 if (cin)
212 OPENSSL_free(cin);
/freebsd-10-stable/contrib/libc++/src/
H A Diostream.cpp25 _ALIGNAS_TYPE (istream) _LIBCPP_FUNC_VIS char cin [sizeof(istream)]; variable
38 istream* cin_ptr = ::new(cin) istream(::new(__cin) __stdinbuf <char>(stdin, state_types+0) );
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c51 FILE *cin, *cout; variable
126 cin = fdopen (s, "r");
128 if (cin == NULL || cout == NULL) {
130 if (cin)
131 fclose (cin);
140 if (cin)
141 fclose (cin);
345 c = getc (cin);
362 c = getc (cin);
364 fprintf (cout, "%c%c%c", IAC, DONT, getc (cin));
[all...]
/freebsd-10-stable/contrib/tnftp/src/
H A Dftp.c256 cin = fdopen(s, "r");
258 if (cin == NULL || cout == NULL) {
260 if (cin)
261 (void)fclose(cin);
270 if (cin)
271 (void)fclose(cin);
390 ((c = getc(cin)) != '\n')) {
392 switch (c = getc(cin)) {
395 c = getc(cin);
401 c = getc(cin);
[all...]
H A Dftp_var.h319 GLOBAL FILE *cin; variable
/freebsd-10-stable/sys/dev/digi/
H A Ddigireg.h33 volatile u_short cin; member in struct:global_data
H A Ddigi.c1414 head = port->sc->gdata->cin;
1420 port->sc->gdata->cin = head;
1423 head = port->sc->gdata->cin;
/freebsd-10-stable/sys/cam/
H A Dcam_ccb.h1230 struct ccb_immed_notify cin; member in union:ccb

Completed in 182 milliseconds