Searched refs:pathprefixlen (Results 1 – 1 of 1) sorted by relevance
74 int nodeoffset, supernodeoffset, superpathoffset, pathprefixlen; in check_supernode_atdepth() local77 pathprefixlen = path_prefix(path, depth); in check_supernode_atdepth()78 superpath = alloca(pathprefixlen + 1); in check_supernode_atdepth()79 strncpy(superpath, path, pathprefixlen); in check_supernode_atdepth()80 superpath[pathprefixlen] = '\0'; in check_supernode_atdepth()