Searched refs:root_len (Results 1 – 2 of 2) sorted by relevance
868 size_t root_len = strlen (current_parsed_root->directory); local882 if (repos_len < root_len883 || 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)
658 vms_split_path(const char * path, char * * volume, int * vol_len, char * * root, int * root_len, in vms_split_path() argument681 *root_len = 0; in vms_split_path()764 *root_len = item_list[rootspec].length; in vms_split_path()