Searched refs:FSSH_FD_CLOEXEC (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_fcntl.h28 #define FSSH_FD_CLOEXEC 1 /* close on exec */ macro
H A Dfssh_api_wrapper.h768 #define FD_CLOEXEC FSSH_FD_CLOEXEC
/haiku/src/tools/fs_shell/
H A Dvfs.cpp3550 fd_set_close_on_exec(context, fd, argument == FSSH_FD_CLOEXEC);
3563 status = fd_close_on_exec(context, fd) ? FSSH_FD_CLOEXEC : 0;

Completed in 57 milliseconds