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

/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmain.c357 char * my_temp_ptr; local
391 my_temp_ptr = strrchr( &my_buffer[0], '-' );
392 if ( my_temp_ptr != NULL ) {
394 my_temp_ptr = strrchr( &my_buffer[0], '-' );
395 *my_temp_ptr = 0x00;
397 if ( *(my_temp_ptr + 1) == 0x00 ) {
402 my_last_test_number = strtol( (my_temp_ptr + 1), NULL, 10 );

Completed in 49 milliseconds