| /freebsd-9-stable/crypto/heimdal/appl/ftp/ftp/ |
| D | ftp.c | 51 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/ |
| D | ios_init.cc | 70 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()
|
| D | globals_io.cc | 60 fake_istream cin; variable
|
| /freebsd-9-stable/crypto/openssl/crypto/evp/ |
| D | openbsd_hw.c | 181 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/ |
| D | ftp.c | 256 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 …]
|
| D | ftp_var.h | 319 GLOBAL FILE *cin; variable
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | iostream | 24 extern istream cin; 49 extern _LIBCPP_FUNC_VIS istream cin;
|
| /freebsd-9-stable/contrib/libc++/src/ |
| D | iostream.cpp | 25 _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/ |
| D | std_iostream.h | 63 extern istream cin; ///< Linked to standard input
|
| /freebsd-9-stable/contrib/libstdc++/include/backward/ |
| D | iostream.h | 41 using std::cin;
|
| /freebsd-9-stable/sys/dev/digi/ |
| D | digireg.h | 33 volatile u_short cin; member
|
| D | digi.c | 1414 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++/ |
| D | ChangeLog-1998 | 3 * 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
|
| D | ChangeLog-1999 | 1071 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
|
| D | ChangeLog-2000 | 1307 * include/bits/fstream.tcc: Fixes for cin. 4430 properly when initializing cout/cin/cerr.
|
| D | ChangeLog-2001 | 5707 * src/ios.cc (cin): Don't define here, just declare extern.
|
| D | ChangeLog-2003 | 897 (pipes, cin, cout, etc...)
|
| /freebsd-9-stable/sys/cam/ |
| D | cam_ccb.h | 1179 struct ccb_immed_notify cin; member
|
| /freebsd-9-stable/usr.bin/lex/ |
| D | flex.skl | 481 yyin = &cin;
|
| /freebsd-9-stable/contrib/groff/tmac/ |
| D | hyphen.us | 720 2cin
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | ChangeLog-2000 | 3147 substitutions (e.g. "cin" as "Si").
|
| /freebsd-9-stable/contrib/ntp/ |
| D | CommitLog | 14546 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
|