Lines Matching refs:link

307 A symbolic link.
917 The item is a symbolic link. Since symbolic links are normally followed
963 The current item is a stale symbolic link. The file it points to does
1108 symbolic link does not exist @code{FTW_SLN} is returned instead.
1164 @cindex hard link
1165 @cindex link, hard
1173 To add a name to a file, use the @code{link} function. (The new name is
1174 also called a @dfn{hard link} to the file.) Creating a new link to a
1183 same file in multiple file systems. @code{link} reports an error if you
1184 try to make a hard link to the file from another file system when this
1187 The prototype for the @code{link} function is declared in the header
1191 @deftypefun int link (const char *@var{oldname}, const char *@var{newname})
1194 The @code{link} function makes a new link to the existing file named by
1204 You are not allowed to write to the directory in which the new link is
1213 this link with a new link, you must remove the old link explicitly first.
1221 The file named by @var{oldname} doesn't exist. You can't make a link to
1225 The directory or file system that would contain the new link is full
1235 The directory containing the new link can't be modified because it's on
1251 The @code{linkat} function is analogous to the @code{link} function,
1263 symbolic link, @code{linkat} follows the symbolic link and creates a
1264 link to its target. If the flag is not set, a link for the symbolic
1265 link itself is created; this is not supported by all file systems and
1270 this case, a new link to the file denoted by the descriptor @var{oldfd}
1278 @cindex soft link
1279 @cindex link, soft
1280 @cindex symbolic link
1281 @cindex link, symbolic
1287 link to a name which is not the name of any file. (Opening this link
1289 symbolic link points to an existing file which is later deleted, the
1290 symbolic link continues to point to the same file name even though the
1294 happen when you try to open the link. The @code{open} function realizes
1295 you have specified the name of a link, reads the file name contained in
1296 the link, and opens that file name instead. The @code{stat} function
1297 likewise operates on the file that the symbolic link points to, instead
1298 of on the link itself.
1301 operate on the link itself. The functions @code{readlink} and
1303 purpose is to obtain information about the link. @code{link}, the
1304 function that makes a hard link, does too. It makes a hard link to the
1305 symbolic link, which one rarely wants.
1329 The @code{symlink} function makes a symbolic link to @var{oldname} named
1345 The directory or file system cannot be extended to make the new link.
1357 The new link can't be created because the user's disk quota has been
1366 The @code{readlink} function gets the value of the symbolic link
1367 @var{filename}. The file name that the link points to is copied into
1407 The named file is not a symbolic link.
1417 name of a file where no prefix names a symbolic link which is followed
1592 @c In the absence of a rename syscall, there's an emulation with link
1815 this specifies the length of the file name the link refers to.
1912 this specifies the length of the file name the link refers to.
1991 This is an integer type used to represent file link counts.
2026 If @var{filename} is the name of a symbolic link, the attributes you get
2027 describe the file that the link points to. If the link points to a
2105 link, @code{lstat} returns information about the link itself; otherwise
2135 symbolic link, and so on. For details about access permissions see
2189 This macro returns non-zero if the file is a symbolic link.
2241 This is the file type constant of a symbolic link.
2637 If @var{filename} is a symbolic link, @code{chmod} changes the
2638 permissions of the file pointed to by the link, not those of the link
2824 Adding a new name for a file with the @code{link} function updates the
2932 symbolic links. If @var{filename} is the name of a symbolic link,
2934 symbolic link special file itself (as seen by @code{lstat};
2936 modification times of the file the symbolic link refers to. This