OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:O_CLOEXEC
(Results
1 - 25
of
92
) sorted by relevancy
1
2
3
4
/src/lib/libc/db/db/
db.c
54
#ifndef
O_CLOEXEC
55
#define
O_CLOEXEC
0
66
O_RDWR | O_SHLOCK | O_TRUNC |
O_CLOEXEC
)
dbfile.c
54
#ifndef
O_CLOEXEC
55
#define
O_CLOEXEC
0
58
if ((fd = open(file, flags |
O_CLOEXEC
, mode)) == -1)
61
#if
O_CLOEXEC
== 0
/src/external/gpl3/gcc/dist/libbacktrace/
posix.c
48
#ifndef
O_CLOEXEC
49
#define
O_CLOEXEC
0
67
descriptor = open (filename, (int) (O_RDONLY | O_BINARY |
O_CLOEXEC
));
83
O_CLOEXEC
. It doesn't matter if this fails for some reason.
85
O_CLOEXEC
== 0. */
/src/external/gpl3/gcc.old/dist/libbacktrace/
posix.c
48
#ifndef
O_CLOEXEC
49
#define
O_CLOEXEC
0
67
descriptor = open (filename, (int) (O_RDONLY | O_BINARY |
O_CLOEXEC
));
83
O_CLOEXEC
. It doesn't matter if this fails for some reason.
85
O_CLOEXEC
== 0. */
/src/external/gpl3/gdb/dist/libbacktrace/
posix.c
48
#ifndef
O_CLOEXEC
49
#define
O_CLOEXEC
0
67
descriptor = open (filename, (int) (O_RDONLY | O_BINARY |
O_CLOEXEC
));
83
O_CLOEXEC
. It doesn't matter if this fails for some reason.
85
O_CLOEXEC
== 0. */
/src/external/gpl3/gdb.old/dist/libbacktrace/
posix.c
48
#ifndef
O_CLOEXEC
49
#define
O_CLOEXEC
0
67
descriptor = open (filename, (int) (O_RDONLY | O_BINARY |
O_CLOEXEC
));
83
O_CLOEXEC
. It doesn't matter if this fails for some reason.
85
O_CLOEXEC
== 0. */
/src/external/gpl3/binutils/dist/libctf/
ctf-decls.h
67
# define
O_CLOEXEC
0
/src/external/gpl3/binutils.old/dist/libctf/
ctf-decls.h
67
# define
O_CLOEXEC
0
/src/external/gpl3/gdb.old/dist/libctf/
ctf-decls.h
67
# define
O_CLOEXEC
0
/src/external/gpl3/gdb/dist/libctf/
ctf-decls.h
67
# define
O_CLOEXEC
0
/src/external/bsd/pkg_install/dist/lib/
fexec.c
88
#ifndef
O_CLOEXEC
89
#define
O_CLOEXEC
0
118
if ((prevcwd = open(".", O_RDONLY|
O_CLOEXEC
|O_DIRECTORY)) < 0) {
/src/external/bsd/libarchive/dist/libarchive/
archive_write_open_filename.c
54
#ifndef
O_CLOEXEC
55
#define
O_CLOEXEC
0
144
flags = O_WRONLY | O_CREAT | O_TRUNC | O_BINARY |
O_CLOEXEC
;
archive_random.c
75
#ifndef
O_CLOEXEC
76
#define
O_CLOEXEC
0
235
fd = open(RANDOMDEV, O_RDONLY |
O_CLOEXEC
, 0);
archive_read_disk_entry_from_file.c
99
#ifndef
O_CLOEXEC
100
#define
O_CLOEXEC
0
232
O_RDONLY | O_NONBLOCK |
O_CLOEXEC
);
235
O_CLOEXEC
);
871
O_RDONLY | O_NONBLOCK |
O_CLOEXEC
);
873
*fd = open(path, O_RDONLY | O_NONBLOCK |
O_CLOEXEC
);
992
*fd = open(path, O_RDONLY | O_NONBLOCK |
O_CLOEXEC
);
archive_read_open_filename.c
69
#ifndef
O_CLOEXEC
70
#define
O_CLOEXEC
0
291
fd = open(filename, O_RDONLY | O_BINARY |
O_CLOEXEC
);
archive_util.c
76
#ifndef
O_CLOEXEC
77
#define
O_CLOEXEC
0
516
fd = open(temp_name.s, O_RDWR|
O_CLOEXEC
|O_TMPFILE|O_EXCL, 0600);
607
fd = open(template, O_CREAT | O_EXCL | O_RDWR |
O_CLOEXEC
,
638
* We have to set the flag if the platform does not provide
O_CLOEXEC
642
* descriptor even if the platform seemingly provides
O_CLOEXEC
or
/src/external/gpl3/gcc/dist/c++tools/
resolver.cc
59
#define
O_CLOEXEC
0
277
O_RDONLY |
O_CLOEXEC
| O_DIRECTORY);
/src/external/gpl3/gcc.old/dist/c++tools/
resolver.cc
59
#define
O_CLOEXEC
0
277
O_RDONLY |
O_CLOEXEC
| O_DIRECTORY);
/src/external/bsd/mdocml/dist/
compat_fts.c
61
#ifndef
O_CLOEXEC
62
#define
O_CLOEXEC
0
/src/external/gpl3/gcc/dist/gcc/cp/
mapper-client.cc
43
#define
O_CLOEXEC
0
191
? O_RDWR |
O_CLOEXEC
: O_RDONLY |
O_CLOEXEC
;
210
? O_RDWR |
O_CLOEXEC
: O_WRONLY |
O_CLOEXEC
;
286
int fd = open (name.c_str (), O_RDONLY |
O_CLOEXEC
);
/src/external/gpl3/gcc.old/dist/gcc/cp/
mapper-client.cc
41
#define
O_CLOEXEC
0
188
? O_RDWR |
O_CLOEXEC
: O_RDONLY |
O_CLOEXEC
;
207
? O_RDWR |
O_CLOEXEC
: O_WRONLY |
O_CLOEXEC
;
279
int fd = open (name.c_str (), O_RDONLY |
O_CLOEXEC
);
/src/external/gpl3/gdb.old/dist/gdbsupport/
filestuff.cc
46
#ifndef
O_CLOEXEC
47
#define
O_CLOEXEC
0
252
O_CLOEXEC
. When positive it means that
O_CLOEXEC
works on this
253
host. When negative, it means that
O_CLOEXEC
doesn't work. We
255
against a libc that supplies
O_CLOEXEC
, there is no guarantee that
314
scoped_fd fd (open (filename, flags |
O_CLOEXEC
, mode));
332
unknown modes. Assume that if
O_CLOEXEC
is zero, then "e" isn't
333
supported. On MinGW,
O_CLOEXEC
is an alias of O_NOINHERIT, and
336
O_CLOEXEC
== 0 || O_CLOEXEC == O_NOINHERIT
[
all
...]
/src/external/gpl3/gdb/dist/gdbsupport/
filestuff.cc
46
#ifndef
O_CLOEXEC
47
#define
O_CLOEXEC
0
252
O_CLOEXEC
. When positive it means that
O_CLOEXEC
works on this
253
host. When negative, it means that
O_CLOEXEC
doesn't work. We
255
against a libc that supplies
O_CLOEXEC
, there is no guarantee that
314
scoped_fd fd (open (filename, flags |
O_CLOEXEC
, mode));
332
unknown modes. Assume that if
O_CLOEXEC
is zero, then "e" isn't
333
supported. On MinGW,
O_CLOEXEC
is an alias of O_NOINHERIT, and
336
O_CLOEXEC
== 0 || O_CLOEXEC == O_NOINHERIT
[
all
...]
/src/lib/libc/gen/
fts.c
213
#ifndef
O_CLOEXEC
214
#define
O_CLOEXEC
0
217
if ((sp->fts_rfd = open(".", O_RDONLY |
O_CLOEXEC
, 0)) == -1)
370
if ((p->fts_symfd = open(".", O_RDONLY |
O_CLOEXEC
, 0))
472
open(".", O_RDONLY |
O_CLOEXEC
, 0)) == -1) {
614
if ((fd = open(".", O_RDONLY |
O_CLOEXEC
, 0)) == -1)
1222
if (oldfd < 0 && (fd = open(path, O_RDONLY |
O_CLOEXEC
)) == -1)
/src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
fcntl.h
775
/* AIX 7.1 with XL C 12.1 defines
O_CLOEXEC
, O_NOFOLLOW, and O_TTY_INIT
780
# if defined
O_CLOEXEC
&& ! (INT_MIN <=
O_CLOEXEC
&&
O_CLOEXEC
<= INT_MAX)
781
# undef
O_CLOEXEC
796
#if !defined
O_CLOEXEC
&& defined O_NOINHERIT
798
# define
O_CLOEXEC
O_NOINHERIT
801
#ifndef
O_CLOEXEC
802
# define
O_CLOEXEC
0x40000000 /* Try to not collide with system O_* flags. */
Completed in 26 milliseconds
1
2
3
4
Indexes created Mon Apr 20 00:23:12 UTC 2026