Searched refs:pathname_levels (Results 1 – 7 of 7) sorted by relevance
25 int pathname_levels (const char *path);
118 if (pathname_levels (repos) > 0) in Name_Repository()
153 if (pathname_levels (mname) > 0) in my_module()
669 return pathname_levels (questionable); in path_list_prefixed()694 if (pathname_levels (pathname) == 0) return 1; in is_valid_client_path()4903 level = pathname_levels (argv[i]);
118 pathname_levels (const char *p) in pathname_levels() function
204 if (ISABSOLUTE (argv[0]) || pathname_levels (argv[0]) > 0) in import()
1037 if (pathname_levels (path) > max_dotdot_limit) in server_pathname_check()1084 if (pathname_levels (repos + root_len + 1) > 0) in outside_root()1176 if (pathname_levels (dir) > max_dotdot_limit) in dirswitch()