Home
last modified time | relevance | path

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

/dports/biology/treepuzzle/tree-puzzle-5.2/src/
H A Dtreesort.h165 char *sprintfctree(int *ctree, int strglen);
H A Dpstep-mrca.c615 trstr=sprintfctree(ctree, psteptreestrlen); in allpstep()
H A Dpstep-recursive.c615 trstr=sprintfctree(ctree, psteptreestrlen); in allpstep()
H A Dpstep-trueID.c637 trstr=sprintfctree(ctree, psteptreestrlen); in allpstep()
H A Dpstep-split.c763 trstr=sprintfctree(ctree, psteptreestrlen); in allpstep_split()
H A Dpstep.c836 trstr=sprintfctree(ctree, psteptreestrlen); in allpstep()
H A Dpuzzle.h540 char *sprintfctree(int *ctree, int strlen);
H A Dtreesort.c450 char *sprintfctree(int *ctree, int strglen) in sprintfctree() function