Home
last modified time | relevance | path

Searched refs:root_len (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/cvs/src/
H A Dserver.c868 size_t root_len = strlen (current_parsed_root->directory); local
882 if (repos_len < root_len
883 || strncmp (current_parsed_root->directory, repos, root_len) != 0)
894 if (repos_len > root_len)
896 if (repos[root_len] != '/')
898 if (pathname_levels (repos + root_len + 1) > 0)
/openbsd/gnu/usr.bin/perl/vms/
H A Dvms.c658 vms_split_path(const char * path, char * * volume, int * vol_len, char * * root, int * root_len, in vms_split_path() argument
681 *root_len = 0; in vms_split_path()
764 *root_len = item_list[rootspec].length; in vms_split_path()