Home
last modified time | relevance | path

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

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