Home
last modified time | relevance | path

Searched refs:O_CLOEXEC (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dfcntl.in.h226 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
227 # undef O_CLOEXEC
242 #if !defined O_CLOEXEC && defined O_NOINHERIT
244 # define O_CLOEXEC O_NOINHERIT
247 #ifndef O_CLOEXEC
248 # define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfcntl.in.h226 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
227 # undef O_CLOEXEC
242 #if !defined O_CLOEXEC && defined O_NOINHERIT
244 # define O_CLOEXEC O_NOINHERIT
247 #ifndef O_CLOEXEC
248 # define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */
/netbsd/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dopen-cloexec.m41 # Test whether O_CLOEXEC is defined.
10 AC_CACHE_CHECK([for O_CLOEXEC],
14 #ifndef O_CLOEXEC
18 [[return O_CLOEXEC;]])],
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/m4/
H A Dopen-cloexec.m41 # Test whether O_CLOEXEC is defined.
10 AC_CACHE_CHECK([for O_CLOEXEC],
14 #ifndef O_CLOEXEC
18 [[return O_CLOEXEC;]])],
/netbsd/lib/libc/db/db/
H A Ddbfile.c54 #ifndef O_CLOEXEC in __dbopen()
55 #define O_CLOEXEC 0 in __dbopen() macro
58 if ((fd = open(file, flags | O_CLOEXEC, mode)) == -1) in __dbopen()
61 #if O_CLOEXEC == 0 in __dbopen()
/netbsd/external/gpl3/gdb/dist/gdbsupport/
H A Dfilestuff.cc48 #ifndef O_CLOEXEC
49 #define O_CLOEXEC 0 macro
312 int fd = open (filename, flags | O_CLOEXEC, mode); in gdb_open_cloexec()
334 O_CLOEXEC == 0 || O_CLOEXEC == O_NOINHERIT; in gdb_fopen_cloexec()
407 result = pipe2 (filedes, O_CLOEXEC); in gdb_pipe_cloexec()
/netbsd/external/gpl3/gdb.old/dist/gdbsupport/
H A Dfilestuff.cc48 #ifndef O_CLOEXEC
49 #define O_CLOEXEC 0 macro
312 int fd = open (filename, flags | O_CLOEXEC, mode); in gdb_open_cloexec()
334 O_CLOEXEC == 0 || O_CLOEXEC == O_NOINHERIT; in gdb_fopen_cloexec()
407 result = pipe2 (filedes, O_CLOEXEC); in gdb_pipe_cloexec()
/netbsd/external/gpl3/gcc.old/dist/libbacktrace/
H A Dposix.c48 #ifndef O_CLOEXEC
49 #define O_CLOEXEC 0 macro
67 descriptor = open (filename, (int) (O_RDONLY | O_BINARY | O_CLOEXEC)); in backtrace_open()
/netbsd/external/gpl3/gcc/dist/libbacktrace/
H A Dposix.c48 #ifndef O_CLOEXEC
49 #define O_CLOEXEC 0 macro
67 descriptor = open (filename, (int) (O_RDONLY | O_BINARY | O_CLOEXEC)); in backtrace_open()
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
H A Dfcntl.h706 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
707 # undef O_CLOEXEC
722 #if !defined O_CLOEXEC && defined O_NOINHERIT
724 # define O_CLOEXEC O_NOINHERIT macro
727 #ifndef O_CLOEXEC
728 # define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */ macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
H A Dfcntl.h706 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
707 # undef O_CLOEXEC
722 #if !defined O_CLOEXEC && defined O_NOINHERIT
724 # define O_CLOEXEC O_NOINHERIT macro
727 #ifndef O_CLOEXEC
728 # define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */ macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/
H A Dfcntl.h706 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
707 # undef O_CLOEXEC
722 #if !defined O_CLOEXEC && defined O_NOINHERIT
724 # define O_CLOEXEC O_NOINHERIT macro
727 #ifndef O_CLOEXEC
728 # define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */ macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/sh3eb/gnulib/import/
H A Dfcntl.h706 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
707 # undef O_CLOEXEC
722 #if !defined O_CLOEXEC && defined O_NOINHERIT
724 # define O_CLOEXEC O_NOINHERIT macro
727 #ifndef O_CLOEXEC
728 # define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */ macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/
H A Dfcntl.h706 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
707 # undef O_CLOEXEC
722 #if !defined O_CLOEXEC && defined O_NOINHERIT
724 # define O_CLOEXEC O_NOINHERIT macro
727 #ifndef O_CLOEXEC
728 # define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */ macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import/
H A Dfcntl.h706 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
707 # undef O_CLOEXEC
722 #if !defined O_CLOEXEC && defined O_NOINHERIT
724 # define O_CLOEXEC O_NOINHERIT macro
727 #ifndef O_CLOEXEC
728 # define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */ macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/vax/gnulib/import/
H A Dfcntl.h706 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
707 # undef O_CLOEXEC
722 #if !defined O_CLOEXEC && defined O_NOINHERIT
724 # define O_CLOEXEC O_NOINHERIT macro
727 #ifndef O_CLOEXEC
728 # define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */ macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/x86_64/gnulib/import/
H A Dfcntl.h706 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
707 # undef O_CLOEXEC
722 #if !defined O_CLOEXEC && defined O_NOINHERIT
724 # define O_CLOEXEC O_NOINHERIT macro
727 #ifndef O_CLOEXEC
728 # define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */ macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
H A Dfcntl.h706 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
707 # undef O_CLOEXEC
722 #if !defined O_CLOEXEC && defined O_NOINHERIT
724 # define O_CLOEXEC O_NOINHERIT macro
727 #ifndef O_CLOEXEC
728 # define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */ macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/
H A Dfcntl.h706 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
707 # undef O_CLOEXEC
722 #if !defined O_CLOEXEC && defined O_NOINHERIT
724 # define O_CLOEXEC O_NOINHERIT macro
727 #ifndef O_CLOEXEC
728 # define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */ macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/import/
H A Dfcntl.h706 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
707 # undef O_CLOEXEC
722 #if !defined O_CLOEXEC && defined O_NOINHERIT
724 # define O_CLOEXEC O_NOINHERIT macro
727 #ifndef O_CLOEXEC
728 # define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */ macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dfcntl.h706 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
707 # undef O_CLOEXEC
722 #if !defined O_CLOEXEC && defined O_NOINHERIT
724 # define O_CLOEXEC O_NOINHERIT macro
727 #ifndef O_CLOEXEC
728 # define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */ macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
H A Dfcntl.h706 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
707 # undef O_CLOEXEC
722 #if !defined O_CLOEXEC && defined O_NOINHERIT
724 # define O_CLOEXEC O_NOINHERIT macro
727 #ifndef O_CLOEXEC
728 # define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */ macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
H A Dfcntl.h706 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
707 # undef O_CLOEXEC
722 #if !defined O_CLOEXEC && defined O_NOINHERIT
724 # define O_CLOEXEC O_NOINHERIT macro
727 #ifndef O_CLOEXEC
728 # define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */ macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
H A Dfcntl.h706 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
707 # undef O_CLOEXEC
722 #if !defined O_CLOEXEC && defined O_NOINHERIT
724 # define O_CLOEXEC O_NOINHERIT macro
727 #ifndef O_CLOEXEC
728 # define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */ macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
H A Dfcntl.h706 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
707 # undef O_CLOEXEC
722 #if !defined O_CLOEXEC && defined O_NOINHERIT
724 # define O_CLOEXEC O_NOINHERIT macro
727 #ifndef O_CLOEXEC
728 # define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */ macro

12345678910>>...12