Lines Matching defs:slink
615 Char slink[MAXPATHLEN];
684 (void)Strcpy(slink, str2short(tlink));
697 if (*slink != '/') {
707 * New length is "yyy/" + slink + "/.." and rest
716 for (p1--, p2 = slink; (*p1++ = *p2++) != '\0';)
727 * New length is slink + "/.." and rest
734 for (p2 = slink; (*p1++ = *p2++) != '\0';)
767 (void)Strcpy(slink, str2short(tlink));
785 if (*slink != '/') {
796 * New length is "yyy/" + slink + "/.." and rest
805 for (p1--, p2 = slink; (*p1++ = *p2++) != '\0';)
816 * New length is slink + the rest
823 for (p2 = slink; (*p1++ = *p2++) != '\0';)
868 p2 = Strcpy(slink, cp);