Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/src/
Dsubr.h25 int pathname_levels (const char *path);
Dsuck.c72 if (pathname_levels(argv[1]) > 0) in suck()
Drepos.c118 if (pathname_levels (repos) > 0) in Name_Repository()
Dmodules.c154 if (pathname_levels (mname) > 0) in my_module()
Dclient.c671 return pathname_levels (questionable); in path_list_prefixed()
696 if (pathname_levels (pathname) == 0) return 1; in is_valid_client_path()
4909 level = pathname_levels (argv[i]);
Dsubr.c119 pathname_levels (const char *p) in pathname_levels() function
Dimport.c206 if (ISABSOLUTE (argv[0]) || pathname_levels (argv[0]) > 0) in import()
Dserver.c1047 if (pathname_levels (path) > max_dotdot_limit) in server_pathname_check()
1094 if (pathname_levels (repos + root_len + 1) > 0) in outside_root()
1186 if (pathname_levels (dir) > max_dotdot_limit) in dirswitch()