OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FD_CLOEXEC
(Results
1 - 25
of
69
) sorted by relevancy
1
2
3
/src/external/gpl3/gcc/dist/libbacktrace/
posix.c
52
#ifndef
FD_CLOEXEC
53
#define
FD_CLOEXEC
1
82
/* Set
FD_CLOEXEC
just in case the kernel does not support
86
fcntl (descriptor, F_SETFD,
FD_CLOEXEC
);
/src/external/gpl3/gcc.old/dist/libbacktrace/
posix.c
52
#ifndef
FD_CLOEXEC
53
#define
FD_CLOEXEC
1
82
/* Set
FD_CLOEXEC
just in case the kernel does not support
86
fcntl (descriptor, F_SETFD,
FD_CLOEXEC
);
/src/external/gpl3/gdb/dist/libbacktrace/
posix.c
52
#ifndef
FD_CLOEXEC
53
#define
FD_CLOEXEC
1
82
/* Set
FD_CLOEXEC
just in case the kernel does not support
86
fcntl (descriptor, F_SETFD,
FD_CLOEXEC
);
/src/external/gpl3/gdb.old/dist/libbacktrace/
posix.c
52
#ifndef
FD_CLOEXEC
53
#define
FD_CLOEXEC
1
82
/* Set
FD_CLOEXEC
just in case the kernel does not support
86
fcntl (descriptor, F_SETFD,
FD_CLOEXEC
);
/src/external/gpl2/gmake/dist/
job.h
32
# ifndef
FD_CLOEXEC
33
# define
FD_CLOEXEC
1
35
# define CLOSE_ON_EXEC(_d) (void) fcntl ((_d), F_SETFD,
FD_CLOEXEC
)
getloadavg.c
923
# ifndef
FD_CLOEXEC
924
# define
FD_CLOEXEC
1
926
(void) fcntl (channel, F_SETFD,
FD_CLOEXEC
);
/src/external/gpl3/binutils/dist/bfd/
bfdio.c
45
#ifndef
FD_CLOEXEC
46
#define
FD_CLOEXEC
1
84
fcntl (fd, F_SETFD, old |
FD_CLOEXEC
);
/src/external/gpl3/binutils.old/dist/bfd/
bfdio.c
44
#ifndef
FD_CLOEXEC
45
#define
FD_CLOEXEC
1
83
fcntl (fd, F_SETFD, old |
FD_CLOEXEC
);
/src/external/gpl3/gdb.old/dist/bfd/
bfdio.c
44
#ifndef
FD_CLOEXEC
45
#define
FD_CLOEXEC
1
83
fcntl (fd, F_SETFD, old |
FD_CLOEXEC
);
/src/external/gpl3/gdb/dist/bfd/
bfdio.c
44
#ifndef
FD_CLOEXEC
45
#define
FD_CLOEXEC
1
83
fcntl (fd, F_SETFD, old |
FD_CLOEXEC
);
/src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
fcntl.h
750
#ifndef
FD_CLOEXEC
751
# define
FD_CLOEXEC
1
/src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
fcntl.h
750
#ifndef
FD_CLOEXEC
751
# define
FD_CLOEXEC
1
/src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
fcntl.h
750
#ifndef
FD_CLOEXEC
751
# define
FD_CLOEXEC
1
/src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
fcntl.h
750
#ifndef
FD_CLOEXEC
751
# define
FD_CLOEXEC
1
/src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
fcntl.h
750
#ifndef
FD_CLOEXEC
751
# define
FD_CLOEXEC
1
/src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
fcntl.h
750
#ifndef
FD_CLOEXEC
751
# define
FD_CLOEXEC
1
/src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
fcntl.h
750
#ifndef
FD_CLOEXEC
751
# define
FD_CLOEXEC
1
/src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
fcntl.h
750
#ifndef
FD_CLOEXEC
751
# define
FD_CLOEXEC
1
/src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
fcntl.h
750
#ifndef
FD_CLOEXEC
751
# define
FD_CLOEXEC
1
/src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
fcntl.h
750
#ifndef
FD_CLOEXEC
751
# define
FD_CLOEXEC
1
/src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
fcntl.h
750
#ifndef
FD_CLOEXEC
751
# define
FD_CLOEXEC
1
/src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
fcntl.h
750
#ifndef
FD_CLOEXEC
751
# define
FD_CLOEXEC
1
/src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
fcntl.h
750
#ifndef
FD_CLOEXEC
751
# define
FD_CLOEXEC
1
/src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
fcntl.h
750
#ifndef
FD_CLOEXEC
751
# define
FD_CLOEXEC
1
/src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
fcntl.h
750
#ifndef
FD_CLOEXEC
751
# define
FD_CLOEXEC
1
Completed in 72 milliseconds
1
2
3
Indexes created Mon Apr 13 00:22:24 UTC 2026