Searched refs:got_line_ok (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c1956 LCHAR *got_line_ok; local
1971 got_line_ok = pfgets ( linebuffer, MAX_LINE_LENGTH, command_file );
1973 if ( got_line_ok != NULL )
1976 while ( ( got_line_ok != NULL ) && ( process_status == 0 ) );
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c1716 LCHAR *got_line_ok; local
1731 got_line_ok = pfgets ( linebuffer, MAX_LINE_LENGTH, command_file );
1733 if ( got_line_ok != NULL )
1736 while ( ( got_line_ok != NULL ) && ( process_status == 0 ) );

Completed in 72 milliseconds