| /onnv/onnv-gate/usr/src/cmd/listen/ |
| lslog.c | 270 fcntl(fileno(Logfp), F_SETFD, 1); /* reset close-on-exec */
|
| /onnv/onnv-gate/usr/src/cmd/ttymon/ |
| tmlog.c | 76 if (fcntl(ret, F_SETFD, FD_CLOEXEC) == 0) { 123 (void) fcntl(fileno(Logfp), F_SETFD, 1); 260 if (fcntl(fileno(Debugfp), F_SETFD, 1) == -1) 261 fatal("F_SETFD fcntl failed: %s", strerror(errno));
|
| /onnv/onnv-gate/usr/src/lib/libsysevent/ |
| libevchannel.c | 177 (void) fcntl(EV_FD(scp), F_SETFD, FD_CLOEXEC);
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/ |
| fcntlcom.h | 104 #define F_SETFD 2 /* Set fildes flags (close on exec) */
|
| /onnv/onnv-gate/usr/src/ucbhead/sys/ |
| fcntl.h | 77 #define F_SETFD 2 /* Set fildes flags */
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ |
| fsck.c | 787 fcntl(fileno(fd), F_SETFD, 1); /* close on exec */
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/ |
| inetconv.c | 845 (void) fcntl(fileno(fp), F_SETFD, FD_CLOEXEC); [all...] |
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| sh.c | 398 (void) fcntl(SHIN, F_SETFD, 1); 491 (void) fcntl(dcopy(f, FSHTTY), F_SETFD, 1); 646 (void) fcntl(unit, F_SETFD, 1); 665 (void) fcntl(unit, F_SETFD, 1); 1099 (void) fcntl(u, F_SETFD, 1); 1338 fcntl(script_fd, F_SETFD, 1); /* Make sure to close 1361 (void) fcntl(SHIN = dcopy(0, FSHIN), F_SETFD, 1); 1362 (void) fcntl(SHOUT = dcopy(1, FSHOUT), F_SETFD, 1); 1363 (void) fcntl(SHDIAG = dcopy(2, FSHDIAG), F_SETFD, 1); 1364 (void) fcntl(OLDSTD = dcopy(SHIN, FOLDSTD), F_SETFD, 1) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| fcntl.h | 95 #define F_SETFD 2 /* Set fildes flags */
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| perl.c | [all...] |
| /onnv/onnv-gate/usr/src/lib/libshell/common/sh/ |
| xec.c | [all...] |