Searched refs:__fd (Results 1 – 9 of 9) sorted by relevance
| /trueos/include/apple/sys/_types/ |
| HD | _fd_def.h | 58 …N_FD_SET(n, p) do { int __fd = (n); ((p)->fds_bits[(unsigned long)__fd/__DARWIN_NFDBITS] |= ((__in… 59 …N_FD_CLR(n, p) do { int __fd = (n); ((p)->fds_bits[(unsigned long)__fd/__DARWIN_NFDBITS] &= ~((__i…
|
| /trueos/include/ |
| HD | _simple.h | 38 void _simple_vdprintf(int __fd, const char *__fmt, va_list __ap); 45 void _simple_dprintf(int __fd, const char *__fmt, ...); 114 void _simple_put(_SIMPLE_STRING __b, int __fd); 120 void _simple_putline(_SIMPLE_STRING __b, int __fd);
|
| /trueos/contrib/libstdc++/config/io/ |
| D | basic_file_stdio.cc | 116 xwrite(int __fd, const char* __s, std::streamsize __n) in xwrite() argument 122 const std::streamsize __ret = write(__fd, __s, __nleft); in xwrite() 141 xwritev(int __fd, const char* __s1, std::streamsize __n1, in xwritev() argument 156 const std::streamsize __ret = writev(__fd, __iov, 2); in xwritev() 169 __nleft -= xwrite(__fd, __s2 + __off, __n2 - __off); in xwritev() 214 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode) in sys_open() argument 218 if (__c_mode && !this->is_open() && (_M_cfile = fdopen(__fd, __c_mode))) in sys_open() 222 if (__fd == 0) in sys_open()
|
| D | basic_file_stdio.h | 74 sys_open(int __fd, ios_base::openmode __mode);
|
| /trueos/contrib/gcclibs/libssp/ssp/ |
| HD | unistd.h | 48 extern ssize_t __SSP_REDIRECT (__read_alias, (int __fd, void *__buf, 52 read (int __fd, void *__buf, size_t __nbytes) in read() argument 56 return __read_alias (__fd, __buf, __nbytes); in read()
|
| /trueos/contrib/libstdc++/include/ext/ |
| D | stdio_filebuf.h | 78 stdio_filebuf(int __fd, std::ios_base::openmode __mode, in _GLIBCXX_BEGIN_NAMESPACE() 129 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) in stdio_filebuf() argument 131 this->_M_file.sys_open(__fd, __mode); in stdio_filebuf()
|
| /trueos/contrib/libc++/include/ |
| D | chrono | 336 _ToDuration operator()(const _FromDuration& __fd) const 338 return _ToDuration(static_cast<typename _ToDuration::rep>(__fd.count())); 346 _ToDuration operator()(const _FromDuration& __fd) const 350 static_cast<_Ct>(__fd.count()) / static_cast<_Ct>(_Period::den))); 358 _ToDuration operator()(const _FromDuration& __fd) const 362 static_cast<_Ct>(__fd.count()) * static_cast<_Ct>(_Period::num))); 370 _ToDuration operator()(const _FromDuration& __fd) const 374 static_cast<_Ct>(__fd.count()) * static_cast<_Ct>(_Period::num) 387 duration_cast(const duration<_Rep, _Period>& __fd) 389 return __duration_cast<duration<_Rep, _Period>, _ToDuration>()(__fd);
|
| D | locale | 2865 string_type& __nsn, int& __fd); 2874 string_type& __nsn, int& __fd) 2887 __fd = __mp.frac_digits(); 2900 __fd = __mp.frac_digits(); 3014 int __fd; 3016 __sym, __psn, __nsn, __fd); 3158 if (__fd > 0) 3165 for (++__b; __fd > 0; --__fd, ++__b) 3305 int& __fd); 3313 int __fd); [all …]
|
| /trueos/contrib/libstdc++/ |
| D | ChangeLog-2001 | 4469 * include/bits/fstream.tcc (basic_fstream::basic_filebuf(int __fd,
|