Lines Matching refs:tm
3742 DWORD cl, bcs, clst, tm; local
3809 tm = GET_FATTIME(); /* Set created time */
3810 st_dword(dj.dir + DIR_CrtTime, tm);
3811 st_dword(dj.dir + DIR_ModTime, tm);
4156 DWORD tm; local
4170 tm = GET_FATTIME(); /* Modified time */
4189 st_dword(fs->dirbuf + XDIR_ModTime, tm); /* Update modified time */
4209 st_dword(dir + DIR_ModTime, tm); /* Update modified time */
5079 DWORD dcl, pcl, tm; local
5099 tm = GET_FATTIME();
5107 st_dword(fs->win + DIR_ModTime, tm);
5120 st_dword(fs->dirbuf + XDIR_ModTime, tm); /* Created time */
5130 st_dword(dj.dir + DIR_ModTime, tm); /* Created time */