Lines Matching defs:link
26 * permission is denied in the directory where the symbolic link is
29 * symbolic link already exists.
31 * file or symbolic link points to invalid address.
33 * pathname component of symbolic link is too long (ie, > PATH_MAX).
35 * component in pathname of symbolic link is not a directory.
37 * symbolic link points to an empty string.
117 char *link;
145 char *sym_file; /* symbolic link file name */
163 sym_file = Test_cases[ind].link;
233 if (!Test_cases[ind].link)
234 Test_cases[ind].link = tst_get_bad_addr(cleanup);