Searched refs:m_time (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dcdunix.h23 wxCDtime m_time; member in class:wxCDAudioLinux
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dpopupwin.h36 wxUint32 m_time; member in class:wxPopupWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DPrint.h92 explicit CTimeT(time_t t) { m_time = t; }
93 operator time_t() const { return m_time; }
95 time_t m_time; member in class:CTimeT
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dfileio.c1699 time_t m_time; local
1720 m_time = mktime(tm);
1721 NATIVE_TO_TIMET(m_time) /* NOP unless MSC 7.0 or Macintosh */
1722 TTrace((stderr, " final m_time = %lu\n", (ulg)m_time));
1769 m_time = time_make(tmx);
1789 m_time = (time_t)((unsigned long)(days + dy) * 86400L +
1794 TTrace((stderr, " m_time before timezone = %lu\n", (ulg)m_time));
1806 m_time
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h580 wxDateTime() { m_time = wxLongLong((wxInt32)UINT_MAX, UINT_MAX); }
851 inline bool IsValid() const { return m_time != wxInvalidDateTime.m_time; }
1092 wxDateTime(const wxLongLong& time) { m_time = time; }
1128 wxLongLong m_time; member in class:wxDateTime
1590 return m_time >= 0l && (m_time / TIME_T_FACTOR) < LONG_MAX;
1613 m_time = timet - WX_TIME_BASE_OFFSET ;
1614 m_time *= TIME_T_FACTOR;
1683 return m_time;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Damiga.c701 time_t m_time;
727 m_time = z_utime.mtime;
730 m_time = dos_to_unix_time(G.lrec.last_mod_dos_datetime);
734 m_time = dos_to_unix_time(G.lrec.last_mod_dos_datetime);
738 Info(slide, 1, ((char *)slide, "\nclose_outfile(): m_time=%s\n",
739 ctime(&m_time)));
742 if (!FileDate(G.filename, &m_time))
772 time_t m_time;
775 m_time = modtime;
776 return (FileDate((char *)fname, &m_time));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dpopupwin.cpp40 if (win->m_time >= ((GdkEventButton*)gdk_event)->time)
216 m_time = gtk_get_current_event_time();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dacornzip.c394 time_t m_time; local
398 /* Convert DOS time to time_t format in m_time */
399 m_time = dos2unixtime(d);
404 if (uxtime2acornftime(&execaddr, &loadaddr, m_time) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatTree.cpp592 (CFormat(wxT("%i : %s %s")) % m_count % m_time.FormatISODate() % m_time.FormatISOTime());
603 result = CFormat(wxT("%i : %s %s")) % m_count % m_time.FormatISODate() % m_time.FormatISOTime();
H A DStatTree.h1121 m_time.SetToCurrent();
1149 wxDateTime m_time; member in class:CStatTreeItemMaxConnLimitReached
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Dacorn.c883 time_t m_time; local
901 m_time = z_utime.mtime;
904 m_time = dos_to_unix_time(G.lrec.last_mod_dos_datetime);
912 uxtime2acornftime(&execaddr, &loadaddr, m_time);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp1496 m_time = GetTruncatedJDN(day, month, year);
1497 m_time -= EPOCH_JDN;
1498 m_time *= SECONDS_PER_DAY * TIME_T_FACTOR;
1509 // so that m_time will be 0 for the midnight of Jan 1, 1970 which is jdn
1513 m_time.Assign(jdn*MILLISECONDS_PER_DAY);
1673 long timeOnly = (m_time % MILLISECONDS_PER_DAY).ToLong();
1683 wxLongLong timeMidnight = m_time + tz.GetOffset() * 1000;
1830 m_time -= m_time % 1000l;
1831 m_time
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dtorture.c2476 time_t c_time, a_time, m_time; local
2523 if (!cli_qpathinfo(cli, fname, &c_time, &a_time, &m_time, &size, NULL)) {
2527 if (c_time != m_time) {
2529 printf("modify time=%s", ctime(&m_time));
2538 if (abs(m_time - time(NULL)) > 60*60*24*7) {
2539 printf("ERROR: totally incorrect times - maybe word reversed? mtime=%s", ctime(&m_time));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.c3467 time_t m_time;
3555 time_t m_time = utimeval;
3556 struct tm *t = localtime(&m_time);
3561 m_time = time(NULL);
3562 t = localtime(&m_time);

Completed in 247 milliseconds