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

/freebsd-13-stable/contrib/libucl/examples/
H A Ducl_cpp.cc9 input.assign((std::istreambuf_iterator<char>(std::cin)),
/freebsd-13-stable/contrib/lutok/examples/
H A Dinterpreter.cpp77 if (!std::getline(std::cin, line).good())
/freebsd-13-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-13-stable/contrib/llvm-project/libcxx/src/
H A Diostream.cpp21 _ALIGNAS_TYPE (istream) _LIBCPP_FUNC_VIS char cin[sizeof(istream)]
23 __asm__("?cin@" _LIBCPP_ABI_NAMESPACE_STR "@std@@3V?$basic_istream@DU?$char_traits@D@" _LIBCPP_ABI_NAMESPACE_STR "@std@@@12@A")
111 istream* cin_ptr = ::new(cin) istream(::new(__cin) __stdinbuf <char>(stdin, &mb_cin));
/freebsd-13-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.h321 GLOBAL FILE *cin; variable
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp161 for (std::string Mangled; std::getline(std::cin, Mangled);)
/freebsd-13-stable/sys/cam/
H A Dcam_ccb.h1359 struct ccb_immed_notify cin; member in union:ccb

Completed in 179 milliseconds