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

/haiku-buildtools/legacy/gcc/libio/stdio/
H A Dsetfileno.c16 fp->_fileno = fd;
/haiku-buildtools/legacy/gcc/libio/
H A Dfiledoalloc.c84 if (fp->_fileno < 0 || _IO_SYSSTAT (fp, &st) < 0)
104 if (couldbetty && isatty (fp->_fileno))
H A Dfileops.c114 fp->_fileno = -1;
138 fp->_fileno = EOF;
197 fp->_fileno = fdesc;
214 fp->_fileno = fd;
587 return read (fp->_fileno, buf, size);
596 return lseek (fp->_fileno, offset, dir);
604 return fstat (fp->_fileno, (struct stat *) st);
611 return close (fp->_fileno);
623 _IO_ssize_t count = write (f->_fileno, data, to_do);
H A Diolibio.h59 #define _IO_fileno(FP) ((FP)->_fileno)
H A Dfilebuf.cc129 _fileno = fd;
H A Dlibio.h130 #define _IO_DELETE_DONT_CLOSE 0x40 /* Don't call close(_fileno) on cleanup. */
234 int _fileno; member in struct:_IO_FILE
H A Dstreambuf.h442 int is_open() const { return _fileno >= 0; }
443 int fd() const { return is_open() ? _fileno : EOF; }
H A DlibioP.h403 #define _IO_file_is_open(__fp) ((__fp)->_fileno >= 0)
/haiku-buildtools/binutils/include/
H A Dbinary-io.h44 # define fileno _fileno
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C225 short _fileno; member in struct:__file_fields
245 int is_open() { return _fb._fileno >= 0; }
246 int fd() { return is_open() ? _fb._fileno : (-1) ; }
H A Dp784.C551 short _fileno; member in struct:__file_fields
571 int is_open() { return _fb._fileno >= 0; }
572 int fd() { return is_open() ? _fb._fileno : (-1) ; }
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h723 int _fileno; member in struct:__sanitizer::__sanitizer_FILE
H A Dsanitizer_platform_limits_posix.cc1183 CHECK_SIZE_AND_OFFSET(FILE, _fileno);

Completed in 189 milliseconds