Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDsubr.h25 int pathname_levels (const char *path);
HDrepos.c118 if (pathname_levels (repos) > 0) in Name_Repository()
HDmodules.c153 if (pathname_levels (mname) > 0) in my_module()
HDclient.c669 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]);
HDsubr.c118 pathname_levels (const char *p) in pathname_levels() function
HDimport.c204 if (ISABSOLUTE (argv[0]) || pathname_levels (argv[0]) > 0) in import()
HDserver.c1037 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()