Searched refs:weekday (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dintersil.h35 unsigned char weekday; member in struct:intersil_dt
H A Damigahw.h310 unsigned int :28, weekday:4; member in struct:tod3000
338 unsigned int :28, weekday:4; member in struct:tod2000
H A Datarihw.h783 u_char weekday; member in struct:MSTE_RTC
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/sun3/
H A Dintersil.c55 todintersil->weekday = t->tm_wday;
65 t->tm_wday = todintersil->weekday;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_time.c22 u_int8_t weekday; /* (1-7) */ member in struct:xtm
92 * Here comes the rest (weekday, monthday). First, divide the SSTE
101 r->weekday = (4 + r->dse - 1) % 7 + 1;
184 * - 'now' is in the weekday mask
201 if (!(info->weekdays_match & (1 << current_time.weekday)))
229 if (!(info->weekdays_match & (1 << current_time.weekday)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h484 // compute the weekday from other fields
540 // get the full (default) or abbreviated weekday name in the current
542 static wxString GetWeekDayName(WeekDay weekday,
696 wxDateTime& SetToWeekDayInSameWeek(WeekDay weekday,
698 inline wxDateTime GetWeekDayInSameWeek(WeekDay weekday,
702 wxDateTime& SetToNextWeekDay(WeekDay weekday);
703 inline wxDateTime GetNextWeekDay(WeekDay weekday) const;
706 wxDateTime& SetToPrevWeekDay(WeekDay weekday);
707 inline wxDateTime GetPrevWeekDay(WeekDay weekday) const;
709 // set to Nth occurence of given weekday i
1697 SetToLastWeekDay(WeekDay weekday, Month month, int year) argument
1705 GetWeekDayInSameWeek(WeekDay weekday, WeekFlags WXUNUSED(flags)) const argument
1721 GetWeekDay(WeekDay weekday, int n, Month month, int year) const argument
1731 GetLastWeekDay(WeekDay weekday, Month month, int year) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/atari/
H A Dtime.c69 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ;
83 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ;
140 val.weekday = t->tm_wday;
161 t->tm_wday = val.weekday;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp566 // return the weekday if the string is a weekday name or Inv_WeekDay otherwise
674 // formula: weekday = (JDN + 1.5) % 7
975 wxCHECK_MSG( wday != Inv_WeekDay, wxEmptyString, _T("invalid weekday") );
1901 wxDateTime::WeekDay weekday,
1906 dt.SetToWeekDayInSameWeek(weekday, flags);
1913 WeekDay weekday,
1917 *this = ::SetToTheWeek(year, numWeek, weekday, flags);
1928 WeekDay weekday,
1931 return ::SetToTheWeek(GetYear(), numWeek, weekday, flag
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dparsedate.c89 static const char * const weekday[] = variable
210 what = &weekday[0];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatetime.tex573 \func{static wxString}{GetWeekDayName}{\param{WeekDay }{weekday}, \param{NameFlags }{flags = Name\_Full}}
1196 not implemented. This function does handle the month and weekday
1302 \func{wxDateTime\&}{SetToWeekDayInSameWeek}{\param{WeekDay }{weekday}, \param{WeekFlags}{flags = {\tt Monday\_First}}}
1312 \constfunc{wxDateTime}{GetWeekDayInSameWeek}{\param{WeekDay }{weekday}, \param{WeekFlags}{flags = {\tt Monday\_First}}}
1321 \func{wxDateTime\&}{SetToNextWeekDay}{\param{WeekDay }{weekday}}
1323 Sets the date so that it will be the first {\it weekday} following the current
1331 \constfunc{wxDateTime}{GetNextWeekDay}{\param{WeekDay }{weekday}}
1339 \func{wxDateTime\&}{SetToPrevWeekDay}{\param{WeekDay }{weekday}}
1341 Sets the date so that it will be the last {\it weekday} before the current
1349 \constfunc{wxDateTime}{GetPrevWeekDay}{\param{WeekDay }{weekday}}
[all...]
H A Dfunction.tex1760 static array of strings containing the weekday names and which have to be
1784 no translations for the weekday names in the program message catalog and
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtime.cpp98 const char * weekday[DAYSPERWEEK]; member in struct:lc_time_T
186 "?" : Locale->weekday[t->tm_wday],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_srvsvc.h812 uint32 weekday; member in struct:time_of_day_info
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/
H A Depi_ttcp.c644 static const char *weekday[] ={"Sun", "Mon","Tues", "Wed", "Thurs", "Fri", "Sat"}; variable
1184 weekday[SystemTime.wDayOfWeek], month[SystemTime.wMonth - 1],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/librpc/gen_ndr/
H A Dsrvsvc.h967 uint32_t weekday; member in struct:srvsvc_NetRemoteTODInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_srv.c3084 if(!prs_uint32("weekday ", ps, depth, &tod->weekday))
3097 uint32 month, uint32 year, uint32 weekday)
3112 tod->weekday = weekday;
3094 init_time_of_day_info(TIME_OF_DAY_INFO *tod, uint32 elapsedt, uint32 msecs, uint32 hours, uint32 mins, uint32 secs, uint32 hunds, uint32 zone, uint32 tintervals, uint32 day, uint32 month, uint32 year, uint32 weekday) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djcommon-1.0.16.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ...

Completed in 502 milliseconds