Home
last modified time | relevance | path

Searched refs:month_low (Results 1 – 1 of 1) sorted by relevance

/external/mtools/
Ddirectory.c105 unsigned char year, month_hi, month_low, day; in mk_entry() local
119 month_low = (now->tm_mon + 1) << 5; in mk_entry()
122 ndir -> adate[0] = ndir->cdate[0] = ndir->date[0] = month_low + day; in mk_entry()