Lines Matching defs:s3
640 register char *s1, *s2, *s3;653 s3 = NULL;656 s3 = file;658 s3 = file;659 while (*s3 && *s3 != '/')660 s3++;661 if (*s3 == '/')662 *s3 = '\0';664 s3 = NULL;668 if (s3 != NULL)669 *s3 = '/';673 if (s3 != NULL)674 *s3 = '/';680 if (s3 != NULL) {682 while (s1 < &buf[len] && (*s1++ = *s3++))