HomeSort by: relevance | last modified time | path
    Searched refs:_fileno (Results 1 - 25 of 333) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libc/stdio/
fileno.c 55 int _fileno(FILE *); /* XXX */
57 __weak_alias(fileno,_fileno)
60 _fileno(FILE *fp)
fileno.c 55 int _fileno(FILE *); /* XXX */
57 __weak_alias(fileno,_fileno)
60 _fileno(FILE *fp)
fileno.c 55 int _fileno(FILE *); /* XXX */
57 __weak_alias(fileno,_fileno)
60 _fileno(FILE *fp)
  /src/external/bsd/zstd/dist/programs/
platform.h 142 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream))
149 return _isatty(_fileno(stdStream)) && GetConsoleMode((HANDLE)_get_osfhandle(_fileno(stdStream)), &dummy);
161 # include <io.h> /* _setmode, _fileno, _get_osfhandle */
165 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unused; }
166 # define SET_SPARSE_FILE_MODE(file) { DWORD dw; DeviceIoControl((HANDLE) _get_osfhandle(_fileno(file)), FSCTL_SET_SPARSE, 0, 0, 0, 0, &dw, 0); }
platform.h 142 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream))
149 return _isatty(_fileno(stdStream)) && GetConsoleMode((HANDLE)_get_osfhandle(_fileno(stdStream)), &dummy);
161 # include <io.h> /* _setmode, _fileno, _get_osfhandle */
165 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unused; }
166 # define SET_SPARSE_FILE_MODE(file) { DWORD dw; DeviceIoControl((HANDLE) _get_osfhandle(_fileno(file)), FSCTL_SET_SPARSE, 0, 0, 0, 0, &dw, 0); }
platform.h 142 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream))
149 return _isatty(_fileno(stdStream)) && GetConsoleMode((HANDLE)_get_osfhandle(_fileno(stdStream)), &dummy);
161 # include <io.h> /* _setmode, _fileno, _get_osfhandle */
165 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unused; }
166 # define SET_SPARSE_FILE_MODE(file) { DWORD dw; DeviceIoControl((HANDLE) _get_osfhandle(_fileno(file)), FSCTL_SET_SPARSE, 0, 0, 0, 0, &dw, 0); }
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
binary-io.h 43 # define fileno _fileno
binary-io.h 43 # define fileno _fileno
binary-io.h 43 # define fileno _fileno
  /src/external/gpl3/binutils/dist/include/
binary-io.h 44 # define fileno _fileno
binary-io.h 44 # define fileno _fileno
binary-io.h 44 # define fileno _fileno
  /src/external/gpl3/binutils.old/dist/include/
binary-io.h 44 # define fileno _fileno
binary-io.h 44 # define fileno _fileno
binary-io.h 44 # define fileno _fileno
  /src/external/gpl3/gdb/dist/include/
binary-io.h 44 # define fileno _fileno
binary-io.h 44 # define fileno _fileno
binary-io.h 44 # define fileno _fileno
  /src/external/gpl3/gdb.old/dist/include/
binary-io.h 44 # define fileno _fileno
binary-io.h 44 # define fileno _fileno
binary-io.h 44 # define fileno _fileno
  /src/crypto/external/apache2/openssl/dist/ms/
applink.c 88 return _fileno(fp);
93 return _setmode(_fileno(fp), mod == 'b' ? _O_BINARY : _O_TEXT);
applink.c 88 return _fileno(fp);
93 return _setmode(_fileno(fp), mod == 'b' ? _O_BINARY : _O_TEXT);
  /src/crypto/external/bsd/openssl/dist/ms/
applink.c 79 return _fileno(fp);
84 return _setmode(_fileno(fp), mod == 'b' ? _O_BINARY : _O_TEXT);
  /src/crypto/external/bsd/openssl.old/dist/ms/
applink.c 73 return _fileno(fp);
78 return _setmode(_fileno(fp), mod == 'b' ? _O_BINARY : _O_TEXT);

Completed in 69 milliseconds

1 2 3 4 5 6 7 8 91011>>