Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tar/
H A Dtar.c440 static int has_dot_dot(char *name);
6033 has_dot_dot(char *name) in has_dot_dot() function
6155 if (is_absolute(fullname) || has_dot_dot(fullname)) { in check_prefix()