Home
last modified time | relevance | path

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

/external/dtc/tests/
Dsupernode_atdepth_offset.c74 int nodeoffset, supernodeoffset, superpathoffset, pathprefixlen; in check_supernode_atdepth() local
77 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()