HomeSort by relevance Sort by last modified time
    Searched full:pipe2 (Results 1 - 25 of 191) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libc/arch-mips/syscalls/
pipe2.S 4 .globl pipe2
6 .ent pipe2
8 pipe2: label
22 .end pipe2
  /external/bison/m4/
pipe2.m4 0 # pipe2.m4 serial 2
11 dnl Persuade glibc <unistd.h> to declare pipe2().
14 AC_CHECK_FUNCS_ONCE([pipe2])
unistd_h.m4 48 group_member isatty lchown link linkat lseek pipe pipe2 pread pwrite
  /bionic/libc/arch-arm/syscalls/
pipe2.S 6 ENTRY(pipe2) function
15 END(pipe2)
  /bionic/libc/arch-x86/syscalls/
pipe2.S 6 ENTRY(pipe2) function
24 END(pipe2)
  /development/ndk/sources/android/libportable/arch-mips/
pipe.c 17 #define _GNU_SOURCE /* GLibc compatibility to declare pipe2(2) */
63 int WRAP(pipe2)(int pipefd[2], int portable_flags) { function
73 rv = REAL(pipe2)(pipefd, native_flags);
75 ALOGV("%s: pipe2() returned pipefd[0]:%d, pipefd[1]:%d", __func__,
  /external/bison/lib/
pipe2-safer.c 1 /* Invoke pipe2, but avoid some glitches.
27 /* Like pipe2, but ensure that neither of the file descriptors is
34 if (pipe2 (fd, flags) == 0)
unistd--.h 30 # undef pipe2 macro
31 # define pipe2 pipe2_safer macro
pipe2.c 40 pipe2 (int fd[2], int flags) function
50 # undef pipe2 macro
58 int result = pipe2 (fd, flags);
cloexec.h 29 open or pipe2 that accept flags like O_CLOEXEC to create DESC
cloexec.c 35 open or pipe2 that accept flags like O_CLOEXEC to create DESC
unistd.in.h     [all...]
  /development/ndk/sources/android/libportable/common/include/
filefd_portable.h 42 extern int WRAP(pipe2)(int pipefd[2], int portable_flags);
  /external/bison/
Android.mk 71 lib/pipe2-safer.c \
72 lib/pipe2.c \
  /external/qemu/
oslib-posix.c 99 ret = pipe2(pipefd, O_CLOEXEC);
  /external/bison/darwin-lib/
unistd.h 1450 _GL_CXXALIASWARN (pipe2); variable
1452 # undef pipe2 macro
    [all...]
  /external/bison/linux-lib/
unistd.h 1442 # define pipe2 macro
1450 _GL_CXXALIASWARN (pipe2); variable
1452 # undef pipe2 macro
    [all...]
  /bionic/libc/include/
unistd.h 116 extern int pipe2(int *, int);
  /bionic/libc/upstream-netbsd/libc/gen/
popen.c 103 if (pipe2(pdes, flags) == -1)
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 585 pipe2
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 579 pipe2
  /development/ndk/platforms/android-9/include/
unistd.h 117 extern int pipe2(int *, int);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
unistd.h 116 extern int pipe2(int *, int);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
unistd.h 116 extern int pipe2(int *, int);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
unistd.h 116 extern int pipe2(int *, int);

Completed in 714 milliseconds

1 2 3 4 5 6 7 8