Lines Matching refs:dots
56 register int dots; in pathcanon() local
66 dots = loop = 0; in pathcanon()
80 dots++; in pathcanon()
87 switch (dots) in pathcanon()
151 dots = pathgetlink(phys, buf, sizeof(buf)); in pathcanon()
153 if (dots > 0) in pathcanon()
156 strcpy(buf + dots, s - (*s != 0)); in pathcanon()
161 else if (dots < 0 && errno == ENOENT) in pathcanon()
170 dots = 4; in pathcanon()
174 …if (dots >= 4 && (flags & PATH_EXISTS) && (t - 1) >= v && (t > path + 1 || t > path && *(t - 1) &&… in pathcanon()
200 dots = 0; in pathcanon()
204 dots = 4; in pathcanon()