Home
last modified time | relevance | path

Searched refs:dotdots (Results 1 – 3 of 3) sorted by relevance

/external/libfuse/lib/modules/
Dsubdir.c110 int dotdots; in transform_symlink() local
120 dotdots = count_components(path); in transform_symlink()
121 if (!dotdots) in transform_symlink()
123 dotdots--; in transform_symlink()
126 if (dotdots * 3 + llen + 2 > size) in transform_symlink()
129 s = buf + dotdots * 3; in transform_symlink()
132 else if (!dotdots) in transform_symlink()
137 for (s = buf, i = 0; i < dotdots; i++, s += 3) in transform_symlink()
/external/toybox/toys/posix/
Dcp.c226 int dotdots = 0; in cp_node() local
229 for (or = try; or->parent; or = or->parent) dotdots++; in cp_node()
231 if (*or->name == '/') dotdots = 0; in cp_node()
232 if (dotdots) { in cp_node()
233 char *s2 = xmprintf("%*c%s", 3*dotdots, ' ', s); in cp_node()
236 while(dotdots--) { in cp_node()
/external/curl/tests/data/
Dtest66353 HTTP redirect with dotdots and whitespaces in absolute Location: URL