Searched refs:iostream (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dversion_helper.cpp34 #include <iostream>
H A Dtest_helpers.cpp29 #include <iostream>
H A Dtest_helpers.hpp33 #include <iostream>
H A Dapplication.cpp40 #include <iostream>
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dbackward_warning.h35 header for C++ includes, or <iostream> instead of the deprecated header \
36 <iostream.h>. To disable this warning use -Wno-deprecated.
H A Diostream.h32 #include <iostream>
34 using std::iostream;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcache.c120 if (fclose ((FILE *) abfd->iostream) == 0)
130 abfd->iostream = NULL;
166 kill->where = real_ftell ((FILE *) kill->iostream);
194 ? (FILE *) (bfd_last_cache->iostream) \
214 if (abfd->iostream != NULL)
222 return (FILE *) abfd->iostream;
231 && real_fseek ((FILE *) abfd->iostream, abfd->where, SEEK_SET) != 0
235 return (FILE *) abfd->iostream;
261 This allows someone to play with the iostream behind BFD's back.
381 BFD_ASSERT (abfd->iostream !
[all...]
H A Dbfdio.c131 bim = abfd->iostream;
163 struct bfd_in_memory *bim = abfd->iostream;
280 bim = abfd->iostream;
445 return ((struct bfd_in_memory *) abfd->iostream)->size;
H A Dopncls.c71 nbfd->iostream = NULL;
199 nbfd->iostream = fdopen (fd, mode);
202 nbfd->iostream = real_fopen (filename, mode);
203 if (nbfd->iostream == NULL)
359 nbfd->iostream = stream;
440 struct opncls *vec = abfd->iostream;
447 struct opncls *vec = abfd->iostream;
460 struct opncls *vec = abfd->iostream;
479 struct opncls *vec = abfd->iostream;
485 abfd->iostream
[all...]
H A Dbfdwin.c157 if (abfd->iostream == NULL
161 fd = fileno ((FILE *) abfd->iostream);
/freebsd-11-stable/contrib/libucl/examples/
H A Ducl_cpp.cc1 #include <iostream>
/freebsd-11-stable/lib/libdevdctl/
H A Dguid.cc46 #include <iostream>
/freebsd-11-stable/contrib/libstdc++/include/precompiled/
H A Dstdc++.h65 #include <iostream>
/freebsd-11-stable/usr.bin/users/
H A Dusers.cc39 #include <iostream>
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dutils.cpp33 #include <iostream>
H A Dtests_test.cpp37 #include <iostream>
H A Dbuild_test.cpp29 #include <iostream>
/freebsd-11-stable/contrib/flex/
H A DFlexLexer.h51 #include <iostream>
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-sh.cpp33 #include <iostream>
/freebsd-11-stable/contrib/libreadline/examples/
H A Dreadlinebuf.h29 #include <iostream>
/freebsd-11-stable/tools/tools/mcgrab/
H A Dmcgrab.cc38 #include <iostream>
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.cpp17 #include <iostream>
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_iosfwd.h139 typedef basic_iostream<char> iostream; ///< @isiosfwd typedef
/freebsd-11-stable/contrib/ntp/util/
H A Dsht.c20 #include <iostream.h>
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp17 #include <iostream>

Completed in 149 milliseconds

123