Home | History | Annotate | Download | only in mongoose

Lines Matching refs:mtime

392   time_t mtime;      // Modification time
1017 stp->mtime = SYS2UNIX_TIME(info.ftLastWriteTime.dwLowDateTime,
1216 stp->mtime = st.st_mtime;
2330 (void) strftime(mod, sizeof(mod), "%d-%b-%Y %H:%M", localtime(&de->st.mtime));
2362 cmp_result = a->st.mtime == b->st.mtime ? 0 :
2363 a->st.mtime > b->st.mtime ? 1 : -1;
2390 // If we don't memset stat structure to zero, mtime will have
2554 gmt_time_string(lm, sizeof(lm), &stp->mtime);
2556 (unsigned long) stp->mtime, (unsigned long) stp->size);
2705 return ims != NULL && stp->mtime <= parse_date_string(ims);
3256 char mtime[64];
3257 gmt_time_string(mtime, sizeof(mtime), &st->mtime);
3273 mtime);