Searched refs:set_close_on_exec (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dfile.h91 extern void set_close_on_exec(unsigned int fd, int flag);
/linux-master/fs/
H A Dioctl.c811 set_close_on_exec(fd, 1);
815 set_close_on_exec(fd, 0);
H A Dfcntl.c369 set_close_on_exec(fd, argi & FD_CLOEXEC);
H A Dfile.c1207 void set_close_on_exec(unsigned int fd, int flag) function

Completed in 145 milliseconds