Lines Matching defs:dotdot
158 char dotdot[MAXPATHLEN + 16];
161 if (strlen(path) > sizeof (dotdot))
164 (void) strcpy(dotdot, path);
166 if (stat64(dotdot, &st) < 0)
171 if (slash = strrchr(dotdot, '/'))
173 if (slash == dotdot)
180 (void) strcpy(dotdot, ".");
184 if (stat64(dotdot, &st) < 0 ||
189 if (strlen(dotdot) > (sizeof (dotdot) - 4))
191 (void) strcat(dotdot, "/..");