Home
last modified time | relevance | path

Searched refs:__fd (Results 1 – 11 of 11) sorted by relevance

/external/bison/lib/
Dspawn.in.h783 int __fd,
788 int __fd,
794 int __fd,
800 int __fd,
821 (posix_spawn_file_actions_t *__file_actions, int __fd)
824 (posix_spawn_file_actions_t *__file_actions, int __fd));
828 (posix_spawn_file_actions_t *__file_actions, int __fd)
832 (posix_spawn_file_actions_t *__file_actions, int __fd));
853 int __fd, int __newfd)
857 int __fd, int __newfd));
[all …]
/external/syslinux/com32/include/
Dstdio.h43 #define __create_file(__fd) ((FILE *)(size_t)((__fd) + 1)) argument
53 static __inline__ FILE *fdopen(int __fd, const char *__m) in fdopen() argument
56 return __create_file(__fd); in fdopen()
Dstdlib.h95 static __inline__ int grantpt(int __fd) in grantpt() argument
97 (void)__fd; in grantpt()
/external/syslinux/com32/lib/
Dfdopendir.c9 DIR *fdopendir(int __fd) in fdopendir() argument
11 (void)__fd; in fdopendir()
/external/bison/linux-lib/
Dspawn.h1095 int __fd,
1100 int __fd,
1106 int __fd,
1112 int __fd,
1133 (posix_spawn_file_actions_t *__file_actions, int __fd)
1136 (posix_spawn_file_actions_t *__file_actions, int __fd));
1140 (posix_spawn_file_actions_t *__file_actions, int __fd)
1144 (posix_spawn_file_actions_t *__file_actions, int __fd));
1165 int __fd, int __newfd)
1169 int __fd, int __newfd));
[all …]
/external/bison/darwin-lib/
Dspawn.h1095 int __fd,
1100 int __fd,
1106 int __fd,
1112 int __fd,
1133 (posix_spawn_file_actions_t *__file_actions, int __fd)
1136 (posix_spawn_file_actions_t *__file_actions, int __fd));
1140 (posix_spawn_file_actions_t *__file_actions, int __fd)
1144 (posix_spawn_file_actions_t *__file_actions, int __fd));
1165 int __fd, int __newfd)
1169 int __fd, int __newfd));
[all …]
/external/ltp/testcases/kernel/syscalls/epoll2/include/
Depoll.h103 extern int epoll_ctl (int __epfd, int __op, int __fd,
/external/libcxx/include/
Dlocale2659 string_type& __nsn, int& __fd);
2668 string_type& __nsn, int& __fd)
2681 __fd = __mp.frac_digits();
2694 __fd = __mp.frac_digits();
2808 int __fd;
2810 __sym, __psn, __nsn, __fd);
2952 if (__fd > 0)
2959 for (++__b; __fd > 0; --__fd, ++__b)
3099 int& __fd);
3107 int __fd);
[all …]
Dchrono360 _ToDuration operator()(const _FromDuration& __fd) const
362 return _ToDuration(static_cast<typename _ToDuration::rep>(__fd.count()));
370 _ToDuration operator()(const _FromDuration& __fd) const
374 static_cast<_Ct>(__fd.count()) / static_cast<_Ct>(_Period::den)));
382 _ToDuration operator()(const _FromDuration& __fd) const
386 static_cast<_Ct>(__fd.count()) * static_cast<_Ct>(_Period::num)));
394 _ToDuration operator()(const _FromDuration& __fd) const
398 static_cast<_Ct>(__fd.count()) * static_cast<_Ct>(_Period::num)
411 duration_cast(const duration<_Rep, _Period>& __fd)
413 return __duration_cast<duration<_Rep, _Period>, _ToDuration>()(__fd);
Dfunctional2357 _DecayFunc __fd;
2365 noexcept(noexcept(!_VSTD::invoke(__fd, _VSTD::forward<_Args>(__args)...)))
2366 -> decltype( !_VSTD::invoke(__fd, _VSTD::forward<_Args>(__args)...))
2367 { return !_VSTD::invoke(__fd, _VSTD::forward<_Args>(__args)...); }
2372 noexcept(noexcept(!_VSTD::invoke(_VSTD::move(__fd), _VSTD::forward<_Args>(__args)...)))
2373 -> decltype( !_VSTD::invoke(_VSTD::move(__fd), _VSTD::forward<_Args>(__args)...))
2374 { return !_VSTD::invoke(_VSTD::move(__fd), _VSTD::forward<_Args>(__args)...); }
2379 noexcept(noexcept(!_VSTD::invoke(__fd, _VSTD::forward<_Args>(__args)...)))
2380 -> decltype( !_VSTD::invoke(__fd, _VSTD::forward<_Args>(__args)...))
2381 { return !_VSTD::invoke(__fd, _VSTD::forward<_Args>(__args)...); }
[all …]
/external/valgrind/perf/
Dtest_input_for_tinycc.c5291 extern FILE *fdopen (int __fd, __const char *__modes) __attribute__ ((__nothrow__));