Searched refs:pipe (Results 1 – 25 of 42) sorted by relevance
12
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/ |
A D | pipe.S | 15 .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 D | Makefile.arch | 12 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 D | pipe.S | 28 .global pipe 29 .type pipe, @function 32 pipe: label 60 .size pipe,.-pipe 61 libc_hidden_def(pipe)
|
A D | Makefile.arch | 12 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 D | pipe.S | 26 .globl pipe 28 .ent pipe, 0 29 pipe: label 45 .end pipe 47 libc_hidden_def (pipe)
|
A D | Makefile.arch | 12 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 D | pipe.S | 23 ENTRY(pipe) 25 DO_CALL (SYS_ify (pipe)) 34 PSEUDO_END(pipe) 36 libc_hidden_def (pipe)
|
A D | Makefile.arch | 12 pipe.S setjmp.S syscall.S vfork.S
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | pipe.c | 15 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 D | pipe.c | 16 int pipe(int *fd) in pipe() function 39 libc_hidden_def(pipe)
|
A D | Makefile.arch | 10 pipe.c __init_brk.c brk.c sbrk.c pread_write.c
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-cancel20.c | 109 if (pipe (fd) != 0 || pipe (fd + 2) != 0) in do_one_test()
|
A D | tst-cancel21.c | 193 if (pipe (fd) != 0 || pipe (fd + 2) != 0) in do_one_test()
|
A D | tst-fini1mod.c | 29 if (pipe (fds) != 0) in tf()
|
A D | tst-cancel6.c | 39 if (pipe (fd) != 0) in do_test()
|
A D | tst-cancel3.c | 60 if (pipe (fd) != 0) in do_test()
|
A D | tst-cancel2.c | 62 if (pipe (fd) != 0) in do_test()
|
A D | tst-cancel11.c | 79 if (pipe (fd) != 0) in do_test()
|
A D | tst-exec3.c | 45 if (pipe (fd) != 0) in do_test()
|
A D | tst-exec2.c | 51 if (pipe (fd) != 0) in do_test()
|
A D | tst-cputimer3.c | 68 if (pipe (pipefd) < 0) in setup_test()
|
A D | tst-vfork1.c | 35 if (pipe (fd) == -1) in do_test()
|
A D | tst-vfork1x.c | 35 if (pipe (fd) == -1) in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/ |
A D | unistd.SUSv4.syms | 46 pipe
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/librt/ |
A D | shmtest.c | 32 pipe(pfds); in main()
|
Completed in 24 milliseconds
12