Searched refs:__fd (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/fixincludes/tests/base/sys/
H A Dstat.h16 __inline__ int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
21 __NTH (fstat64 (int __fd, struct stat64 *__statbuf)) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D991026-2.c9 extern int close (int __fd) ;
10 extern int dup (int __fd) ;
H A Dpr34334.c15 extern int fstatat64 (int __fd, __const char *__restrict __file, struct stat64 *__restrict __buf, int __flag) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2, 3)));
/haiku-buildtools/gcc/libssp/ssp/
H A Dunistd.h47 extern ssize_t __SSP_REDIRECT (__read_alias, (int __fd, void *__buf,
51 read (int __fd, void *__buf, size_t __nbytes) argument
55 return __read_alias (__fd, __buf, __nbytes);
/haiku-buildtools/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc114 xwrite(int __fd, const char* __s, std::streamsize __n) argument
120 const std::streamsize __ret = write(__fd, __s, __nleft);
139 xwritev(int __fd, const char* __s1, std::streamsize __n1, argument
154 const std::streamsize __ret = writev(__fd, __iov, 2);
167 __nleft -= xwrite(__fd, __s2 + __off, __n2 - __off);
214 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode) throw () argument
218 if (__c_mode && !this->is_open() && (_M_cfile = fdopen(__fd, __c_mode)))
222 if (__fd == 0)
H A Dbasic_file_stdio.h91 sys_open(int __fd, ios_base::openmode __mode) throw ();
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dstdio_filebuf.h68 * @param __fd An open file descriptor.
77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
137 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
139 this->_M_file.sys_open(__fd, __mode);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-10.c329 __attribute__ ((__nothrow__)) ptsname_r (int __fd, char *__buf, size_t __buflen) argument

Completed in 120 milliseconds