Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dsubr.h25 int pathname_levels (const char *path);
H A Drepos.c120 if (pathname_levels (repos) > 0) in Name_Repository()
H A Dmodules.c155 if (pathname_levels (mname) > 0) in my_module()
H A Dclient.c675 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]);
H A Dsubr.c120 pathname_levels (const char *p) in pathname_levels() function
H A Dimport.c206 if (ISABSOLUTE (argv[0]) || pathname_levels (argv[0]) > 0) in import()
H A Dserver.c1046 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()
H A DChangeLog4442 * cvs.h (pathname_levels, previous_rev): Remove leading underscore from
4447 * 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 just
4468 * subr.c (pathname_levels): Use ISDIRSEP() instead of strchr('/')
10053 * repos.c (Name_Repository): Use pathname_levels to detect attempts
10065 * subr.c (pathname_levels): Fix bug that miscounts adjacent
H A DChangeLog-972206 * subr.c, cvs.h (pathname_levels): New function, from a piece of
2208 * client.c (send_file_names): Call pathname_levels in place of the