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

/external/syslinux/com32/lib/
H A Dfdopendir.c9 DIR *fdopendir(int __fd) argument
11 (void)__fd;
/external/syslinux/com32/include/
H A Dstdio.h43 #define __create_file(__fd) ((FILE *)(size_t)((__fd) + 1))
53 static __inline__ FILE *fdopen(int __fd, const char *__m) argument
56 return __create_file(__fd);
H A Dstdlib.h95 static __inline__ int grantpt(int __fd) argument
97 (void)__fd;
/external/bison/lib/
H A 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, in
[all...]
/external/ltp/testcases/kernel/syscalls/epoll2/include/
H A Depoll.h103 extern int epoll_ctl (int __epfd, int __op, int __fd,
/external/bison/darwin-lib/
H A 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, in
[all...]
/external/bison/linux-lib/
H A 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, in
[all...]
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c5291 extern FILE *fdopen (int __fd, __const char *__modes) __attribute__ ((__nothrow__));

Completed in 315 milliseconds