Searched refs:dup_handle (Results 1 – 1 of 1) sorted by relevance
433 static inline HANDLE dup_handle(HANDLE src, BOOL inherit, BOOL closeorig) in dup_handle() function445 return dup_handle((HANDLE)_get_osfhandle(fd), TRUE, FALSE); in dup_fd_as_handle()710 return dup_handle(fd, FALSE, TRUE); in make_descriptor_cloexec()813 *to = dup_handle(from, TRUE, FALSE); in dup_proc_descriptor()
Completed in 19 milliseconds