OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F_DUPFD_CLOEXEC
(Results
1 - 25
of
80
) sorted by relevancy
1
2
3
4
/src/external/gpl3/gdb/dist/gnulib/import/
dup-safer-flag.c
31
fcntl(
F_DUPFD_CLOEXEC
) rather than fcntl(F_DUPFD). */
36
return fcntl (fd, (flag & O_CLOEXEC) ?
F_DUPFD_CLOEXEC
: F_DUPFD,
cloexec.c
82
return fcntl (fd,
F_DUPFD_CLOEXEC
, 0);
fcntl.c
174
/* Our implementation of fcntl (fd,
F_DUPFD_CLOEXEC
, target). */
192
F_DUPFD_CLOEXEC
- duplicate FD, with int ARG being the minimum
220
case
F_DUPFD_CLOEXEC
:
352
#ifdef
F_DUPFD_CLOEXEC
/* POSIX */
353
case
F_DUPFD_CLOEXEC
:
495
/* On NetBSD 9.0, the system fcntl (fd,
F_DUPFD_CLOEXEC
, target)
497
/* On Haiku, the system fcntl (fd,
F_DUPFD_CLOEXEC
, target) sets
512
result = fcntl (fd,
F_DUPFD_CLOEXEC
, target);
fcntl.in.h
246
#ifndef
F_DUPFD_CLOEXEC
247
# define
F_DUPFD_CLOEXEC
0x40000000
248
/* Witness variable: 1 if gnulib defined
F_DUPFD_CLOEXEC
, 0 otherwise. */
/src/external/gpl3/gdb.old/dist/gnulib/import/
dup-safer-flag.c
31
fcntl(
F_DUPFD_CLOEXEC
) rather than fcntl(F_DUPFD). */
36
return fcntl (fd, (flag & O_CLOEXEC) ?
F_DUPFD_CLOEXEC
: F_DUPFD,
cloexec.c
82
return fcntl (fd,
F_DUPFD_CLOEXEC
, 0);
fcntl.c
174
/* Our implementation of fcntl (fd,
F_DUPFD_CLOEXEC
, target). */
192
F_DUPFD_CLOEXEC
- duplicate FD, with int ARG being the minimum
220
case
F_DUPFD_CLOEXEC
:
352
#ifdef
F_DUPFD_CLOEXEC
/* POSIX */
353
case
F_DUPFD_CLOEXEC
:
495
/* On NetBSD 9.0, the system fcntl (fd,
F_DUPFD_CLOEXEC
, target)
497
/* On Haiku, the system fcntl (fd,
F_DUPFD_CLOEXEC
, target) sets
512
result = fcntl (fd,
F_DUPFD_CLOEXEC
, target);
fcntl.in.h
246
#ifndef
F_DUPFD_CLOEXEC
247
# define
F_DUPFD_CLOEXEC
0x40000000
248
/* Witness variable: 1 if gnulib defined
F_DUPFD_CLOEXEC
, 0 otherwise. */
/src/bin/sh/
redir.c
85
#ifndef
F_DUPFD_CLOEXEC
86
#define
F_DUPFD_CLOEXEC
F_DUPFD
744
i = fcntl(fd,
F_DUPFD_CLOEXEC
, (fcntl_int) big_sh_fd);
816
to = fcntl(fd,
F_DUPFD_CLOEXEC
, (fcntl_int) big_sh_fd);
818
to = fcntl(fd,
F_DUPFD_CLOEXEC
, (fcntl_int) (big_sh_fd / 2));
820
to = fcntl(fd,
F_DUPFD_CLOEXEC
, (fcntl_int) (fd + 1));
822
to = fcntl(fd,
F_DUPFD_CLOEXEC
, (fcntl_int) 10);
824
to = fcntl(fd,
F_DUPFD_CLOEXEC
, (fcntl_int) 3);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
fcntl.d
517
enum
F_DUPFD_CLOEXEC
= 10;
585
enum
F_DUPFD_CLOEXEC
= 12;
679
enum
F_DUPFD_CLOEXEC
= 17;
/src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
fcntl.h
757
#ifndef
F_DUPFD_CLOEXEC
758
# define
F_DUPFD_CLOEXEC
0x40000000
759
/* Witness variable: 1 if gnulib defined
F_DUPFD_CLOEXEC
, 0 otherwise. */
/src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
fcntl.h
757
#ifndef
F_DUPFD_CLOEXEC
758
# define
F_DUPFD_CLOEXEC
0x40000000
759
/* Witness variable: 1 if gnulib defined
F_DUPFD_CLOEXEC
, 0 otherwise. */
/src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
fcntl.h
757
#ifndef
F_DUPFD_CLOEXEC
758
# define
F_DUPFD_CLOEXEC
0x40000000
759
/* Witness variable: 1 if gnulib defined
F_DUPFD_CLOEXEC
, 0 otherwise. */
/src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
fcntl.h
757
#ifndef
F_DUPFD_CLOEXEC
758
# define
F_DUPFD_CLOEXEC
0x40000000
759
/* Witness variable: 1 if gnulib defined
F_DUPFD_CLOEXEC
, 0 otherwise. */
/src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
fcntl.h
757
#ifndef
F_DUPFD_CLOEXEC
758
# define
F_DUPFD_CLOEXEC
0x40000000
759
/* Witness variable: 1 if gnulib defined
F_DUPFD_CLOEXEC
, 0 otherwise. */
/src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
fcntl.h
757
#ifndef
F_DUPFD_CLOEXEC
758
# define
F_DUPFD_CLOEXEC
0x40000000
759
/* Witness variable: 1 if gnulib defined
F_DUPFD_CLOEXEC
, 0 otherwise. */
/src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
fcntl.h
757
#ifndef
F_DUPFD_CLOEXEC
758
# define
F_DUPFD_CLOEXEC
0x40000000
759
/* Witness variable: 1 if gnulib defined
F_DUPFD_CLOEXEC
, 0 otherwise. */
/src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
fcntl.h
757
#ifndef
F_DUPFD_CLOEXEC
758
# define
F_DUPFD_CLOEXEC
0x40000000
759
/* Witness variable: 1 if gnulib defined
F_DUPFD_CLOEXEC
, 0 otherwise. */
/src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
fcntl.h
757
#ifndef
F_DUPFD_CLOEXEC
758
# define
F_DUPFD_CLOEXEC
0x40000000
759
/* Witness variable: 1 if gnulib defined
F_DUPFD_CLOEXEC
, 0 otherwise. */
/src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
fcntl.h
757
#ifndef
F_DUPFD_CLOEXEC
758
# define
F_DUPFD_CLOEXEC
0x40000000
759
/* Witness variable: 1 if gnulib defined
F_DUPFD_CLOEXEC
, 0 otherwise. */
/src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
fcntl.h
757
#ifndef
F_DUPFD_CLOEXEC
758
# define
F_DUPFD_CLOEXEC
0x40000000
759
/* Witness variable: 1 if gnulib defined
F_DUPFD_CLOEXEC
, 0 otherwise. */
/src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
fcntl.h
757
#ifndef
F_DUPFD_CLOEXEC
758
# define
F_DUPFD_CLOEXEC
0x40000000
759
/* Witness variable: 1 if gnulib defined
F_DUPFD_CLOEXEC
, 0 otherwise. */
/src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
fcntl.h
757
#ifndef
F_DUPFD_CLOEXEC
758
# define
F_DUPFD_CLOEXEC
0x40000000
759
/* Witness variable: 1 if gnulib defined
F_DUPFD_CLOEXEC
, 0 otherwise. */
/src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
fcntl.h
757
#ifndef
F_DUPFD_CLOEXEC
758
# define
F_DUPFD_CLOEXEC
0x40000000
759
/* Witness variable: 1 if gnulib defined
F_DUPFD_CLOEXEC
, 0 otherwise. */
/src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
fcntl.h
757
#ifndef
F_DUPFD_CLOEXEC
758
# define
F_DUPFD_CLOEXEC
0x40000000
759
/* Witness variable: 1 if gnulib defined
F_DUPFD_CLOEXEC
, 0 otherwise. */
Completed in 46 milliseconds
1
2
3
4
Indexes created Sat Feb 28 05:31:39 UTC 2026