OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileno_unlocked
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/stdio/
stdio_ext.cpp
105
int
fileno_unlocked
(FILE* fp) {
function
stdio.cpp
392
return
fileno_unlocked
(fp);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h
116
# define fileno(Stream)
fileno_unlocked
(Stream)
118
extern int
fileno_unlocked
(FILE *);
[
all
...]
/bionic/libc/include/
stdio.h
280
int
fileno_unlocked
(FILE*);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h
836
extern int
fileno_unlocked
(FILE *__stream) __THROW __wur;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h
860
extern int
fileno_unlocked
(FILE *__stream) __THROW __wur;
/external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc
114
extern "C" int
fileno_unlocked
(void *stream);
[
all
...]
/external/valgrind/perf/
test_input_for_tinycc.c
[
all
...]
Completed in 351 milliseconds