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

  /bionic/libc/bionic/
flockfile.c 29 /* implement flockfile(), ftrylockfile() and funlockfile()
70 funlockfile(FILE * fp) function
  /external/bison/lib/
getdelim.c 42 # undef funlockfile macro
44 # define funlockfile(x) ((void) 0) macro
132 funlockfile (fp); /* doesn't set errno */
unlocked-io.h 133 # undef funlockfile macro
134 # define funlockfile(x) ((void) 0) macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
getdelim.c 42 # undef funlockfile macro
44 # define funlockfile(x) ((void) 0) macro
132 funlockfile (fp); /* doesn't set errno */
unlocked-io.h 133 # undef funlockfile macro
134 # define funlockfile(x) ((void) 0) macro
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 294 /// void funlockfile(FILE *file);
295 funlockfile, enumerator in enum:llvm::LibFunc::Func
  /external/chromium_org/third_party/mongoose/
mongoose.c 133 #define funlockfile(x) (void) 0 macro
244 funlockfile(stdout); \
549 funlockfile(fp);
    [all...]

Completed in 136 milliseconds