Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dutils.h102 int StrCmpCaseInsensitive (char *s, char *t);
H A Dutils.c1692 int StrCmpCaseInsensitive (char *s, char *t) in StrCmpCaseInsensitive() function
6398 if (StrCmpCaseInsensitive(p->label,taxaNames[i]) == 0) in ResetTipIndices()
H A Dcommand.c888 if (StrCmpCaseInsensitive(token,list[i]) == 0) in CheckString()