Home
last modified time | relevance | path

Searched refs:get_close_on_exec (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dfile.h89 extern bool get_close_on_exec(unsigned int fd);
/openbmc/linux/fs/
H A Dfcntl.c324 err = get_close_on_exec(fd) ? FD_CLOEXEC : 0; in do_fcntl()
H A Dfile.c1063 bool get_close_on_exec(unsigned int fd) in get_close_on_exec() function
H A Dexec.c1879 if (bprm->fdpath && get_close_on_exec(fd)) in bprm_execve()