HomeSort by relevance Sort by last modified time
    Searched defs:filedes (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/memcheck/tests/
pipe.c 11 int *filedes = malloc(2 * sizeof(int)); local
13 pipe(filedes);
  /external/e2fsprogs/lib/ss/
pager.c 76 int filedes[2]; local
78 if (pipe(filedes) != 0)
88 if (dup2(filedes[0], 0) == -1)
96 (void) close(filedes[0]);
97 return(filedes[1]);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 179 XPointer filedes; /* struct pollfd cache for _XWaitForReadable */ member in struct:_XDisplay
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 179 XPointer filedes; /* struct pollfd cache for _XWaitForReadable */ member in struct:_XDisplay
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 179 XPointer filedes; /* struct pollfd cache for _XWaitForReadable */ member in struct:_XDisplay
    [all...]

Completed in 188 milliseconds