Searched refs:F_DUPFD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
180 # define F_DUPFD_CLOEXEC 1030 /* Duplicate, set FD_CLOEXEC on new one. */ macro
58 case F_DUPFD_CLOEXEC: in __libc_fcntl()73 if (cmd == F_DUPFD_CLOEXEC) in __libc_fcntl()
214 # define F_DUPFD_CLOEXEC 1030 /* Duplicate file descriptor with macro
Completed in 5 milliseconds