⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ttyname.3

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 3
字号:
.\" SCCSID: @(#)ttyname.3	8.1	9/11/90.TH ttyname 3 .SH Namettyname, isatty, ttyslot \- find terminal name.SH Syntax.B char *ttyname(filedes).PP.B isatty(filedes).PP.B ttyslot().SH Description.NXR "ttyname subroutine".NXR "isatty subroutine (standard C)".NXR "ttyslot subroutine".NXA "ttyname subroutine" "ctermid subroutine".NXR "terminal" "finding name"The.PN ttynamesubroutinereturns a pointer to the null-terminated path nameof the terminal device associated with file descriptor.I filedes(this is a system file descriptor and has nothing to do with thestandard I/O FILE typedef)..PPThe.PN isattysubroutine returns 1 if.I filedesis associated with a terminal device, 0 otherwise..PPThe.PN ttyslotsubroutine returns the number of the entry in the.MS ttys 5file for the control terminal of the current process..SH RestrictionsThe return value points to static datawhose content is overwritten by each call..SH DiagnosticsThe.PN ttynamesubroutinereturns a null pointer (0) if.I filedesdoes not describe a terminal device in directory .PN /dev ..PPThe.PN ttyslotsubroutine returns 0 if .PN /etc/ttysis inaccessible or ifit cannot determine the control terminal..SH Files/dev/\(**.br/etc/ttys.SH See Alsoioctl(2), ttys(5)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -