Lines Matching defs:link
9 * system call on a symbolic link.
12 * 1) create a directory, and create a symbolic link to it at the
15 * 3) get the working directory of a symbolic link, and its pathname,
17 * 4) compare the working directories and link information.
34 char link[BUFSIZ];
53 "working directory of a symbolic link");
65 SAFE_READLINK(dir_link, link, sizeof(link));
67 if (strcmp(link, SAFE_BASENAME(res1))) {
69 "link information didn't match the working directory");
73 tst_res(TPASS, "getcwd() succeeded on a symbolic link");