OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:F_DUPFD_CLOEXEC
(Results
1 - 2
of
2
) sorted by relevancy
/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/sys/sys/
fcntl.h
202
#define
F_DUPFD_CLOEXEC
12 /* close on exec duplicated fd */
Completed in 15 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025