Searched refs:_fileno (Results 1 - 11 of 11) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dfiledoalloc.c103 if (fp->_fileno >= 0 && __builtin_expect (_IO_SYSSTAT (fp, &st), 0) >= 0)
112 isatty (fp->_fileno))
H A Dwfiledoalloc.c96 if (fp->_fileno < 0 || _IO_SYSSTAT (fp, &st) < 0)
116 if (couldbetty && isatty (fp->_fileno))
H A Dfileops.c140 fp->file._fileno = -1;
182 fp->_fileno = -1;
226 fp->_fileno = fdesc;
410 fp->_fileno = fd;
646 fp->_fileno, 0);
649 fp->_fileno, 0);
683 (fp->_fileno, fp->_IO_buf_end - fp->_IO_buf_base, SEEK_SET)
754 p = _G_MMAP64(NULL, st.st_size, PROT_READ, MAP_SHARED, fp->_fileno, 0);
756 p = __mmap(NULL, st.st_size, PROT_READ, MAP_SHARED, fp->_fileno, 0);
771 (fp->_fileno, s
[all...]
H A Diolibio.h73 #define _IO_fileno(FP) ((FP)->_fileno)
H A Diofopncook.c137 /* We use a negative number different from -1 for _fileno to mark that
140 cfile->__fp.file._fileno = -2;
H A Dlibio.h130 #define _IO_DELETE_DONT_CLOSE 0x40 /* Don't call close(_fileno) on cleanup. */
288 int _fileno; member in struct:_IO_FILE
H A DlibioP.h538 #define _IO_file_is_open(__fp) ((__fp)->_fileno != -1)
/haiku/src/libs/stdc++/legacy/
H A Dfilebuf.cc129 _fileno = fd;
/haiku/headers/posix/
H A Dlibio.h75 #define _IO_DELETE_DONT_CLOSE 0x40 /* Don't call close(_fileno) on cleanup. */
140 int _fileno; member in struct:_IO_FILE
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DStdLibFileIO.cpp52 # define FILENO(__fp) _fileno ((__fp))
/haiku/headers/cpp/
H A Dstreambuf.h442 int is_open() const { return _fileno >= 0; }
443 int fd() const { return is_open() ? _fileno : EOF; }

Completed in 69 milliseconds