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

  /src/lib/libc/gen/
closefrom.c 44 return (fcntl(fd, F_CLOSEM));
  /src/lib/libpam/modules/pam_ssh/
pam_ssh.c 304 #ifndef F_CLOSEM
328 #ifdef F_CLOSEM
329 (void)fcntl(3, F_CLOSEM, 0);
  /src/bin/csh/
misc.c 234 #ifdef F_CLOSEM
236 if (fcntl(nofile, F_CLOSEM, 0) == -1)
  /src/usr.sbin/timed/timedc/
timedc.c 74 fcntl(3, F_CLOSEM);
  /src/usr.bin/login/
login_pam.c 199 #ifdef F_CLOSEM
200 (void)fcntl(3, F_CLOSEM, 0);
login.c 259 #ifdef F_CLOSEM
260 (void)fcntl(3, F_CLOSEM, 0);
  /src/sys/sys/
fcntl.h 198 #define F_CLOSEM 10 /* close all fds >= to the one given */
  /src/libexec/rshd/
rshd.c 642 #ifdef F_CLOSEM
643 (void)fcntl(STDERR_FILENO + 1, F_CLOSEM, 0);
  /src/sys/kern/
sys_descrip.c 346 case F_CLOSEM:
  /src/lib/librumphijack/
hijack.c 1548 #ifdef F_CLOSEM
1549 case F_CLOSEM: {
1589 return rump_sys_fcntl(fd, F_CLOSEM);
1591 #endif /* F_CLOSEM */
  /src/usr.bin/kdump/
kdump.c 571 CASERETURN(F_CLOSEM);

Completed in 32 milliseconds