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

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D991026-2.c9 extern int close (int __fd) ;
10 extern int dup (int __fd) ;
/openbsd-current/gnu/gcc/libssp/ssp/
H A Dunistd.h48 extern ssize_t __SSP_REDIRECT (__read_alias, (int __fd, void *__buf,
52 read (int __fd, void *__buf, size_t __nbytes) argument
56 return __read_alias (__fd, __buf, __nbytes);
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dstdio_filebuf.h78 stdio_filebuf(int __fd, std::ios_base::openmode __mode, bool __del,
120 stdio_filebuf(int __fd, std::ios_base::openmode __mode, bool __del, argument
123 _M_file.sys_open(__fd, __mode, __del);
/openbsd-current/gnu/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc116 xwrite(int __fd, const char* __s, std::streamsize __n) argument
122 const std::streamsize __ret = write(__fd, __s, __nleft);
141 xwritev(int __fd, const char* __s1, std::streamsize __n1, argument
156 const std::streamsize __ret = writev(__fd, __iov, 2);
169 __nleft -= xwrite(__fd, __s2 + __off, __n2 - __off);
214 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode) argument
218 if (__c_mode && !this->is_open() && (_M_cfile = fdopen(__fd, __c_mode)))
222 if (__fd == 0)
H A Dbasic_file_stdio.h74 sys_open(int __fd, ios_base::openmode __mode);
/openbsd-current/gnu/gcc/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);
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/io/
H A Dbasic_file_stdio.cc121 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode, argument
127 && (_M_cfile = fdopen(__fd, __c_mode)))
132 if (__fd == 0)
H A Dbasic_file_stdio.h72 sys_open(int __fd, ios_base::openmode __mode, bool __del);
H A Dbasic_file_libio.h401 int __fd = fileno(__f); local
410 _fileno = __fd;
/openbsd-current/gnu/llvm/libcxx/include/__chrono/
H A Dduration.h74 _ToDuration operator()(const _FromDuration& __fd) const
76 return _ToDuration(static_cast<typename _ToDuration::rep>(__fd.count()));
84 _ToDuration operator()(const _FromDuration& __fd) const
88 static_cast<_Ct>(__fd.count()) / static_cast<_Ct>(_Period::den)));
96 _ToDuration operator()(const _FromDuration& __fd) const
100 static_cast<_Ct>(__fd.count()) * static_cast<_Ct>(_Period::num)));
108 _ToDuration operator()(const _FromDuration& __fd) const
112 static_cast<_Ct>(__fd.count()) * static_cast<_Ct>(_Period::num)
125 duration_cast(const duration<_Rep, _Period>& __fd) argument
127 return __duration_cast<duration<_Rep, _Period>, _ToDuration>()(__fd);
[all...]
/openbsd-current/gnu/llvm/libcxx/src/ryu/
H A Dd2s.cpp349 __floating_decimal_64 __fd; local
350 __fd.__exponent = __exp;
351 __fd.__mantissa = _Output;
352 return __fd;
H A Df2s.cpp289 __floating_decimal_32 __fd; local
290 __fd.__exponent = __exp;
291 __fd.__mantissa = _Output;
292 return __fd;

Completed in 227 milliseconds