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

📄 access.3f

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 3F
字号:
.\" SCCSID: @(#)access.3f	8.1	9/11/90.TH access 3f VAX "" Unsupported.SH Nameaccess \- determine accessibility of a file.SH Syntax.B integer function access (name, mode).br.B character*(*) name, mode.SH Description.NXR "access subroutine (FORTRAN)".NXR "file" "checking accessibility"The.PN accesssubroutine checks the given file,.I name,for accessibility with respect to the caller according to.I mode.The.I modeargumentmay include in any order and in any combination one or more of:.nfr	test for read permissionw	test for write permissionx	test for execute permission	(blank)	test for existence.fi.PPAn error code is returned if either argument is illegal, or if the filecan not be accessed in all of the specified modes.0 is returned if the specified access would be successful..SH RestrictionsPathnames can be no longer than MAXPATHLEN as defined in<sys/param.h>..SH Files.ie \nM /usr/ucb/lib/libU77.a.el /usr/lib/libU77.a.SH See Alsoaccess(2), perror(3f)

⌨️ 快捷键说明

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