Searched refs:date (Results 1 - 25 of 345) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/shell/
H A DgetTime4 CURTIME=`/bin/date +"%H:%M:%S"`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/printer-accounting/
H A Dacct-all4 date
H A Dhp5-redir16 chomp($date = `date '+%Y-%m-%d.%T'`);
35 print ACCT "$date $opt_n $opt_h $size $cnt\n";
39 warn "Log: $date $opt_n $opt_h $size $cnt\n";
H A Dlp-acct16 chomp($date = `date '+%Y-%m-%d.%T'`);
30 print ACCT "$date $opt_n $opt_h $size $cnt\n";
34 warn "Log: $date $opt_n $opt_h $size $cnt\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/tools/
H A Dpptp-portslave3 export PORTSLAVE_SESSION=`date +%s``printf "%X" $RANDOM`
4 export PORTSLAVE_START_TIME=`date +%s`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_date.c9 unsigned int dateoff, u_int32_t date)
15 date = AD_DATE_FROM_UNIX(date);
24 memcpy(ad_entry(ad, ADEID_FILEI) + dateoff, &date, sizeof(date));
32 memcpy(ad_entry(ad, ADEID_FILEDATESI) + dateoff, &date, sizeof(date));
41 unsigned int dateoff, u_int32_t *date)
51 memcpy(date, ad_entry(ad, ADEID_FILEI) + dateoff, sizeof(u_int32_t));
59 memcpy(date, ad_entr
8 ad_setdate(struct adouble *ad, unsigned int dateoff, u_int32_t date) argument
40 ad_getdate(const struct adouble *ad, unsigned int dateoff, u_int32_t *date) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dfw.h82 #define IWM_BUILD_YEAR(date) ((date >> 16) & 0xffff)
83 #define IWM_BUILD_MONTH(date) ((date >> 8) & 0xff)
84 #define IWM_BUILD_DAY(date) (date & 0xff)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-sdk7786/
H A Dfpga.c57 u16 version, date; local
66 date = fpga_read_reg(FPGADR);
70 ((date >> 12) & 0xf) + 2000,
71 (date >> 8) & 0xf, bcd2bin(date & 0xff));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dparsedate.c23 A brief summary of the date string formats this parser groks:
44 1994 Nov 6 08:49:37 (GNU date fails)
46 94 6 Nov 08:49:37 (GNU date fails)
69 compact numerical date strings:
112 static int parsedate(const char *date, time_t *output);
260 static void skip(const char **date) argument
263 while(**date && !ISALNUM(**date))
264 (*date)++;
331 static int parsedate(const char *date, time_ argument
[all...]
H A Dfirefox-db2pem.sh34 currentdate=`date`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/
H A Dbuild_env.sh10 date=`date`
34 #define BUILD_ENV_DATE "${date}"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmkmanpages26 date=`date +%d%b%y`
39 echo .TH\ $command\ 1\ \"$date\" $package >$outfile
70 echo .TH mtools.1 3 \"$date\" $package >>mtools.1
110 echo .TH mtools.1 3 \"$date\" "MTOOLS" "MTOOLS" >>mtools.5
H A Ddirectory.c94 unsigned int fat, size_t size, time_t date,
98 time_t date2 = date;
116 ndir -> adate[1] = ndir->cdate[1] = ndir->date[1] = year + month_hi;
117 ndir -> adate[0] = ndir->cdate[0] = ndir->date[0] = month_low + day;
131 unsigned int fat, size_t size, time_t date,
137 return mk_entry(&dn, attr, fat, size, date, ndir);
93 mk_entry(const dos_name_t *dn, char attr, unsigned int fat, size_t size, time_t date, struct directory *ndir) argument
130 mk_entry_from_base(const char *base, char attr, unsigned int fat, size_t size, time_t date, struct directory *ndir) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dhistory.c23 if( h->slices[h->newest].date == now )
27 h->slices[h->newest].date = now;
41 if( h->slices[i].date <= cutoff )
H A Dhistory.h43 time_t date; member in struct:tr_recentHistory::__anon7336
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddateevt.tex13 This event class holds information about a date change and is used together
33 Returns the date.
38 \func{void}{SetDate}{\param{const wxDateTime\&}{ date}}
40 Sets the date carried by the event, normally only used by the library
H A Ddatespan.tex15 logic for such things as "add one month to the date" which, in general,
16 doesn't mean to add $60*60*24*31$ seconds to it, but to take the same date
20 When adding a month to the date, all lesser components (days, hours, ...)
21 won't be changed unless the resulting date would be invalid: for example,
25 wxDateSpan will {\bf not}, in general give back the original date: Feb 28 - 1
40 and only if they both give the same target date when added to {\bf every}\rtfsp
41 source date. Thus wxDateSpan::Months(1) is not equal to wxDateSpan::Days(30),
42 because they don't give the same date when added to 1 Feb. But
70 Constructs the date span object for the given number of years, months, weeks
82 Returns the sum of two date span
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/Sparkle.framework/Headers/
H A DSUAppcastItem.h14 NSDate *date; variable
36 - (NSDate *)date;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/Sparkle.framework/Versions/A/Headers/
H A DSUAppcastItem.h14 NSDate *date; variable
36 - (NSDate *)date;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/Sparkle.framework/Versions/Current/Headers/
H A DSUAppcastItem.h14 NSDate *date; variable
36 - (NSDate *)date;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-rx8581.c63 unsigned char date[7]; local
67 * time and date then re-read the "update flag". If the update flag
89 /* Now read time and date */
91 7, date);
93 dev_err(&client->dev, "Unable to read date\n");
107 "low voltage detected, date/time is not reliable.\n");
113 date[0], date[1], date[2], date[
[all...]
H A Drtc-rx8025.c194 u8 date[7]; local
197 err = rx8025_read_regs(rx8025->client, RX8025_REG_SEC, 7, date);
203 date[0], date[1], date[2], date[3], date[4],
204 date[5], date[6]);
206 dt->tm_sec = bcd2bin(date[RX8025_REG_SE
231 u8 date[7]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcalctrl.cpp41 // if wxDatePickerCtrl code doesn't define the date event, do it here as we
146 const wxDateTime& date,
154 (void)Create(parent, id, date, pos, size, style, name);
199 const wxDateTime& date,
215 m_date = date.IsValid() ? date : wxDateTime::Today();
468 // changing date
471 bool wxCalendarCtrl::SetDate(const wxDateTime& date) argument
475 bool sameMonth = m_date.GetMonth() == date.GetMonth(),
476 sameYear = m_date.GetYear() == date
144 wxCalendarCtrl(wxWindow *parent, wxWindowID id, const wxDateTime& date, const wxPoint& pos, const wxSize& size, long style, const wxString& name) argument
197 Create(wxWindow *parent, wxWindowID id, const wxDateTime& date, const wxPoint& pos, const wxSize& size, long style, const wxString& name) argument
523 ChangeDay(const wxDateTime& date) argument
542 SetDateAndNotify(const wxDateTime& date) argument
626 wxDateTime date = wxDateTime(1, tm.mon, tm.year); local
1036 wxDateTime date = GetStartDate(); local
1212 RefreshDate(const wxDateTime& date) argument
1337 GetDateCoord(const wxDateTime& date, int *day, int *week) const argument
1444 wxDateTime date; local
1486 HitTest(const wxPoint& pos, wxDateTime *date, wxDateTime::WeekDay *wd) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dcalctrl.h3 // Purpose: generic implementation of date-picker control
25 // wxCalendarCtrl: a control allowing the user to pick a date interactively
35 const wxDateTime& date = wxDefaultDateTime,
43 const wxDateTime& date = wxDefaultDateTime,
53 // set/get the current date
56 bool SetDate(const wxDateTime& date); // we need to be able to control if the event should be sent in SetDateAndNotify(...)
62 bool SetLowerDateLimit(const wxDateTime& date = wxDefaultDateTime);
64 bool SetUpperDateLimit(const wxDateTime& date = wxDefaultDateTime);
98 // highlight colour is used for the currently selected date
144 // returns one of wxCAL_HITTEST_XXX constants and fills either date o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddateevt.h35 void SetDate(const wxDateTime &date) { m_date = date; } argument

Completed in 357 milliseconds

1234567891011>>