Home
last modified time | relevance | path

Searched refs:set_close_on_exec (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dfile.h89 extern void set_close_on_exec(unsigned int fd, int flag);
/linux/fs/
H A Dfcntl.c472 set_close_on_exec(fd, argi & FD_CLOEXEC); in do_fcntl()
H A Dfile.c1248 void set_close_on_exec(unsigned int fd, int flag) in set_close_on_exec() function