Searched refs:teststring (Results 1 – 6 of 6) sorted by relevance
31 teststring="co-ordinates"32 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…36 teststring="boundary condition array"37 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…43 teststring="boundary condition array"44 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…55 teststring="number of interior tpblocks"56 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…66 teststring="number of interior elements"67 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…[all …]
13 cscompare( const char teststring[], in cscompare() argument16 char* s1 = const_cast<char*>(teststring); in cscompare()
17 cscompare( const char teststring[], in cscompare() argument20 char* s1 = const_cast<char*>(teststring); in cscompare()
103 static int cscompare( const char teststring[],
204 int vtkPhastaReader::cscompare( const char teststring[], in cscompare() argument208 char* s1 = const_cast<char*>(teststring); in cscompare()
184 inline int cscompare( const char teststring[], const char targetstring[] ) { in cscompare() argument185 char* s1 = const_cast<char*>(teststring); in cscompare()