/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | sshpty.c | 39 #ifndef O_NOCTTY 40 #define O_NOCTTY 0 macro 84 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY); in pty_allocate() 101 ptm = open("/dev/ptmx", O_RDWR | O_NOCTTY); in pty_allocate() 123 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY); in pty_allocate() 149 *ptyfd = open("/dev/ptc", O_RDWR | O_NOCTTY); in pty_allocate() 158 *ttyfd = open(name, O_RDWR | O_NOCTTY); in pty_allocate() 182 *ptyfd = open(buf, O_RDWR|O_NOCTTY); in pty_allocate() 187 *ttyfd = open(namebuf, O_RDWR|O_NOCTTY); in pty_allocate() 212 *ptyfd = open(buf, O_RDWR | O_NOCTTY); in pty_allocate() [all …]
|
H A D | sshd.c | 116 #ifndef O_NOCTTY 117 #define O_NOCTTY 0 macro 1172 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); in main()
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | fcntl.c | 238 #ifndef O_NOCTTY in main() 243 if (O_NOCTTY > o_local) o_local = O_NOCTTY; in main() 288 #ifndef O_NOCTTY in main() 305 #ifndef O_NOCTTY in main()
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | open.c | 43 #ifdef O_NOCTTY 108 #if O_NOCTTY 109 if ((op & O_NOCTTY) && ioctl(fd, TIOCNOTTY, 0))
|
H A D | fmtmsglib.c | 274 mm.console = open("/dev/console", O_WRONLY|O_APPEND|O_NOCTTY);
|
H A D | syslog.c | 271 if ((log.fd = open(s, O_WRONLY|O_APPEND|O_NOCTTY)) < 0 && (log.fd = sockopen(s)) < 0)
|
/titanic_41/usr/src/cmd/zoneadmd/ |
H A D | zcons.c | 277 if ((masterfd = open(conspath, O_RDWR | O_NOCTTY)) != -1) { in destroy_console_devs() 280 if ((slavefd = open(conspath, O_RDWR | O_NOCTTY)) != -1) { in destroy_console_devs() 414 if ((masterfd = open(conspath, O_RDWR | O_NOCTTY)) == -1) { in init_console_dev() 421 if ((slavefd = open(conspath, O_RDWR | O_NOCTTY)) == -1) { in init_console_dev() 915 masterfd = open(conspath, O_RDWR|O_NONBLOCK|O_NOCTTY); in serve_console()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/io/ |
H A D | tst.fds.c | 84 O_LARGEFILE | O_NOCTTY | O_NONBLOCK | O_NDELAY | O_RSYNC | in main()
|
/titanic_41/usr/src/lib/libmail/common/ |
H A D | notifyu.c | 84 if ((fd = open(dev, O_WRONLY|O_NOCTTY)) == -1) { in notify()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | fcntlcom.h | 79 #define O_NOCTTY _FNOCTTY macro
|
/titanic_41/usr/src/cmd/saf/ |
H A D | log.c | 69 if ((fd = open("/dev/console", O_WRONLY|O_NOCTTY)) != -1) in cons_printf()
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | fcntl.h | 72 #define O_NOCTTY 04000 /* don't allocate controlling tty (POSIX) */ macro
|
/titanic_41/usr/src/cmd/fm/modules/common/syslog-msgs/ |
H A D | syslog.c | 350 if ((syslog_logfd = open("/dev/conslog", O_WRONLY | O_NOCTTY)) == -1) in _fmd_init() 353 if ((syslog_msgfd = open("/dev/sysmsg", O_WRONLY | O_NOCTTY)) == -1) in _fmd_init()
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | io.d.in | 167 inline int O_NOCTTY = @O_NOCTTY@; variable 168 #pragma D binding "1.1" O_NOCTTY
|
H A D | io.sed.in | 63 SED_REPLACE(O_NOCTTY)
|
/titanic_41/usr/src/test/libc-tests/cfg/symbols/ |
H A D | fcntl_h.cfg | 38 value | O_NOCTTY | int | fcntl.h | POSIX+ SUS+
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmutil.c | 260 if ((fd = open(CONSOLE, O_WRONLY|O_NOCTTY)) != -1) in cons_printf()
|
H A D | tmlog.c | 173 } else if ((fd = open(CONSOLE, O_WRONLY|O_NOCTTY)) != -1) { in vlog()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/ |
H A D | process.c | 200 if ((tfd = open(dev, O_WRONLY|O_NOCTTY)) == -1) { in find_user()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | fcntl.h | 83 #define O_NOCTTY 0x800 /* don't allocate controlling tty (POSIX) */ macro
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclkstat.c | 347 fd = open(device, O_RDONLY|O_NDELAY|O_NONBLOCK|O_NOCTTY); in serial_port_state()
|
/titanic_41/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 405 O_CREAT | O_TRUNC | O_EXCL | O_NOCTTY | O_LARGEFILE 452 if (flags & O_NOCTTY) in show_fileflags()
|
/titanic_41/usr/src/cmd/wall/ |
H A D | wall.c | 386 if ((fd = open(s, O_WRONLY|O_NOCTTY|O_NONBLOCK)) == -1) { in sendmes()
|
/titanic_41/usr/src/cmd/utmp_update/ |
H A D | utmp_update.c | 480 if ((fd = open(line, O_WRONLY|O_NOCTTY|O_NONBLOCK)) == -1) { in bad_line()
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | mkservice.c | 102 # define O_SERVICE O_NOCTTY
|