HomeSort by: relevance | last modified time | path
    Searched defs:lpyear (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/newfs_udf/
udf_core.c 850 int i, lpyear, daysinyear, year; local in function:udf_timestamp_to_timespec
874 lpyear = udf_isaleapyear(year);
876 secs += mon_lens[lpyear][i-1] * 3600 * 24; /* month: 1-12 */
udf_core.c 850 int i, lpyear, daysinyear, year; local in function:udf_timestamp_to_timespec
874 lpyear = udf_isaleapyear(year);
876 secs += mon_lens[lpyear][i-1] * 3600 * 24; /* month: 1-12 */

Completed in 27 milliseconds