OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:funlockfile
(Results
1 - 25
of
79
) sorted by null
1
2
3
4
/bionic/libc/upstream-freebsd/
libc_private.h
21
#define
FUNLOCKFILE
(fp) do { if (__isthreaded)
funlockfile
(fp); } while (0)
/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
/bionic/libc/stdio/
local.h
95
#define
FUNLOCKFILE
(fp) do { if (__isthreaded)
funlockfile
(fp); } while (0)
/external/oprofile/libopagent/
opagent.c
269
funlockfile
(dumpfile);
273
funlockfile
(dumpfile);
349
funlockfile
(dumpfile);
/development/ndk/platforms/android-3/include/
stdio.h
297
void
funlockfile
(FILE *);
/development/ndk/platforms/android-8/include/
stdio.h
297
void
funlockfile
(FILE *);
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h
327
void
funlockfile
(FILE *);
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h
306
void
funlockfile
(FILE *);
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h
327
void
funlockfile
(FILE *);
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
stdio.h
306
void
funlockfile
(FILE *);
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h
327
void
funlockfile
(FILE *);
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
stdio.h
306
void
funlockfile
(FILE *);
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h
327
void
funlockfile
(FILE *);
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h
306
void
funlockfile
(FILE *);
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h
327
void
funlockfile
(FILE *);
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
stdio.h
306
void
funlockfile
(FILE *);
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h
327
void
funlockfile
(FILE *);
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
stdio.h
306
void
funlockfile
(FILE *);
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdio.h
316
void
funlockfile
(FILE *);
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdio.h
316
void
funlockfile
(FILE *);
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdio.h
316
void
funlockfile
(FILE *);
Completed in 1382 milliseconds
1
2
3
4