Searched refs:lineBuff (Results 1 – 1 of 1) sorted by relevance
110 static void TCProcessKeyName( char* lineBuff );116 static void TCGetKeyTokens ( char* lineBuff, char* leftSide, 129 char lineBuff[NAME_SIZE]; in TCReadTplTxtFile() local138 while( (buffPtr = fgets(lineBuff, NAME_SIZE, fp)) != NULL ) in TCReadTplTxtFile()142 if( (strlen(lineBuff)) == (NAME_SIZE - 1) ) in TCReadTplTxtFile()146 …if( lineBuff[ (NAME_SIZE - 2) ] != '\n' ) // fgets should always include a newline at a line's end in TCReadTplTxtFile()154 TCStripBlanks( lineBuff, 1, 1 ); in TCReadTplTxtFile()158 if( lineBuff[0] == '\0' ) // '\n' after StripBlanks() in TCReadTplTxtFile()163 else if( lineBuff[0] == ';' ) // start of a comment in TCReadTplTxtFile()171 TCProcessKeyName(lineBuff); in TCReadTplTxtFile()[all …]