OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VKI_FD_CLOEXEC
(Results
1 - 10
of
10
) sorted by null
/external/valgrind/main/include/vki/
vki-amd64-linux.h
283
#define
VKI_FD_CLOEXEC
1 /* actually anything with low bit set goes */
vki-arm-linux.h
286
#define
VKI_FD_CLOEXEC
1 /* actually anything with low bit set goes */
vki-ppc32-linux.h
353
#define
VKI_FD_CLOEXEC
1 /* actually anything with low bit set goes */
[
all
...]
vki-ppc64-linux.h
402
#define
VKI_FD_CLOEXEC
1 /* actually anything with low bit set goes */
vki-s390x-linux.h
347
#define
VKI_FD_CLOEXEC
1 /* actually anything with low bit set goes */
vki-x86-linux.h
324
#define
VKI_FD_CLOEXEC
1 /* actually anything with low bit set goes */
vki-mips32-linux.h
350
#define
VKI_FD_CLOEXEC
1 /* actually anything with low bit set goes */
[
all
...]
vki-darwin.h
299
#define
VKI_FD_CLOEXEC
FD_CLOEXEC
/external/valgrind/main/coregrind/
m_libcfile.c
71
VG_(fcntl)(newfd, VKI_F_SETFD,
VKI_FD_CLOEXEC
);
[
all
...]
m_main.c
[
all
...]
Completed in 49 milliseconds