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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/sys/
H A Dstat.h21 __inline__ int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
26 __NTH (fstat64 (int __fd, struct stat64 *__statbuf)) argument
/netbsd-6-1-5-RELEASE/include/ssp/
H A Dunistd.h39 __ssp_redirect0(ssize_t, read, (int __fd, void *__buf, size_t __len), \
40 (__fd, __buf, __len));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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.c14 extern int fstatat64 (int __fd, __const char *__restrict __file, struct stat64 *__restrict __buf, int __flag) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2, 3)));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D991026-2.c9 extern int close (int __fd) ;
10 extern int dup (int __fd) ;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc115 xwrite(int __fd, const char* __s, std::streamsize __n) argument
121 const std::streamsize __ret = write(__fd, __s, __nleft);
140 xwritev(int __fd, const char* __s1, std::streamsize __n1, argument
155 const std::streamsize __ret = writev(__fd, __iov, 2);
168 __nleft -= xwrite(__fd, __s2 + __off, __n2 - __off);
213 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode) throw () argument
217 if (__c_mode && !this->is_open() && (_M_cfile = fdopen(__fd, __c_mode)))
221 if (__fd == 0)
H A Dbasic_file_stdio.h70 sys_open(int __fd, ios_base::openmode __mode) throw ();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc111 xwrite(int __fd, const char* __s, std::streamsize __n) argument
117 const std::streamsize __ret = write(__fd, __s, __nleft);
136 xwritev(int __fd, const char* __s1, std::streamsize __n1, argument
151 const std::streamsize __ret = writev(__fd, __iov, 2);
164 __nleft -= xwrite(__fd, __s2 + __off, __n2 - __off);
208 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode) argument
212 if (__c_mode && !this->is_open() && (_M_cfile = fdopen(__fd, __c_mode)))
216 if (__fd == 0)
H A Dbasic_file_stdio.h73 sys_open(int __fd, ios_base::openmode __mode);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstdio_filebuf.h75 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
126 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
128 this->_M_file.sys_open(__fd, __mode);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dstdio_filebuf.h78 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
129 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
131 this->_M_file.sys_open(__fd, __mode);
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A Dfile_media.c62 extern __loff_t llseek __P ((int __fd, __loff_t __offset, int __whence));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/
H A Dinclhack.def1473 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
1475 __NTH (fstat64 (int __fd, struct stat64 *__statbuf))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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 274 milliseconds