Searched refs:pathprefixlen (Results 1 – 1 of 1) sorted by relevance
61 int nodeoffset, supernodeoffset, superpathoffset, pathprefixlen; in check_supernode_atdepth() local64 pathprefixlen = path_prefix(path, depth); in check_supernode_atdepth()65 superpath = alloca(pathprefixlen + 1); in check_supernode_atdepth()66 strncpy(superpath, path, pathprefixlen); in check_supernode_atdepth()67 superpath[pathprefixlen] = '\0'; in check_supernode_atdepth()