Searched refs:fstime (Results 1 – 1 of 1) sorted by relevance
282 static BOOL FSi_CheckFstime( const FSDateTime *fstime) in FSi_CheckFstime() argument284 if( fstime->month / 13 != 0) { return FALSE;} in FSi_CheckFstime()286 if( fstime->hour / 24 != 0) { return FALSE;} in FSi_CheckFstime()287 if( fstime->minute/ 60 != 0) { return FALSE;} in FSi_CheckFstime()288 if( fstime->second/ 61 != 0) { return FALSE;} in FSi_CheckFstime()