Searched refs:second (Results 1 – 1 of 1) sorted by relevance
41 uint second; in bs_time_to_str() local46 second = ( time/1000000 ) % 60; in bs_time_to_str()49 sprintf(dest,"%02u:%02u:%02u.%06u",hour, minute, second,us); in bs_time_to_str()