linkbuf
char *linkbuf, size_t buflen)
rv = rump_sys_readlink(filename, linkbuf, buflen);
char linkbuf[NFS_MAXPATHLEN + 1];
error = nfs_readlink(newfd, linkbuf);
link_len = strlen(linkbuf);
(void)memcpy(namebuf, linkbuf, link_len);
char procbuf[PATH_MAX], linkbuf[PATH_MAX];
nn = readlink(procbuf, linkbuf, sizeof(linkbuf)-1);
if (nn >= (ssize_t)sizeof(linkbuf)-1) {
linkbuf[nn] = '\0';
if (inotify_add_watch(inotify, linkbuf, IN_MODIFY) == -1) {
struct linkbuf *nextp;
extern struct linkbuf *ihead; /* list of files with more than one link */
struct linkbuf *lp;
struct linkbuf *lp;
struct linkbuf *ihead; /* list of files with more than one link */
static struct linkbuf *
struct linkbuf *lp;
lp = (struct linkbuf *) malloc(sizeof(*lp));
static struct linkbuf *