Searched refs:F_CLOSEM (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/bsd/cron/dist/ |
| H A D | closeall.c | 13 #ifdef F_CLOSEM in close_all() 14 return fcntl(start, F_CLOSEM); in close_all()
|
| /netbsd-src/lib/libpam/modules/pam_ssh/ |
| H A D | pam_ssh.c | 304 #ifndef F_CLOSEM in pam_ssh_start_agent() 328 #ifdef F_CLOSEM in pam_ssh_start_agent() 329 (void)fcntl(3, F_CLOSEM, 0); in pam_ssh_start_agent()
|
| /netbsd-src/lib/libc/gen/ |
| H A D | closefrom.c | 44 return (fcntl(fd, F_CLOSEM)); in closefrom()
|
| /netbsd-src/bin/csh/ |
| H A D | misc.c | 234 #ifdef F_CLOSEM in closem() 236 if (fcntl(nofile, F_CLOSEM, 0) == -1) in closem()
|
| /netbsd-src/external/bsd/ntp/dist/libntp/ |
| H A D | ntp_worker.c | 110 # elif defined(F_CLOSEM) in close_all_beyond() 116 if (fcntl(keep_fd + 1, F_CLOSEM, 0) == -1) in close_all_beyond()
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | fcntl.c | 267 #ifdef F_CLOSEM /* NetBSD, HP-UX */ in fcntl() 268 case F_CLOSEM: in fcntl()
|
| /netbsd-src/usr.bin/login/ |
| H A D | login_pam.c | 199 #ifdef F_CLOSEM in main() 200 (void)fcntl(3, F_CLOSEM, 0); in main()
|
| H A D | login.c | 259 #ifdef F_CLOSEM in main() 260 (void)fcntl(3, F_CLOSEM, 0); in main()
|
| /netbsd-src/usr.sbin/timed/timedc/ |
| H A D | timedc.c | 74 fcntl(3, F_CLOSEM); in main()
|
| /netbsd-src/sys/sys/ |
| H A D | fcntl.h | 193 #define F_CLOSEM 10 /* close all fds >= to the one given */ macro
|
| /netbsd-src/libexec/rshd/ |
| H A D | rshd.c | 642 #ifdef F_CLOSEM in doit() 643 (void)fcntl(STDERR_FILENO + 1, F_CLOSEM, 0); in doit()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | fcntl.d | 583 enum F_CLOSEM = 10;
|
| /netbsd-src/sys/kern/ |
| H A D | sys_descrip.c | 345 case F_CLOSEM: in sys_fcntl()
|
| /netbsd-src/lib/librumphijack/ |
| H A D | hijack.c | 1548 #ifdef F_CLOSEM 1549 case F_CLOSEM: { 1589 return rump_sys_fcntl(fd, F_CLOSEM); 1591 #endif /* F_CLOSEM */
|
| /netbsd-src/usr.bin/kdump/ |
| H A D | kdump.c | 571 CASERETURN(F_CLOSEM); in fcntlname()
|