Lines Matching refs:tm
3663 DWORD cl, bcs, clst, tm; local
3730 tm = GET_FATTIME(); /* Set created time */
3731 st_dword(dj.dir + DIR_CrtTime, tm);
3732 st_dword(dj.dir + DIR_ModTime, tm);
4077 DWORD tm; local
4091 tm = GET_FATTIME(); /* Modified time */
4110 st_dword(fs->dirbuf + XDIR_ModTime, tm); /* Update modified time */
4130 st_dword(dir + DIR_ModTime, tm); /* Update modified time */
4994 DWORD dcl, pcl, tm; local
5014 tm = GET_FATTIME();
5022 st_dword(fs->win + DIR_ModTime, tm);
5035 st_dword(fs->dirbuf + XDIR_ModTime, tm); /* Created time */
5045 st_dword(dj.dir + DIR_ModTime, tm); /* Created time */