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

/haiku/headers/posix/
H A Dfcntl.h23 #define F_DUPFD_CLOEXEC 0x0200 /* duplicate fd with close on exec set */ macro
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_init.c480 statp->_u._ext.ext->resfd = fcntl(fileno(fp), F_DUPFD_CLOEXEC, 0);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp6231 case F_DUPFD_CLOEXEC:
6236 fd_set_close_on_exec(context, status, op == F_DUPFD_CLOEXEC);

Completed in 60 milliseconds