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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/sed-4.2.1/m4/
getdelim.m4 33 AC_CHECK_FUNCS([flockfile funlockfile])
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fputws.c 49 FUNLOCKFILE(fp);
54 FUNLOCKFILE(fp);
fgets.c 69 FUNLOCKFILE(fp);
93 FUNLOCKFILE(fp);
103 FUNLOCKFILE(fp);
fseek.c 88 FUNLOCKFILE(fp);
111 FUNLOCKFILE(fp);
196 FUNLOCKFILE(fp);
223 FUNLOCKFILE(fp);
233 FUNLOCKFILE(fp);
243 FUNLOCKFILE(fp);
fgetws.c 72 FUNLOCKFILE(fp);
77 FUNLOCKFILE(fp);
fpurge.c 48 FUNLOCKFILE(fp);
59 FUNLOCKFILE(fp);
gets.c 50 FUNLOCKFILE(stdin);
57 FUNLOCKFILE(stdin);
fflush.c 52 FUNLOCKFILE(fp);
95 FUNLOCKFILE(fp);
getdelim.c 120 FUNLOCKFILE(fp);
132 FUNLOCKFILE(fp);
clrerr.c 43 FUNLOCKFILE(fp);
feof.c 49 FUNLOCKFILE(fp);
ferror.c 49 FUNLOCKFILE(fp);
fileno.c 49 FUNLOCKFILE(fp);
getc.c 60 FUNLOCKFILE(fp);
fgetln.c 98 FUNLOCKFILE(fp);
147 FUNLOCKFILE(fp);
152 FUNLOCKFILE(fp);
freopen.c 126 FUNLOCKFILE(fp);
146 FUNLOCKFILE(fp);
169 FUNLOCKFILE(fp);
  /external/valgrind/main/
darwin10-drd.supp 65 funlockfile
67 fun:funlockfile
  /bionic/libc/stdio/
fread.c 82 FUNLOCKFILE(fp);
95 FUNLOCKFILE(fp);
102 FUNLOCKFILE(fp);
  /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
  /ndk/sources/android/support/src/stdio/
local.h 95 #define FUNLOCKFILE(fp) do { if (__isthreaded) funlockfile(fp); } while (0)
  /bionic/libc/bionic/
flockfile.cpp 62 void funlockfile(FILE* fp) { function
  /external/compiler-rt/test/msan/
getc_unlocked.c 26 funlockfile (stream);

Completed in 2012 milliseconds

1 2 3 4 5 6 7 8 91011>>