Lines Matching refs:ttsrvs
1005 char **ttsrvs = psrvs; in sortServerNet() local
1007 while (*ttsrvs) { in sortServerNet()
1008 if (strcmp(*tsrvs, *ttsrvs) == 0) in sortServerNet()
1010 ttsrvs++; in sortServerNet()
1013 if (*ttsrvs == NULL) in sortServerNet()
1122 char **ttsrvs = srvlist; in sortServerPref() local
1124 while (*ttsrvs) { in sortServerPref()
1125 if (strcmp(*tsrvs, *(ttsrvs)) == 0) in sortServerPref()
1127 ttsrvs++; in sortServerPref()
1129 if (*ttsrvs != NULL) in sortServerPref()
1150 char **ttsrvs = preflist; in sortServerPref() local
1152 while (*ttsrvs) { in sortServerPref()
1153 if (strcmp(*tsrvs, *ttsrvs) == 0) { in sortServerPref()
1156 ttsrvs++; in sortServerPref()
1158 if (*ttsrvs == NULL) in sortServerPref()