Home
last modified time | relevance | path

Searched refs:pipe_maxfd (Results 1 – 19 of 19) sorted by relevance

/external/strace/tests-m32/
Dprint_maxfd.c38 pipe_maxfd(fds); in main()
Dpipe_maxfd.c46 pipe_maxfd(int pipefd[2]) in pipe_maxfd() function
Dreadv.c43 pipe_maxfd(fds); in main()
Dtests.h189 void pipe_maxfd(int pipefd[2]);
DMakefile.am57 pipe_maxfd.c \
DMakefile.in202 libtests_a-pipe_maxfd.$(OBJEXT) \
2558 pipe_maxfd.c \
5105 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtests_a-pipe_maxfd.Po@am__quote@
5560 libtests_a-pipe_maxfd.o: pipe_maxfd.c
5561 …_a-pipe_maxfd.o -MD -MP -MF $(DEPDIR)/libtests_a-pipe_maxfd.Tpo -c -o libtests_a-pipe_maxfd.o `tes…
5562 …depCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtests_a-pipe_maxfd.Tpo $(DEPDIR)/libtests_a-pipe_maxf…
5565 …) $(AM_CFLAGS) $(CFLAGS) -c -o libtests_a-pipe_maxfd.o `test -f 'pipe_maxfd.c' || echo '$(srcdir)/…
5567 libtests_a-pipe_maxfd.obj: pipe_maxfd.c
5568 …LAGS) $(CFLAGS) -MT libtests_a-pipe_maxfd.obj -MD -MP -MF $(DEPDIR)/libtests_a-pipe_maxfd.Tpo -c -…
5569 …depCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtests_a-pipe_maxfd.Tpo $(DEPDIR)/libtests_a-pipe_maxf…
[all …]
/external/strace/tests-mx32/
Dprint_maxfd.c38 pipe_maxfd(fds); in main()
Dpipe_maxfd.c46 pipe_maxfd(int pipefd[2]) in pipe_maxfd() function
Dtests.h189 void pipe_maxfd(int pipefd[2]);
Dreadv.c43 pipe_maxfd(fds); in main()
DMakefile.am57 pipe_maxfd.c \
DMakefile.in202 libtests_a-pipe_maxfd.$(OBJEXT) \
2558 pipe_maxfd.c \
5105 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtests_a-pipe_maxfd.Po@am__quote@
5560 libtests_a-pipe_maxfd.o: pipe_maxfd.c
5561 …_a-pipe_maxfd.o -MD -MP -MF $(DEPDIR)/libtests_a-pipe_maxfd.Tpo -c -o libtests_a-pipe_maxfd.o `tes…
5562 …depCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtests_a-pipe_maxfd.Tpo $(DEPDIR)/libtests_a-pipe_maxf…
5565 …) $(AM_CFLAGS) $(CFLAGS) -c -o libtests_a-pipe_maxfd.o `test -f 'pipe_maxfd.c' || echo '$(srcdir)/…
5567 libtests_a-pipe_maxfd.obj: pipe_maxfd.c
5568 …LAGS) $(CFLAGS) -MT libtests_a-pipe_maxfd.obj -MD -MP -MF $(DEPDIR)/libtests_a-pipe_maxfd.Tpo -c -…
5569 …depCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtests_a-pipe_maxfd.Tpo $(DEPDIR)/libtests_a-pipe_maxf…
[all …]
/external/strace/tests/
Dprint_maxfd.c38 pipe_maxfd(fds); in main()
Dpipe_maxfd.c46 pipe_maxfd(int pipefd[2]) in pipe_maxfd() function
Dtests.h189 void pipe_maxfd(int pipefd[2]);
Dreadv.c43 pipe_maxfd(fds); in main()
DMakefile.am57 pipe_maxfd.c \
DMakefile.in202 libtests_a-pipe_maxfd.$(OBJEXT) \
2558 pipe_maxfd.c \
5105 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtests_a-pipe_maxfd.Po@am__quote@
5560 libtests_a-pipe_maxfd.o: pipe_maxfd.c
5561 …_a-pipe_maxfd.o -MD -MP -MF $(DEPDIR)/libtests_a-pipe_maxfd.Tpo -c -o libtests_a-pipe_maxfd.o `tes…
5562 …depCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtests_a-pipe_maxfd.Tpo $(DEPDIR)/libtests_a-pipe_maxf…
5565 …) $(AM_CFLAGS) $(CFLAGS) -c -o libtests_a-pipe_maxfd.o `test -f 'pipe_maxfd.c' || echo '$(srcdir)/…
5567 libtests_a-pipe_maxfd.obj: pipe_maxfd.c
5568 …LAGS) $(CFLAGS) -MT libtests_a-pipe_maxfd.obj -MD -MP -MF $(DEPDIR)/libtests_a-pipe_maxfd.Tpo -c -…
5569 …depCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtests_a-pipe_maxfd.Tpo $(DEPDIR)/libtests_a-pipe_maxf…
[all …]
/external/strace/
DChangeLog8183 * tests/tests.h (pipe_maxfd): New prototype.
8184 * tests/pipe_maxfd.c: New file.
8188 (libtests_a_SOURCES): Add pipe_maxfd.c.
8189 * tests/readv.c (main): Use pipe_maxfd() instead of pipe(),