Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c2904 char *tokindex; in ptree_get_node_by_path() local
2918 } else if ((tokindex = strchr(path, ':')) != NULL) { in ptree_get_node_by_path()
2919 *tokindex = '\0'; in ptree_get_node_by_path()
2920 ++tokindex; in ptree_get_node_by_path()
2921 if (*tokindex == '/') in ptree_get_node_by_path()
2922 ptr = tokindex + 1; in ptree_get_node_by_path()
2933 for (chdh = rooth, tokindex = strchr(ptr, '/'); in ptree_get_node_by_path()
2934 tokindex != NULL; in ptree_get_node_by_path()
2935 ptr = tokindex + 1, tokindex = strchr(ptr, '/')) { in ptree_get_node_by_path()
2936 *tokindex = '\0'; in ptree_get_node_by_path()