Home
last modified time | relevance | path

Searched refs:pipe (Results 1 – 25 of 42) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/
A Dpipe.S15 .globl pipe
16 .ent pipe, 0
17 .type pipe,@function
18 pipe: label
35 SETUP_GP64(v0, pipe)
43 .end pipe
44 .size pipe,.-pipe
45 libc_hidden_def(pipe)
A DMakefile.arch12 SSRC-y := bsd-_setjmp.S bsd-setjmp.S setjmp.S syscall.S pipe.S syscall_error.S
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/
A Dpipe.S28 .global pipe
29 .type pipe, @function
32 pipe: label
60 .size pipe,.-pipe
61 libc_hidden_def(pipe)
A DMakefile.arch12 syscall.S urem.S udiv.S umul.S sdiv.S rem.S pipe.S
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/
A Dpipe.S26 .globl pipe
28 .ent pipe, 0
29 pipe: label
45 .end pipe
47 libc_hidden_def (pipe)
A DMakefile.arch12 divl.S divq.S pipe.S reml.S remq.S __syscall_rt_sigaction.S setjmp.S \
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/ia64/
A Dpipe.S23 ENTRY(pipe)
25 DO_CALL (SYS_ify (pipe))
34 PSEUDO_END(pipe)
36 libc_hidden_def (pipe)
A DMakefile.arch12 pipe.S setjmp.S syscall.S vfork.S
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dpipe.c15 int pipe(int filedes[2]) in pipe() function
21 _syscall1(int, pipe, int *, filedes)
23 libc_hidden_def(pipe)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh/
A Dpipe.c16 int pipe(int *fd) in pipe() function
39 libc_hidden_def(pipe)
A DMakefile.arch10 pipe.c __init_brk.c brk.c sbrk.c pread_write.c
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-cancel20.c109 if (pipe (fd) != 0 || pipe (fd + 2) != 0) in do_one_test()
A Dtst-cancel21.c193 if (pipe (fd) != 0 || pipe (fd + 2) != 0) in do_one_test()
A Dtst-fini1mod.c29 if (pipe (fds) != 0) in tf()
A Dtst-cancel6.c39 if (pipe (fd) != 0) in do_test()
A Dtst-cancel3.c60 if (pipe (fd) != 0) in do_test()
A Dtst-cancel2.c62 if (pipe (fd) != 0) in do_test()
A Dtst-cancel11.c79 if (pipe (fd) != 0) in do_test()
A Dtst-exec3.c45 if (pipe (fd) != 0) in do_test()
A Dtst-exec2.c51 if (pipe (fd) != 0) in do_test()
A Dtst-cputimer3.c68 if (pipe (pipefd) < 0) in setup_test()
A Dtst-vfork1.c35 if (pipe (fd) == -1) in do_test()
A Dtst-vfork1x.c35 if (pipe (fd) == -1) in do_test()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dunistd.SUSv4.syms46 pipe
/l4re-core-master/uclibc/lib/contrib/uclibc/test/librt/
A Dshmtest.c32 pipe(pfds); in main()

Completed in 24 milliseconds

12