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

📄 intdoc.in

📁 gcc-2.95.3 Linux下最常用的C编译器
💻 IN
📖 第 1 页 / 共 5 页
字号:
Device ID@itemInode number@itemFile mode@itemNumber of links@itemOwner's uid@itemOwner's gid@itemID of device containing directory entry for file(0 if not available)@itemFile size (bytes)@itemLast access time@itemLast modification time@itemLast file status change time@itemPreferred I/O block size (-1 if not available)@itemNumber of blocks allocated (-1 if not available)@end enumerateNot all these elements are relevant on all systems.If an element is not relevant, it is returned as 0.If the @var{@3@} argument is supplied, it contains0 on success or a non-zero error code upon return.Some non-GNU implementations of Fortran provide this intrinsic asonly a function, not as a subroutine, or do not support the(optional) @var{@3@} argument.")DEFDOC (LSTAT_func, "Get file information.", "\Obtains data about the given file @var{@1@} and places them in the array@var{@2@}.A null character (@samp{CHAR(0)}) marks the end ofthe name in @var{@1@}---otherwise,trailing blanks in @var{@1@} are ignored.If @var{@1@} is a symbolic link it returns data on thelink itself, so the routine is available only on systems that supportsymbolic links.The values in this array are extracted from the@code{stat} structure as returned by @code{fstat(2)} q.v., as follows:@enumerate@itemDevice ID@itemInode number@itemFile mode@itemNumber of links@itemOwner's uid@itemOwner's gid@itemID of device containing directory entry for file(0 if not available)@itemFile size (bytes)@itemLast access time@itemLast modification time@itemLast file status change time@itemPreferred I/O block size (-1 if not available)@itemNumber of blocks allocated (-1 if not available)@end enumerateNot all these elements are relevant on all systems.If an element is not relevant, it is returned as 0.Returns 0 on success or a non-zero error code(@code{ENOSYS} if the system does not provide @code{lstat(2)}).")DEFDOC (LSTAT_subr, "Get file information.", "\Obtains data about the given file @var{@1@} and places them in the array@var{@2@}.A null character (@samp{CHAR(0)}) marks the end ofthe name in @var{@1@}---otherwise,trailing blanks in @var{@1@} are ignored.If @var{@1@} is a symbolic link it returns data on thelink itself, so the routine is available only on systems that supportsymbolic links.The values in this array are extracted from the@code{stat} structure as returned by @code{fstat(2)} q.v., as follows:@enumerate@itemDevice ID@itemInode number@itemFile mode@itemNumber of links@itemOwner's uid@itemOwner's gid@itemID of device containing directory entry for file(0 if not available)@itemFile size (bytes)@itemLast access time@itemLast modification time@itemLast file status change time@itemPreferred I/O block size (-1 if not available)@itemNumber of blocks allocated (-1 if not available)@end enumerateNot all these elements are relevant on all systems.If an element is not relevant, it is returned as 0.If the @var{@3@} argument is supplied, it contains0 on success or a non-zero error code upon return(@code{ENOSYS} if the system does not provide @code{lstat(2)}).Some non-GNU implementations of Fortran provide this intrinsic asonly a function, not as a subroutine, or do not support the(optional) @var{@3@} argument.")DEFDOC (STAT_func, "Get file information.", "\Obtains data about the given file @var{@1@} and places them in the array@var{@2@}.A null character (@samp{CHAR(0)}) marks the end ofthe name in @var{@1@}---otherwise,trailing blanks in @var{@1@} are ignored.The values in this array are extracted from the@code{stat} structure as returned by @code{fstat(2)} q.v., as follows:@enumerate@itemDevice ID@itemInode number@itemFile mode@itemNumber of links@itemOwner's uid@itemOwner's gid@itemID of device containing directory entry for file(0 if not available)@itemFile size (bytes)@itemLast access time@itemLast modification time@itemLast file status change time@itemPreferred I/O block size (-1 if not available)@itemNumber of blocks allocated (-1 if not available)@end enumerateNot all these elements are relevant on all systems.If an element is not relevant, it is returned as 0.Returns 0 on success or a non-zero error code.")DEFDOC (STAT_subr, "Get file information.", "\Obtains data about the given file @var{@1@} and places them in the array@var{@2@}.A null character (@samp{CHAR(0)}) marks the end ofthe name in @var{@1@}---otherwise,trailing blanks in @var{@1@} are ignored.The values in this array are extracted from the@code{stat} structure as returned by @code{fstat(2)} q.v., as follows:@enumerate@itemDevice ID@itemInode number@itemFile mode@itemNumber of links@itemOwner's uid@itemOwner's gid@itemID of device containing directory entry for file(0 if not available)@itemFile size (bytes)@itemLast access time@itemLast modification time@itemLast file status change time@itemPreferred I/O block size (-1 if not available)@itemNumber of blocks allocated (-1 if not available)@end enumerateNot all these elements are relevant on all systems.If an element is not relevant, it is returned as 0.If the @var{@3@} argument is supplied, it contains0 on success or a non-zero error code upon return.Some non-GNU implementations of Fortran provide this intrinsic asonly a function, not as a subroutine, or do not support the(optional) @var{@3@} argument.")DEFDOC (LINK_subr, "Make hard link in file system.", "\Makes a (hard) link from file @var{@1@} to @var{@2@}.A null character (@samp{CHAR(0)}) marks the end ofthe names in @var{@1@} and @var{@2@}---otherwise,trailing blanks in @var{@1@} and @var{@2@} are ignored.If the @var{@3@} argument is supplied, it contains0 on success or a non-zero error code upon return.See @code{link(2)}.Some non-GNU implementations of Fortran provide this intrinsic asonly a function, not as a subroutine, or do not support the(optional) @var{@3@} argument.")DEFDOC (LINK_func, "Make hard link in file system.", "\Makes a (hard) link from file @var{@1@} to @var{@2@}.A null character (@samp{CHAR(0)}) marks the end ofthe names in @var{@1@} and @var{@2@}---otherwise,trailing blanks in @var{@1@} and @var{@2@} are ignored.Returns 0 on success or a non-zero error code.See @code{link(2)}.Due to the side effects performed by this intrinsic, the functionform is not recommended.")DEFDOC (SYMLNK_subr, "Make symbolic link in file system.", "\Makes a symbolic link from file @var{@1@} to @var{@2@}.A null character (@samp{CHAR(0)}) marks the end ofthe names in @var{@1@} and @var{@2@}---otherwise,trailing blanks in @var{@1@} and @var{@2@} are ignored.If the @var{@3@} argument is supplied, it contains0 on success or a non-zero error code upon return(@code{ENOSYS} if the system does not provide @code{symlink(2)}).Some non-GNU implementations of Fortran provide this intrinsic asonly a function, not as a subroutine, or do not support the(optional) @var{@3@} argument.")DEFDOC (SYMLNK_func, "Make symbolic link in file system.", "\Makes a symbolic link from file @var{@1@} to @var{@2@}.A null character (@samp{CHAR(0)}) marks the end ofthe names in @var{@1@} and @var{@2@}---otherwise,trailing blanks in @var{@1@} and @var{@2@} are ignored.Returns 0 on success or a non-zero error code(@code{ENOSYS} if the system does not provide @code{symlink(2)}).Due to the side effects performed by this intrinsic, the functionform is not recommended.")DEFDOC (RENAME_subr, "Rename file.", "\Renames the file @var{@1@} to @var{@2@}.A null character (@samp{CHAR(0)}) marks the end ofthe names in @var{@1@} and @var{@2@}---otherwise,trailing blanks in @var{@1@} and @var{@2@} are ignored.See @code{rename(2)}.If the @var{@3@} argument is supplied, it contains0 on success or a non-zero error code upon return.Some non-GNU implementations of Fortran provide this intrinsic asonly a function, not as a subroutine, or do not support the(optional) @var{@3@} argument.")DEFDOC (RENAME_func, "Rename file.", "\Renames the file @var{@1@} to @var{@2@}.A null character (@samp{CHAR(0)}) marks the end ofthe names in @var{@1@} and @var{@2@}---otherwise,trailing blanks in @var{@1@} and @var{@2@} are ignored.See @code{rename(2)}.Returns 0 on success or a non-zero error code.Due to the side effects performed by this intrinsic, the functionform is not recommended.")DEFDOC (UMASK_subr, "Set file creation permissions mask.", "\Sets the file creation mask to @var{@1@} and returns the old value inargument @var{@2@} if it is supplied.See @code{umask(2)}.Some non-GNU implementations of Fortran provide this intrinsic asonly a function, not as a subroutine.")DEFDOC (UMASK_func, "Set file creation permissions mask.", "\Sets the file creation mask to @var{@1@} and returns the old value.See @code{umask(2)}.Due to the side effects performed by this intrinsic, the functionform is not recommended.")DEFDOC (UNLINK_subr, "Unlink file.", "\Unlink the file @var{@1@}.A null character (@samp{CHAR(0)}) marks the end ofthe name in @var{@1@}---otherwise,trailing blanks in @var{@1@} are ignored.If the @var{@2@} argument is supplied, it contains0 on success or a non-zero error code upon return.See @code{unlink(2)}.Some non-GNU implementations of Fortran provide this intrinsic asonly a function, not as a subroutine, or do not support the(optional) @var{@2@} argument.")DEFDOC (UNLINK_func, "Unlink file.", "\Unlink the file @var{@1@}.A null character (@samp{CHAR(0)}) marks the end ofthe name in @var{@1@}---otherwise,trailing blanks in @var{@1@} are ignored.Returns 0 on success or a non-zero error code.See @code{unlink(2)}.Due to the side effects performed by this intrinsic, the functionform is not recommended.")DEFDOC (GERROR, "Get error message for last error.", "\Returns the system error message corresponding to the last systemerror (C @code{errno}).")DEFDOC (IERRNO, "Get error number for last error.", "\Returns the last system error number (corresponding to the C@code{errno}).")DEFDOC (PERROR, "Print error message for last error.", "\Prints (on the C @code{stderr} stream) a newline-terminated errormessage corresponding to the last system error.This is prefixed by @var{@1@}, a colon and a space.See @code{perror(3)}.") DEFDOC (GETGID, "Get process group id.", "\Returns the group id for the current process.") DEFDOC (GETUID, "Get process user id.", "\Retu

⌨️ 快捷键说明

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