Lines Matching refs:link
112 char* link; /* used by the link */
221 char* link = 0;
225 if (R_ISLINK(tp) && (link = strrchr(tp->version, CHRLINK)))
226 *link++ = 0;
264 if (R_ISLINK(tp) && link)
265 dp->link = strdup(link);
276 if (R_ISLINK(tp) && link)
277 ndp->link = strdup(link);
289 if (R_ISLINK(tp) && link)
290 ndp->link = strdup(link);
393 return(locate(rdir, rd->link, level +1));
409 if (rdir->link)
410 free(rdir->link);