Home
last modified time | relevance | path

Searched refs:cin (Results 1 – 22 of 22) sorted by relevance

/freebsd-9-stable/crypto/heimdal/appl/ftp/ftp/
Dftp.c51 FILE *cin, *cout; variable
126 cin = fdopen (s, "r"); in hookup()
128 if (cin == NULL || cout == NULL) { in hookup()
130 if (cin) in hookup()
131 fclose (cin); in hookup()
140 if (cin) in hookup()
141 fclose (cin); in hookup()
331 c = getc (cin); in getreply()
348 c = getc (cin); in getreply()
350 fprintf (cout, "%c%c%c", IAC, DONT, getc (cin)); in getreply()
[all …]
/freebsd-9-stable/contrib/libstdc++/src/
Dios_init.cc70 extern istream cin;
96 new (&cin) istream(&buf_cin_sync); in Init()
99 cin.tie(&cout); in Init()
186 cin.rdbuf(&buf_cin); in sync_with_stdio()
Dglobals_io.cc60 fake_istream cin; variable
/freebsd-9-stable/crypto/openssl/crypto/evp/
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-9-stable/contrib/tnftp/src/
Dftp.c256 cin = fdopen(s, "r"); in hookup()
258 if (cin == NULL || cout == NULL) { in hookup()
260 if (cin) in hookup()
261 (void)fclose(cin); in hookup()
270 if (cin) in hookup()
271 (void)fclose(cin); in hookup()
390 ((c = getc(cin)) != '\n')) { in getreply()
392 switch (c = getc(cin)) { in getreply()
395 c = getc(cin); in getreply()
401 c = getc(cin); in getreply()
[all …]
Dftp_var.h319 GLOBAL FILE *cin; variable
/freebsd-9-stable/contrib/libc++/include/
Diostream24 extern istream cin;
49 extern _LIBCPP_FUNC_VIS istream cin;
/freebsd-9-stable/contrib/libc++/src/
Diostream.cpp25 _ALIGNAS_TYPE (istream) _LIBCPP_FUNC_VIS char cin [sizeof(istream)];
38 istream* cin_ptr = ::new(cin) istream(::new(__cin) __stdinbuf <char>(stdin, state_types+0) ); in Init()
/freebsd-9-stable/contrib/libstdc++/include/std/
Dstd_iostream.h63 extern istream cin; ///< Linked to standard input
/freebsd-9-stable/contrib/libstdc++/include/backward/
Diostream.h41 using std::cin;
/freebsd-9-stable/sys/dev/digi/
Ddigireg.h33 volatile u_short cin; member
Ddigi.c1414 head = port->sc->gdata->cin; in fepcmd()
1420 port->sc->gdata->cin = head; in fepcmd()
1423 head = port->sc->gdata->cin; in fepcmd()
/freebsd-9-stable/contrib/libstdc++/
DChangeLog-19983 * bits/fstream.tcc: Add fstream ctor for cin/cout/etc.
611 * stl/bits/stl_iterator.h: Add extern decl of cin for now; where
763 src/stdstreams.cc: cout, cin, etc. definitions
DChangeLog-19991071 Move cin::operator>>(char*) test to extractor_char.cc.
1080 construct. This and setting _M_buf_size to 1 for cin allows
1374 objects to closely match the standard. Tie cin/wcin, set flags on
DChangeLog-20001307 * include/bits/fstream.tcc: Fixes for cin.
4430 properly when initializing cout/cin/cerr.
DChangeLog-20015707 * src/ios.cc (cin): Don't define here, just declare extern.
DChangeLog-2003897 (pipes, cin, cout, etc...)
/freebsd-9-stable/sys/cam/
Dcam_ccb.h1179 struct ccb_immed_notify cin; member
/freebsd-9-stable/usr.bin/lex/
Dflex.skl481 yyin = &cin;
/freebsd-9-stable/contrib/groff/tmac/
Dhyphen.us720 2cin
/freebsd-9-stable/contrib/gcc/cp/
DChangeLog-20003147 substitutions (e.g. "cin" as "Si").
/freebsd-9-stable/contrib/ntp/
DCommitLog14546 removed stuff like 1==1 with TRUE. Also added cin cout stuff, should be replaced b
14565 removed stuff like 1==1 with TRUE. Also added cin cout stuff, should be replaced b