Home
last modified time | relevance | path

Searched refs:ios (Results 1 – 25 of 248) sorted by relevance

12345678910

/netbsd-src/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-ostream.cc77 ios::fmtflags flags; in check_mpz()
84 { "0", "0", ios::dec }, in check_mpz()
86 { "0", "0", ios::oct }, in check_mpz()
87 { "0", "0", ios::oct | ios::showbase }, in check_mpz()
89 { "0", "0", ios::hex }, in check_mpz()
90 { "0", "0x0", ios::hex | ios::showbase }, in check_mpz()
91 { "0", "0X0", ios::hex | ios::showbase | ios::uppercase }, in check_mpz()
93 { "1", "****1", ios::dec, 5, 0, '*' }, in check_mpz()
95 { "-1", " -1", ios::dec | ios::right, 5 }, in check_mpz()
96 { "-1", "- 1", ios::dec | ios::internal, 5 }, in check_mpz()
[all …]
H A Dt-istream.cc84 ios::fmtflags flags; in check_mpz()
88 { "0", -1, "0", (ios::fmtflags) 0 }, in check_mpz()
89 { "123", -1, "123", (ios::fmtflags) 0 }, in check_mpz()
90 { "0123", -1, "83", (ios::fmtflags) 0 }, in check_mpz()
91 { "0x123", -1, "291", (ios::fmtflags) 0 }, in check_mpz()
92 { "-123", -1, "-123", (ios::fmtflags) 0 }, in check_mpz()
93 { "-0123", -1, "-83", (ios::fmtflags) 0 }, in check_mpz()
94 { "-0x123", -1, "-291", (ios::fmtflags) 0 }, in check_mpz()
95 { "+123", -1, "123", (ios::fmtflags) 0 }, in check_mpz()
96 { "+0123", -1, "83", (ios::fmtflags) 0 }, in check_mpz()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/iostream/
H A Dzfstream.cpp27 if ( io_mode & ios::in ) { in open()
28 mode = ios::in; in open()
30 } else if ( io_mode & ios::app ) { in open()
31 mode = ios::app; in open()
34 mode = ios::out; in open()
38 if ( io_mode & ios::binary ) { in open()
39 mode |= ios::binary; in open()
44 if ( io_mode & (ios::out|ios::app )) { in open()
69 if ( io_mode & ios::in ) { in attach()
70 mode = ios::in; in attach()
[all …]
H A Dzfstream.h24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
44 class gzfilestream_common : virtual public ios {
73 gzifstream( const char *name, int io_mode = ios::in );
74 gzifstream( int fd, int io_mode = ios::in );
85 gzofstream( const char *name, int io_mode = ios::out );
86 gzofstream( int fd, int io_mode = ios::out );
/netbsd-src/common/dist/zlib/contrib/iostream/
H A Dzfstream.cpp27 if ( io_mode & ios::in ) { in open()
28 mode = ios::in; in open()
30 } else if ( io_mode & ios::app ) { in open()
31 mode = ios::app; in open()
34 mode = ios::out; in open()
38 if ( io_mode & ios::binary ) { in open()
39 mode |= ios::binary; in open()
44 if ( io_mode & (ios::out|ios::app )) { in open()
69 if ( io_mode & ios::in ) { in attach()
70 mode = ios::in; in attach()
[all …]
H A Dzfstream.h24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
44 class gzfilestream_common : virtual public ios {
73 gzifstream( const char *name, int io_mode = ios::in );
74 gzifstream( int fd, int io_mode = ios::in );
85 gzofstream( const char *name, int io_mode = ios::out );
86 gzofstream( int fd, int io_mode = ios::out );
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/iostream/
H A Dzfstream.cpp27 if ( io_mode & ios::in ) { in open()
28 mode = ios::in; in open()
30 } else if ( io_mode & ios::app ) { in open()
31 mode = ios::app; in open()
34 mode = ios::out; in open()
38 if ( io_mode & ios::binary ) { in open()
39 mode |= ios::binary; in open()
44 if ( io_mode & (ios::out|ios::app )) { in open()
69 if ( io_mode & ios::in ) { in attach()
70 mode = ios::in; in attach()
[all …]
H A Dzfstream.h24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
44 class gzfilestream_common : virtual public ios {
73 gzifstream( const char *name, int io_mode = ios::in );
74 gzifstream( int fd, int io_mode = ios::in );
85 gzofstream( const char *name, int io_mode = ios::out );
86 gzofstream( int fd, int io_mode = ios::out );
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/iostream/
H A Dzfstream.cpp27 if ( io_mode & ios::in ) { in open()
28 mode = ios::in; in open()
30 } else if ( io_mode & ios::app ) { in open()
31 mode = ios::app; in open()
34 mode = ios::out; in open()
38 if ( io_mode & ios::binary ) { in open()
39 mode |= ios::binary; in open()
44 if ( io_mode & (ios::out|ios::app )) { in open()
69 if ( io_mode & ios::in ) { in attach()
70 mode = ios::in; in attach()
[all …]
H A Dzfstream.h24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
44 class gzfilestream_common : virtual public ios {
73 gzifstream( const char *name, int io_mode = ios::in );
74 gzifstream( int fd, int io_mode = ios::in );
85 gzofstream( const char *name, int io_mode = ios::out );
86 gzofstream( int fd, int io_mode = ios::out );
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/iostream/
H A Dzfstream.cpp27 if ( io_mode & ios::in ) { in open()
28 mode = ios::in; in open()
30 } else if ( io_mode & ios::app ) { in open()
31 mode = ios::app; in open()
34 mode = ios::out; in open()
38 if ( io_mode & ios::binary ) { in open()
39 mode |= ios::binary; in open()
44 if ( io_mode & (ios::out|ios::app )) { in open()
69 if ( io_mode & ios::in ) { in attach()
70 mode = ios::in; in attach()
[all …]
H A Dzfstream.h24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
44 class gzfilestream_common : virtual public ios {
73 gzifstream( const char *name, int io_mode = ios::in );
74 gzifstream( int fd, int io_mode = ios::in );
85 gzofstream( const char *name, int io_mode = ios::out );
86 gzofstream( int fd, int io_mode = ios::out );
/netbsd-src/external/lgpl3/gmp/dist/cxx/
H A Dosfuns.cc58 __gmp_doprnt_params_from_ios (struct doprnt_params_t *p, ios &o) in __gmp_doprnt_params_from_ios()
60 if ((o.flags() & ios::basefield) == ios::hex) in __gmp_doprnt_params_from_ios()
63 p->base = (o.flags() & ios::uppercase ? -16 : 16); in __gmp_doprnt_params_from_ios()
67 p->expfmt = (o.flags() & ios::uppercase ? "E%c%02d" : "e%c%02d"); in __gmp_doprnt_params_from_ios()
68 if ((o.flags() & ios::basefield) == ios::oct) in __gmp_doprnt_params_from_ios()
75 if ((o.flags() & ios::floatfield) == ios::fixed) in __gmp_doprnt_params_from_ios()
77 else if ((o.flags() & ios::floatfield) == ios::scientific) in __gmp_doprnt_params_from_ios()
87 if ((o.flags() & ios::adjustfield) == ios::left) in __gmp_doprnt_params_from_ios()
89 else if ((o.flags() & ios::adjustfield) == ios::internal) in __gmp_doprnt_params_from_ios()
101 if (o.flags() & ios::showbase) in __gmp_doprnt_params_from_ios()
[all …]
H A Disfuns.cc45 switch (i.flags() & ios::basefield) in __gmp_istream_set_base()
47 case ios::dec: in __gmp_istream_set_base()
50 case ios::hex: in __gmp_istream_set_base()
53 case ios::oct: in __gmp_istream_set_base()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dstrstream.cpp236 bool pos_in = (__which & ios::in) != 0; in seekoff()
237 bool pos_out = (__which & ios::out) != 0; in seekoff()
241 case ios::beg: in seekoff()
242 case ios::end: in seekoff()
246 case ios::cur: in seekoff()
261 case ios::beg: in seekoff()
264 case ios::cur: in seekoff()
267 case ios::end: in seekoff()
296 bool pos_in = (__which & ios::in) != 0; in seekpos()
297 bool pos_out = (__which & ios::out) != 0; in seekpos()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dios_failure.cc75 { return *type == typeid(ios::failure); } in __is_ios_failure_handler()
80 typedef char S[1 / (sizeof(ios::failure) <= sizeof(runtime_error))];
81 typedef char A[1 / (__alignof(ios::failure) <= __alignof(runtime_error))];
89 { _GLIBCXX_THROW_OR_ABORT(ios::failure(_(__s))); } in __throw_ios_failure()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dios_failure.cc75 { return *type == typeid(ios::failure); } in __is_ios_failure_handler()
80 typedef char S[1 / (sizeof(ios::failure) <= sizeof(runtime_error))];
81 typedef char A[1 / (__alignof(ios::failure) <= __alignof(runtime_error))];
89 { _GLIBCXX_THROW_OR_ABORT(ios::failure(_(__s))); } in __throw_ios_failure()
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dmake-proto.pl196 $ios = $exported{$f}{ios};
197 $ios = "NA" if (!defined $ios);
200 die "$f neither" if ($mac eq "NA" and $ios eq "NA");
201 $_ = $_ . " __OSX_AVAILABLE_STARTING(__MAC_${mac}, __IPHONE_${ios})";
/netbsd-src/external/bsd/unbound/dist/
H A DREADME-Travis.md108 ./contrib/ios/install_tools.sh
198 - AUTOTOOLS_HOST=armv7-apple-ios
199 - OPENSSL_HOST=ios-cross
207 …OpenSSL, Expat and Unbound. This step is handled in by the script `contrib/ios/install_tools.sh`. …
215 ./contrib/ios/install_tools.sh
221 The third step sets the iOS cross-compile environment using the script `contrib/ios/setenv_ios.sh`.…
223ios/setenv_ios.sh` knows which toolchain and architecture to select by inspecting environmental va…
225 The `contrib/ios/setenv_ios.sh` script specifies the tools to use during the cross-compile. For App…
242 … and Expat are built for iOS using the scripts `contrib/ios/install_openssl.sh` and `contrib/ios/i…
248ios.conf`. It is a copy of the OpenSSL's project file and located at `contrib/ios/15-ios.conf`. Th…
[all …]
/netbsd-src/external/bsd/unbound/dist/contrib/ios/
H A Dinstall_openssl.sh20 if ! cp ../contrib/ios/15-ios.conf Configurations/; then
28 if ! patch -u -p0 < ../contrib/ios/openssl.patch; then
/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Dstream.cpp53 is.seekg(0, std::ios::end); in stream_length()
55 is.seekg(current_pos, std::ios::beg); in stream_length()
58 is.seekg(current_pos, std::ios::beg); in stream_length()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops-common.h478 using std::ios; in _GLIBCXX_VISIBILITY()
479 __gnu_cxx::stdio_filebuf<char> sbin(in.fd, ios::in|ios::binary); in _GLIBCXX_VISIBILITY()
480 __gnu_cxx::stdio_filebuf<char> sbout(out.fd, ios::out|ios::binary); in _GLIBCXX_VISIBILITY()
493 const auto p1 = sbin.pubseekoff(n, ios::beg, ios::in); in _GLIBCXX_VISIBILITY()
494 const auto p2 = sbout.pubseekoff(n, ios::beg, ios::out); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__availability145 __attribute__((availability(ios,strict,introduced=10.0))) \
158 __attribute__((availability(ios,strict,introduced=11.0))) \
168 __attribute__((availability(ios,strict,introduced=10.0))) \
174 __attribute__((availability(ios,strict,introduced=10.0))) \
179 __attribute__((availability(ios,strict,introduced=6.0)))
183 __attribute__((availability(ios,strict,introduced=7.0)))
187 __attribute__((availability(ios,strict,introduced=7.0)))
191 __attribute__((availability(ios,strict,introduced=7.0)))
195 __attribute__((availability(ios,strict,introduced=13.0))) \
200 …_Pragma("clang attribute push(__attribute__((availability(ios,strict,introduced=13.0))), apply_to=…
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/toolchain/
H A DBUILD.gn63 if (current_os == "ios" || current_os == "mac") {
77 if (current_os == "ios" || current_os == "mac") {
96 if (current_os == "ios" || current_os == "mac") {
112 if (current_os == "ios" || current_os == "mac") {
127 if (current_os == "ios" || current_os == "mac") {
148 if (current_os == "ios" || current_os == "mac") {
171 if (current_os != "ios" && current_os != "mac") {
196 if (current_os != "ios" && current_os != "mac") {
229 current_os = "ios"
236 current_os = "ios"
/netbsd-src/sys/arch/alpha/tc/
H A Dtc_3000_500.c335 uint32_t ios;
339 ios = *iosp;
342 ios |= flags;
344 ios &= ~flags;
346 *iosp = ios;

12345678910