HomeSort by: relevance | last modified time | path
    Searched refs:F_DUPFD_CLOEXEC (Results 1 - 9 of 9) sorted by relevancy

  /src/bin/sh/
redir.c 85 #ifndef F_DUPFD_CLOEXEC
86 #define F_DUPFD_CLOEXEC F_DUPFD
744 i = fcntl(fd, F_DUPFD_CLOEXEC, (fcntl_int) big_sh_fd);
816 to = fcntl(fd, F_DUPFD_CLOEXEC, (fcntl_int) big_sh_fd);
818 to = fcntl(fd, F_DUPFD_CLOEXEC, (fcntl_int) (big_sh_fd / 2));
820 to = fcntl(fd, F_DUPFD_CLOEXEC, (fcntl_int) (fd + 1));
822 to = fcntl(fd, F_DUPFD_CLOEXEC, (fcntl_int) 10);
824 to = fcntl(fd, F_DUPFD_CLOEXEC, (fcntl_int) 3);
  /src/tests/kernel/
t_cloexec.c 120 RL(fd = fcntl(STDIN_FILENO, F_DUPFD_CLOEXEC, 0));
410 "fcntl(STDIN_FILENO, F_DUPFD_CLOEXEC) is closed in child on posix_spawn");
  /src/sys/sys/
fcntl.h 202 #define F_DUPFD_CLOEXEC 12 /* close on exec duplicated fd */
  /src/sys/external/bsd/libnv/dist/
nvpair.c 1312 value = fcntl(value, F_DUPFD_CLOEXEC, 0);
1553 fds[ii] = fcntl(value[ii], F_DUPFD_CLOEXEC, 0);
2070 fd = fcntl(value, F_DUPFD_CLOEXEC, 0);
  /src/sys/kern/
sys_descrip.c 394 case F_DUPFD_CLOEXEC:
  /src/lib/libc/resolv/
res_init.c 512 statp->_u._ext.ext->resfd = fcntl(fileno(fp), F_DUPFD_CLOEXEC, 0);
  /src/sys/compat/linux/common/
linux_file.c 454 cmd = F_DUPFD_CLOEXEC;
  /src/usr.bin/kdump/
kdump.c 573 CASERETURN(F_DUPFD_CLOEXEC);
  /src/lib/librumphijack/
hijack.c 1541 case F_DUPFD_CLOEXEC: /* Ignore CLOEXEC bit for now */

Completed in 21 milliseconds