Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tar/
H A Dtar.c447 static int has_dot_dot(char *name);
5991 has_dot_dot(char *name) in has_dot_dot() function
6113 if (is_absolute(fullname) || has_dot_dot(fullname)) { in check_prefix()