Searched refs:pathname_levels (Results 1 – 9 of 9) sorted by relevance
25 int pathname_levels (const char *path);
120 if (pathname_levels (repos) > 0) in Name_Repository()
155 if (pathname_levels (mname) > 0) in my_module()
675 return pathname_levels (questionable); in path_list_prefixed()700 if (pathname_levels (pathname) == 0) return 1; in is_valid_client_path()4907 level = pathname_levels (argv[i]);
120 pathname_levels (const char *p) in pathname_levels() function
206 if (ISABSOLUTE (argv[0]) || pathname_levels (argv[0]) > 0) in import()
1046 if (pathname_levels (path) > max_dotdot_limit) in server_pathname_check()1093 if (pathname_levels (repos + root_len + 1) > 0) in outside_root()1185 if (pathname_levels (dir) > max_dotdot_limit) in dirswitch()
4442 * cvs.h (pathname_levels, previous_rev): Remove leading underscore from4447 * cvs.h (pathname_levels): Make string argument const.4448 * subr.c (pathname_levels): Simplify function.4459 * subr.c (pathname_levels): Get it right this time.4463 * subr.c (pathname_levels): Remove incorrect assertion and just4468 * subr.c (pathname_levels): Use ISDIRSEP() instead of strchr('/')10053 * repos.c (Name_Repository): Use pathname_levels to detect attempts10065 * subr.c (pathname_levels): Fix bug that miscounts adjacent
2206 * subr.c, cvs.h (pathname_levels): New function, from a piece of2208 * client.c (send_file_names): Call pathname_levels in place of the