/external/bison/m4/ |
D | pipe2.m4 | 1 # pipe2.m4 serial 2 11 dnl Persuade glibc <unistd.h> to declare pipe2(). 14 AC_CHECK_FUNCS_ONCE([pipe2])
|
D | gnulib-comp.m4 | 146 # Code from module pipe2: 147 # Code from module pipe2-safer: 533 gl_UNISTD_MODULE_INDICATOR([pipe2]) 534 gl_MODULE_INDICATOR([pipe2-safer]) 1030 lib/pipe2-safer.c 1031 lib/pipe2.c 1241 m4/pipe2.m4
|
D | unistd_h.m4 | 48 group_member isatty lchown link linkat lseek pipe pipe2 pread pwrite
|
/external/bison/lib/ |
D | pipe2.c | 40 pipe2 (int fd[2], int flags) in pipe2() function 50 # undef pipe2 in pipe2() 58 int result = pipe2 (fd, flags); in pipe2()
|
D | unistd--.h | 30 # undef pipe2 31 # define pipe2 pipe2_safer macro
|
D | unistd.in.h | 1130 # define pipe2 rpl_pipe2 1132 _GL_FUNCDECL_RPL (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); 1133 _GL_CXXALIAS_RPL (pipe2, int, (int fd[2], int flags)); 1135 _GL_FUNCDECL_SYS (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); 1136 _GL_CXXALIAS_SYS (pipe2, int, (int fd[2], int flags)); 1138 _GL_CXXALIASWARN (pipe2); 1140 # undef pipe2 1142 _GL_WARN_ON_USE (pipe2, "pipe2 is unportable - "
|
D | pipe2-safer.c | 34 if (pipe2 (fd, flags) == 0) in pipe2_safer()
|
D | Makefile.in | 151 $(top_srcdir)/m4/perror.m4 $(top_srcdir)/m4/pipe2.m4 \ 242 mbswidth.c mbuiter.h mbuiter.c pipe2.c pipe2-safer.c \ 272 mbuiter.$(OBJEXT) pipe2.$(OBJEXT) pipe2-safer.$(OBJEXT) \ 1587 mbswidth.c mbuiter.h mbuiter.c pipe2.c pipe2-safer.c \ 1826 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipe2-safer.Po@am__quote@ 1827 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipe2.Po@am__quote@
|
D | gnulib.mk | 1239 libbison_a_SOURCES += pipe2.c 1245 libbison_a_SOURCES += pipe2-safer.c
|
/external/strace/tests/ |
D | pipe.expected | 2 pipe2\(\[0, 1\], O_NONBLOCK\) += 0
|
D | pipe.test | 7 syscall=pipe2
|
D | pipe.c | 21 if (pipe2(fds, O_NONBLOCK) || fds[0] != 0 || fds[1] != 1) in main()
|
/external/bison/linux-lib/ |
D | unistd.h | 1442 # define pipe2 rpl_pipe2 macro 1444 _GL_FUNCDECL_RPL (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); 1445 _GL_CXXALIAS_RPL (pipe2, int, (int fd[2], int flags)); 1447 _GL_FUNCDECL_SYS (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); 1448 _GL_CXXALIAS_SYS (pipe2, int, (int fd[2], int flags)); 1450 _GL_CXXALIASWARN (pipe2); 1452 # undef pipe2 1454 _GL_WARN_ON_USE (pipe2, "pipe2 is unportable - "
|
/external/bison/darwin-lib/ |
D | unistd.h | 1442 # define pipe2 rpl_pipe2 1444 _GL_FUNCDECL_RPL (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); 1445 _GL_CXXALIAS_RPL (pipe2, int, (int fd[2], int flags)); 1447 _GL_FUNCDECL_SYS (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); 1448 _GL_CXXALIAS_SYS (pipe2, int, (int fd[2], int flags)); 1450 _GL_CXXALIASWARN (pipe2); 1452 # undef pipe2 1454 _GL_WARN_ON_USE (pipe2, "pipe2 is unportable - "
|
/external/bison/ |
D | Android.mk | 71 lib/pipe2-safer.c \ 72 lib/pipe2.c \
|
/external/strace/ |
D | sys_func.h | 161 extern SYS_FUNC(pipe2);
|
D | configure.ac | 231 pipe2
|
D | net.c | 1082 SYS_FUNC(pipe2) in SYS_FUNC() argument
|
D | NEWS | 351 epoll_create1, eventfd2, inotify_init1, pipe2, signalfd4.
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 822 INTERCEPTOR(int, pipe2, int pipefd[2], int flags) { in INTERCEPTOR() argument 824 int res = REAL(pipe2)(pipefd, flags); in INTERCEPTOR() 1560 INTERCEPT_FUNCTION(pipe2); in InitializeInterceptors()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1802 TSAN_INTERCEPTOR(int, pipe2, int *pipefd, int flags) { in TSAN_INTERCEPTOR() argument 1803 SCOPED_TSAN_INTERCEPTOR(pipe2, pipefd, flags); in TSAN_INTERCEPTOR() 1804 int res = REAL(pipe2)(pipefd, flags); in TSAN_INTERCEPTOR() 2635 TSAN_INTERCEPT(pipe2); in InitializeInterceptors()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 3944 LSS_INLINE _syscall2(int, pipe2, int *, pipefd, int, flags) 3975 return LSS_NAME(pipe2)(pipefd, 0); in LSS_NAME()
|
/external/bison/build-aux/ |
D | Makefile.in | 121 $(top_srcdir)/m4/perror.m4 $(top_srcdir)/m4/pipe2.m4 \
|
/external/bison/etc/ |
D | Makefile.in | 121 $(top_srcdir)/m4/perror.m4 $(top_srcdir)/m4/pipe2.m4 \
|
/external/bison/tests/ |
D | Makefile.in | 120 $(top_srcdir)/m4/perror.m4 $(top_srcdir)/m4/pipe2.m4 \
|