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

  /bionic/libc/upstream-netbsd/lib/libc/gen/
popen.c 64 __weak_alias(pclose,_pclose)
186 * pclose --
187 * Pclose returns -1 if stream is not associated with a `popened' command,
191 pclose(FILE *iop) function
  /external/e2fsprogs/include/nonunix/
unistd.h 16 #define pclose _pclose macro
  /external/bison/darwin-lib/
stdio.h 1086 # undef pclose macro
    [all...]
  /external/bison/linux-lib/
stdio.h 1086 # undef pclose macro
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 387 inline int pclose(FILE *stream) { function
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 384 inline int pclose(FILE *stream) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 501 #define pclose _pclose macro
    [all...]
  /external/sqlite/dist/orig/
shell.c 74 #undef pclose macro
75 #define pclose _pclose macro
81 /* popen and pclose are not C89 functions and so are sometimes omitted from
84 extern int pclose(FILE*);
    [all...]
  /external/sqlite/dist/
shell.c 79 #undef pclose macro
80 #define pclose _pclose macro
86 /* popen and pclose are not C89 functions and so are sometimes omitted from
89 extern int pclose(FILE*);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 454 /// int pclose(FILE *stream);
455 pclose, enumerator in enum:llvm::LibFunc::Func

Completed in 681 milliseconds