OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fileno_unlocked
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp
48
#define
fileno_unlocked
(fp) \
macro
104
extern "C" int
fileno_unlocked
(void *stream);
1882
int fd =
fileno_unlocked
(res);
1894
int fd =
fileno_unlocked
(res);
2437
int fd =
fileno_unlocked
(file); \
2443
int fd =
fileno_unlocked
(file); \
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp
45
#define
fileno_unlocked
(fp) \
macro
96
extern "C" int
fileno_unlocked
(void *stream);
1813
int fd =
fileno_unlocked
(res);
1825
int fd =
fileno_unlocked
(res);
2354
int fd =
fileno_unlocked
(file); \
2360
int fd =
fileno_unlocked
(file); \
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc
45
#define
fileno_unlocked
fileno
macro
99
extern "C" int
fileno_unlocked
(void *stream);
1747
int fd =
fileno_unlocked
(res);
1759
int fd =
fileno_unlocked
(res);
2260
int fd =
fileno_unlocked
(file); \
2266
int fd =
fileno_unlocked
(file); \
Completed in 21 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026