Searched refs:date (Results 51 - 75 of 345) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dunixdir.c44 static int get_dir_data(Stream_t *Stream, time_t *date, mt_size_t *size, argument
49 if(date)
50 *date = This->statbuf.st_mtime;
H A Dmsdos.h48 unsigned char cdate[2]; /* 16 creation date */
49 unsigned char adate[2]; /* 18 last access date */
52 unsigned char date[2]; /* 24 date stamp */ member in struct:directory
93 #define DOS_YEAR(dir) (((dir)->date[1] >> 1) + 1980)
94 #define DOS_MONTH(dir) (((((dir)->date[1]&0x1) << 3) + ((dir)->date[0] >> 5)))
95 #define DOS_DAY(dir) ((dir)->date[0] & 0x1f)
157 unsigned char DateF[2]; /* 76 Format date */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dformatter.js223 var date = "";
232 date = "Today";
235 date = "Yesterday";
238 date = "Tomorrow";
242 date = myDate.toDateString();
268 return [date, time, period].join(' ');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Dfate.sh77 date=$(date -u +%Y%m%d%H%M%S)
78 echo "fate:0:${date}:${slot}:${version}:$1:$2:${comment}" >report
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DHTTPDownload.h70 static wxString FormatDateHTTP(const wxDateTime& date);
H A DHTTPDownload.cpp163 // Get the date on which the original file was last modified
177 // Format the given date to a RFC-2616 compliant HTTP date
179 wxString CHTTPDownloadThread::FormatDateHTTP(const wxDateTime& date) argument
184 return CFormat(wxT("%s, %02d %s %d %02d:%02d:%02d GMT")) % s_dow[date.GetWeekDay(wxDateTime::UTC)] % date.GetDay(wxDateTime::UTC) % s_months[date.GetMonth(wxDateTime::UTC)] % date.GetYear(wxDateTime::UTC) % date.GetHour(wxDateTime::UTC) % date
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/boot/
H A DMakefile6 tr -c '[0-9A-Za-z]' '_'`__`date | \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/tdfx/
H A Dtdfx_drv.c63 .date = DRIVER_DATE,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dffserver-regression.sh23 wget $WGET_OPTIONS -O - http://localhost:9999/$file?date=19700101T000000Z | dd bs=1 count=20000 > ff-$file 2>/dev/null
H A Dfate.sh85 date=$(date -u +%Y%m%d%H%M%S)
86 echo "fate:0:${date}:${slot}:${version}:$1:$2:${comment}" >report
87 # echo "fate:1:${date}:${slot}:${version}:$1:$2:${branch}:${comment}" >report
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/easy_tls/
H A DMakefile64 -rcs -n_`date +%y%m%d`: $(EVERYTHING)
70 -rcsdiff -r_`date +%y%m%d` -u $(EVERYTHING)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A DMakefile.am8 process.h origin.h internal.h external.h date.h nfct.h \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-at91rm9200.c42 * Decode time/date into rtc_time structure
47 unsigned int time, date; local
52 date = at91_sys_read(calreg);
54 (date != at91_sys_read(calreg)));
65 tm->tm_year = bcd2bin(date & AT91_RTC_CENT) * 100; /* century */
66 tm->tm_year += bcd2bin((date & AT91_RTC_YEAR) >> 8); /* year */
68 tm->tm_wday = bcd2bin((date & AT91_RTC_DAY) >> 21) - 1; /* day of the week [0-6], Sunday=0 */
69 tm->tm_mon = bcd2bin((date & AT91_RTC_MONTH) >> 16) - 1;
70 tm->tm_mday = bcd2bin((date & AT91_RTC_DATE) >> 24);
74 * Read current time and date i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A DMakefile64 -rcs -n_`date +%y%m%d`: $(EVERYTHING)
70 -rcsdiff -r_`date +%y%m%d` -u $(EVERYTHING)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/easy_tls/
H A DMakefile64 -rcs -n_`date +%y%m%d`: $(EVERYTHING)
70 -rcsdiff -r_`date +%y%m%d` -u $(EVERYTHING)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dmetadata.c198 char *title, *artist = NULL, *album = NULL, *band = NULL, *genre = NULL, *comment = NULL, *date = NULL; local
275 asprintf(&date, "%04d-01-01", song.year);
364 path, file.st_size, file.st_mtime, duration, song.channels, song.bitrate, song.samplerate, date,
380 if( date )
381 free(date);
418 char *date = NULL, *cam = NULL; local
445 date = strdup(exif_entry_get_value(e, b, sizeof(b)));
446 if( strlen(date) > 10 )
448 date[4] = '-';
449 date[
570 char date[20]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatetime.tex226 construct a date object from separate values for day, month and year, you
285 There are several function to allow date comparison. To supplement them, a few
326 date and time representations for the current locale (
336 \helpref{ParseFormat}{wxdatetimeparseformat} which can parse any date in the
346 \helpref{ParseDateTime}{wxdatetimeparsedatetime}. They try to parse the date
373 wxDateTime -- they only work with the date part of it.
394 Some degree of support for the date units used in astronomy and/or history is
598 DST convention and date and time formatting rules.
636 calculations, date formatting and other things.
731 Sets the date an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced3.java50 @KeyField(17) Date date; field in class:Enhanced3
107 output.writeLong(date.getTime());
133 date = new Date(input.readLong());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A DMakefile.src250 if [ -f .date ]; then \
251 builddate=`cat .date`; \
252 ${RM} .date; \
299 @${RM} .date; echo `date '+%a. %h %d, 20%y, %r'` > .date
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/tools/
H A Dmrip102 $date = `date`;
406 print "\n$date\n$ident\n$right\n\n" if $opt_v eq "2";
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A DMakefile98 @date "+[%y%m%d]" > RELNOTES
102 @date "+static char SNAPSHOT[] = \"%y%m%d\";" > SNAPSHOT.h
106 @cd ..; tar c iputils | bzip2 -9c > `date +iputils-ss%y%m%d.tar.bz2`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/shlib/
H A Dsolaris.sh3 echo "#define DATE \"`date`\"" >crypto/date.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A Dmaketgz48 # requires a date command that knows -u for UTC time zone
49 datestamp=`date -u`
127 git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./log2changes.pl > CHANGES.dist
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr030/
H A Dchk.build23 (echo `date`; echo "run: $1: $dir") | tee CONFIGURATION
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/files/
H A Ddetach_afp_shares37 currenttime=`date +%s`
40 newtime=`date +%s`

Completed in 362 milliseconds

1234567891011>>