Lines Matching refs:ts1
250 char* ts1 = StringStripper( typestring ); in typeSize() local
252 if ( cscompare( "integer", ts1 ) ) in typeSize()
254 delete [] ts1; in typeSize()
257 else if ( cscompare( "double", ts1 ) ) in typeSize()
259 delete [] ts1; in typeSize()
262 else if ( cscompare( "float", ts1 ) ) in typeSize()
264 delete [] ts1; in typeSize()
269 delete [] ts1; in typeSize()
270 fprintf(stderr,"unknown type : %s\n",ts1); in typeSize()
839 char* ts1 = StringStripper( datatype ); in readdatablock() local
840 if ( cscompare( "integer", ts1 ) ) { in readdatablock()
843 } else if ( cscompare( "double", ts1 ) ) { in readdatablock()
847 delete [] ts1; in readdatablock()