/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 | unistd--.h | 30 # undef pipe2 31 # define pipe2 pipe2_safer macro
|
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.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/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 \
|
D | Makefile.in | 129 $(top_srcdir)/m4/perror.m4 $(top_srcdir)/m4/pipe2.m4 \
|
/external/qemu/ |
D | oslib-posix.c | 99 ret = pipe2(pipefd, O_CLOEXEC); in qemu_pipe()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1382 TSAN_INTERCEPTOR(int, pipe2, int *pipefd, int flags) { in TSAN_INTERCEPTOR() argument 1383 SCOPED_TSAN_INTERCEPTOR(pipe2, pipefd, flags); in TSAN_INTERCEPTOR() 1384 int res = REAL(pipe2)(pipefd, flags); in TSAN_INTERCEPTOR() 1952 TSAN_INTERCEPT(pipe2); in InitializeInterceptors()
|
/external/strace/ |
D | NEWS | 101 epoll_create1, eventfd2, inotify_init1, pipe2, signalfd4.
|
D | ChangeLog | 881 signalfd4, eventfd2, epoll_create1, dup3, pipe2, perf_event_open. 884 epoll_create1, dup3, pipe2, perf_event_open.
|
/external/bison/etc/ |
D | Makefile.in | 121 $(top_srcdir)/m4/perror.m4 $(top_srcdir)/m4/pipe2.m4 \
|
/external/bison/build-aux/ |
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 \
|
/external/bison/data/ |
D | Makefile.in | 121 $(top_srcdir)/m4/perror.m4 $(top_srcdir)/m4/pipe2.m4 \
|
/external/bison/examples/ |
D | Makefile.in | 121 $(top_srcdir)/m4/perror.m4 $(top_srcdir)/m4/pipe2.m4 \
|
/external/bison/src/ |
D | Makefile.in | 128 $(top_srcdir)/m4/perror.m4 $(top_srcdir)/m4/pipe2.m4 \
|
/external/bison/examples/calc++/ |
D | Makefile.in | 122 $(top_srcdir)/m4/perror.m4 $(top_srcdir)/m4/pipe2.m4 \
|
/external/bison/doc/ |
D | Makefile.in | 123 $(top_srcdir)/m4/perror.m4 $(top_srcdir)/m4/pipe2.m4 \
|