Searched refs:ios (Results 1 - 24 of 24) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/src/
H A Dios-inst.cc35 #include <ios>
H A Dios_failure.cc35 #include <ios>
H A Dstreambuf-inst.cc35 #include <ios>
H A Dios_locale.cc35 #include <ios>
H A Dfunctexcept.cc34 #include <ios>
H A DMakefile.am142 ios.cc \
159 ios-inst.cc \
H A Dios.cc35 #include <ios>
H A Dios_init.cc35 #include <ios>
121 // besides <iostream> static object, ie just using <ios> with
/freebsd-9.3-release/contrib/libstdc++/include/backward/
H A Diostream.h37 using std::ios;
/freebsd-9.3-release/contrib/libstdc++/include/precompiled/
H A Dstdc++.h63 #include <ios>
/freebsd-9.3-release/usr.sbin/ppp/
H A Dtty.c101 struct termios ios; /* To be able to reset from raw mode */ member in struct:ttydevice
435 struct termios ios; local
449 tcgetattr(p->fd, &ios);
450 cfmakeraw(&ios);
452 ios.c_cflag |= CLOCAL | CCTS_OFLOW | CRTS_IFLOW;
454 ios.c_cflag |= CLOCAL;
457 ios.c_cflag |= HUPCL;
459 if (tcsetattr(p->fd, TCSANOW, &ios) == -1)
502 if (!physical_IsSync(p) && tcsetattr(p->fd, TCSAFLUSH, &dev->ios) == -1)
534 struct termios ios; local
678 struct termios ios; local
[all...]
/freebsd-9.3-release/contrib/libc++/src/
H A Dstrstream.cpp232 bool pos_in = (__which & ios::in) != 0;
233 bool pos_out = (__which & ios::out) != 0;
237 case ios::beg:
238 case ios::end:
242 case ios::cur:
257 case ios::beg:
260 case ios::cur:
263 case ios::end:
290 bool pos_in = (__which & ios::in) != 0;
291 bool pos_out = (__which & ios
[all...]
/freebsd-9.3-release/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.h46 #include <ios>
/freebsd-9.3-release/sys/dev/mmc/
H A Dbridge.h135 struct mmc_ios ios; /* Current state of the host */ member in struct:mmc_host
/freebsd-9.3-release/sys/arm/at91/
H A Dat91_mci.c348 struct mmc_ios *ios; local
353 ios = &host->ios;
355 if (ios->clock == 0) {
360 if ((at91_master_clock % (ios->clock * 2)) == 0)
361 clkdiv = ((at91_master_clock / ios->clock) / 2) - 1;
363 clkdiv = (at91_master_clock / ios->clock) / 2;
365 if (ios->bus_width == bus_width_4)
405 if (sc->host.ios.bus_mode == opendrain)
703 *(int *)result = sc->host.ios
[all...]
/freebsd-9.3-release/sys/dev/sdhci/
H A Dsdhci.c67 /* Controller has flaky internal state so reset it on each ios change */
869 struct mmc_ios *ios = &slot->host.ios; local
873 if (ios->power_mode == power_off) {
878 sdhci_set_clock(slot, ios->clock);
879 sdhci_set_power(slot, (ios->power_mode == power_off)?0:ios->vdd);
880 if (ios->bus_width == bus_width_4)
884 if (ios->timing == bus_timing_hs)
1471 *result = slot->host.ios
[all...]
/freebsd-9.3-release/lib/libc++/
H A DMakefile22 ios.cpp\
125 ios\
/freebsd-9.3-release/contrib/libstdc++/include/std/
H A Dstd_iosfwd.h135 typedef basic_ios<char> ios; ///< @isiosfwd typedef
H A Dstd_ostream.h45 #include <ios>
H A Dstd_istream.h44 #include <ios>
/freebsd-9.3-release/gnu/lib/libstdc++/
H A DMakefile34 ios.cc ios_failure.cc ios_init.cc ios_locale.cc limits.cc \
38 ios-inst.cc iostream-inst.cc istream-inst.cc istream.cc \
/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A Dropeimpl.h1017 bool __left = bool(__o.flags() & std::ios::left);
/freebsd-9.3-release/contrib/libstdc++/include/
H A DMakefile.am69 ios \
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2166 fstr.seekg(0, std::ios::beg);

Completed in 136 milliseconds