Symbol: O_NOCTTY
usr/src/cmd/cmd-inet/usr.bin/pppd/sys-solaris.c
282
(fd = open(devnam, O_RDWR | O_NONBLOCK | O_NOCTTY)) >= 0) {
usr/src/cmd/cmd-inet/usr.bin/pppd/sys-solaris.c
3007
mfd = open("/dev/ptmx", O_NOCTTY | O_RDWR);
usr/src/cmd/cmd-inet/usr.lib/pppoe/pppoec.c
1638
tunfd = open(tunnam, O_RDWR | O_NOCTTY);
usr/src/cmd/cmd-inet/usr.sbin/in.talkd/process.c
197
if ((tfd = open(dev, O_WRONLY|O_NOCTTY)) == -1) {
usr/src/cmd/cmd-inet/usr.sbin/in.telnetd.c
2759
if ((p = open("/dev/ptmx", O_RDWR | O_NOCTTY)) == -1) {
usr/src/cmd/cmd-inet/usr.sbin/in.telnetd.c
2769
if ((t = open(subsidname, O_RDWR | O_NOCTTY)) == -1)
usr/src/cmd/consadm/consadm.c
941
if ((fd = open(devp, O_RDWR | O_NOCTTY | O_NONBLOCK | O_NDELAY)) < 0)
usr/src/cmd/dtrace/test/tst/common/io/tst.fds.c
82
O_LARGEFILE | O_NOCTTY | O_NONBLOCK | O_NDELAY | O_RSYNC |
usr/src/cmd/fm/modules/common/syslog-msgs/syslog.c
349
if ((syslog_logfd = open("/dev/conslog", O_WRONLY | O_NOCTTY)) == -1)
usr/src/cmd/fm/modules/common/syslog-msgs/syslog.c
352
if ((syslog_msgfd = open("/dev/sysmsg", O_WRONLY | O_NOCTTY)) == -1)
usr/src/cmd/init/init.c
2965
if ((fd = open(SYSCON, O_RDWR | O_NOCTTY)) < 0 ||
usr/src/cmd/init/init.c
966
fd = open(SYSCON, O_RDWR | O_NOCTTY);
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
388
fd = open("/dev/console", O_WRONLY | O_NOCTTY);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
1384
fd = open("/dev/console", O_WRONLY | O_NOCTTY);
usr/src/cmd/power/powerd.c
278
if (dup2(open("/dev/console", O_WRONLY|O_NOCTTY), 1) == -1) {
usr/src/cmd/ptools/pfiles/pfiles.c
388
O_CREAT | O_TRUNC | O_EXCL | O_NOCTTY | O_LARGEFILE
usr/src/cmd/ptools/pfiles/pfiles.c
435
if (flags & O_NOCTTY)
usr/src/cmd/saf/log.c
67
if ((fd = open("/dev/console", O_WRONLY|O_NOCTTY)) != -1)
usr/src/cmd/syslogd/syslogd.c
1488
O_WRONLY|O_APPEND|O_NOCTTY);
usr/src/cmd/syslogd/syslogd.c
1941
O_WRONLY|O_APPEND|O_NOCTTY);
usr/src/cmd/syslogd/syslogd.c
2118
ttyf = open(w->dev, O_WRONLY|O_NOCTTY|O_NDELAY);
usr/src/cmd/syslogd/syslogd.c
2393
O_WRONLY|O_APPEND|O_NOCTTY|O_NONBLOCK :
usr/src/cmd/syslogd/syslogd.c
2394
O_WRONLY|O_APPEND|O_NOCTTY;
usr/src/cmd/syslogd/syslogd.c
3403
mode_t fmode, omode = O_WRONLY|O_APPEND|O_NOCTTY;
usr/src/cmd/truss/codes.c
2201
|O_EXCL|O_NOCTTY|O_LARGEFILE|O_RSYNC|O_XATTR|O_NOFOLLOW|O_NOLINKS\
usr/src/cmd/truss/codes.c
2248
if (arg & O_NOCTTY)
usr/src/cmd/ttymon/tmlog.c
165
} else if ((fd = open(CONSOLE, O_WRONLY|O_NOCTTY)) != -1) {
usr/src/cmd/ttymon/tmutil.c
251
if ((fd = open(CONSOLE, O_WRONLY|O_NOCTTY)) != -1)
usr/src/cmd/ttymon/ttymon.c
346
if ((fd = open(pmptr->p_device, O_RDONLY|O_NONBLOCK|O_NOCTTY)) < 0) {
usr/src/cmd/utmp_update/utmp_update.c
480
if ((fd = open(line, O_WRONLY|O_NOCTTY|O_NONBLOCK)) == -1) {
usr/src/cmd/wall/wall.c
386
if ((fd = open(s, O_WRONLY|O_NOCTTY|O_NONBLOCK)) == -1) {
usr/src/cmd/write/write.c
528
if ((fildes = open(term, O_WRONLY|O_NOCTTY)) < 0)
usr/src/cmd/zfs/zfs_project.c
105
fd = open(name, O_RDONLY | O_NOCTTY);
usr/src/cmd/zfs/zfs_project.c
130
fd = open(name, O_RDONLY | O_NOCTTY);
usr/src/cmd/zoneadmd/zcons.c
277
if ((managerfd = open(conspath, O_RDWR | O_NOCTTY)) != -1) {
usr/src/cmd/zoneadmd/zcons.c
280
if ((subfd = open(conspath, O_RDWR | O_NOCTTY)) != -1) {
usr/src/cmd/zoneadmd/zcons.c
416
if ((managerfd = open(conspath, O_RDWR | O_NOCTTY)) == -1) {
usr/src/cmd/zoneadmd/zcons.c
424
if ((subfd = open(conspath, O_RDWR | O_NOCTTY)) == -1) {
usr/src/cmd/zoneadmd/zcons.c
919
managerfd = open(conspath, O_RDWR|O_NONBLOCK|O_NOCTTY);
usr/src/grub/grub-0.97/grub/asmstub.c
1124
O_RDWR | O_NOCTTY
usr/src/lib/lib9p/common/backend/fs.c
337
flags |= O_NOCTTY | O_NOFOLLOW;
usr/src/lib/lib9p/common/backend/fs.c
411
flags |= O_NOCTTY | O_NOFOLLOW;
usr/src/lib/libelfsign/common/elfsignlib.c
258
oflags = O_RDONLY | O_NOCTTY | O_NDELAY;
usr/src/lib/libelfsign/common/elfsignlib.c
265
oflags = O_RDWR | O_NOCTTY | O_NDELAY;
usr/src/lib/libipp/libipp.c
739
if ((fd = open(IPPCTL_DEVICE, O_RDWR | O_NOCTTY)) == -1) {
usr/src/lib/libmail/common/notifyu.c
80
if ((fd = open(dev, O_WRONLY|O_NOCTTY)) == -1) {
usr/src/lib/storage/libg_fc/common/genf.c
637
if (flag & O_NOCTTY) {
usr/src/test/libc-tests/tests/common/openpty.c
32
int mfd = posix_openpt(O_RDWR | O_NOCTTY);
usr/src/test/libc-tests/tests/common/openpty.c
53
sfd = open(name, O_RDWR | O_NOCTTY);
usr/src/test/libc-tests/tests/ptsname.c
82
if ((mngr = posix_openpt(O_RDWR | O_NOCTTY)) < 0) {
usr/src/test/libc-tests/tests/ptsname.c
87
if ((alt_mngr = posix_openpt(O_RDWR | O_NOCTTY)) < 0) {
usr/src/ucbcmd/shutdown/shutdown.c
358
if ((fd = open(term, O_WRONLY|O_NOCTTY)) == -1) {