Home
last modified time | relevance | path

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

/dports/biology/treepuzzle/tree-puzzle-5.2/src/
H A Dtreesort.c424 void sprintfOTU(char *str, int *len, int edge, int *ctree) in sprintfOTU() function
438 sprintfOTU(str, len, edge1, ctree); in sprintfOTU()
441 sprintfOTU(str, len, edge2, ctree); in sprintfOTU()
464 sprintfOTU(tmpptr, &len, ctree[startnode * 4], ctree); in sprintfctree()
H A Dtreesort.h160 void sprintfOTU(char *str, int *len, int edge, int *ctree);