HomeSort by relevance Sort by last modified time
    Searched refs:_fileno (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/compiler-rt/lib/profile/
InstrProfilingPort.h 21 #define COMPILER_RT_FTRUNCATE(f,l) _chsize(_fileno(f),l)
  /external/google-benchmark/src/
colorprint.cc 162 return 0 != _isatty(_fileno(stdout));
  /external/libcxx/utils/google-benchmark/src/
colorprint.cc 162 return 0 != _isatty(_fileno(stdout));
  /external/libdivsufsort/examples/
suftest.c 97 if(_setmode(_fileno(stdin), _O_BINARY) == -1) {
bwt.c 118 if(_setmode(_fileno(stdin), _O_BINARY) == -1) {
143 if(_setmode(_fileno(stdout), _O_BINARY) == -1) {
  /external/libmojo/mojo/edk/test/
test_utils_win.cc 88 reinterpret_cast<HANDLE>(_get_osfhandle(_fileno(fp.get()))),
  /external/libvpx/libvpx/
tools_common.h 49 #define fileno _fileno
tools_common.c 33 #define _fileno fileno macro
52 _setmode(_fileno(stream), _O_BINARY);
  /external/skia/src/ports/
SkOSFile_win.cpp 38 int fileno = _fileno((FILE*)f);
116 return _fileno((FILE*)f);
  /external/libpcap/pcap/
pcap.h 367 pcap_hopen_offline_with_tstamp_precision(_get_osfhandle(_fileno(f)), p, b)
369 pcap_hopen_offline(_get_osfhandle(_fileno(f)), b)
  /external/brotli/tools/
bro.c 31 #define STDIN_FILENO MAKE_BINARY(_fileno(stdin))
32 #define STDOUT_FILENO MAKE_BINARY(_fileno(stdout))
  /external/ImageMagick/MagickCore/
nt-base.h 106 # define fileno _fileno
  /external/libchrome/base/files/
file_util.cc 231 int fd = _fileno(file);
  /external/libvorbis/examples/
seeking_example.c 87 _setmode( _fileno( stdin ), _O_BINARY );
  /external/wpa_supplicant_8/src/utils/
os_win32.c 226 h = (HANDLE) _get_osfhandle(_fileno(stream));
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libpcap/
savefile.c 72 * with the wrappers calling _fileno() and _get_osfhandle() themselves,
85 #define SET_BINMODE(f) _setmode(_fileno(f), _O_BINARY)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lua.c 52 #define lua_stdin_is_tty() _isatty(_fileno(stdin))
  /external/skia/third_party/lua/src/
lua.c 52 #define lua_stdin_is_tty() _isatty(_fileno(stdin))
  /external/syslinux/com32/lua/src/
lua.c 57 #define lua_stdin_is_tty() _isatty(_fileno(stdin))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
libio.h 129 #define _IO_DELETE_DONT_CLOSE 0x40 /* Don't call close(_fileno) on cleanup. */
294 int _fileno; member in struct:_IO_FILE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
libio.h 129 #define _IO_DELETE_DONT_CLOSE 0x40 /* Don't call close(_fileno) on cleanup. */
296 int _fileno; member in struct:_IO_FILE
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]

Completed in 7093 milliseconds

12 3 4