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 - 14
of
14
) sorted by null
/external/valgrind/include/vki/
vki-amd64-linux.h
289
#define
VKI_FD_CLOEXEC
1 /* actually anything with low bit set goes */
vki-arm64-linux.h
262
#define
VKI_FD_CLOEXEC
1 /* actually anything with low bit set goes */
vki-arm-linux.h
291
#define
VKI_FD_CLOEXEC
1 /* actually anything with low bit set goes */
vki-ppc32-linux.h
358
#define
VKI_FD_CLOEXEC
1 /* actually anything with low bit set goes */
[
all
...]
vki-ppc64-linux.h
409
#define
VKI_FD_CLOEXEC
1 /* actually anything with low bit set goes */
vki-s390x-linux.h
357
#define
VKI_FD_CLOEXEC
1 /* actually anything with low bit set goes */
vki-tilegx-linux.h
256
#define
VKI_FD_CLOEXEC
1 /* actually anything with low bit set goes */
vki-x86-linux.h
329
#define
VKI_FD_CLOEXEC
1 /* actually anything with low bit set goes */
vki-mips32-linux.h
355
#define
VKI_FD_CLOEXEC
1 /* actually anything with low bit set goes */
[
all
...]
vki-mips64-linux.h
360
#define
VKI_FD_CLOEXEC
1 /* actually anything with low bit set goes */
[
all
...]
vki-darwin.h
318
#define
VKI_FD_CLOEXEC
FD_CLOEXEC
vki-solaris.h
546
#define
VKI_FD_CLOEXEC
FD_CLOEXEC
[
all
...]
/external/valgrind/coregrind/
m_main.c
[
all
...]
m_libcfile.c
66
VG_(fcntl)(newfd, VKI_F_SETFD,
VKI_FD_CLOEXEC
);
[
all
...]
Completed in 140 milliseconds