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

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/files/
H A Ddetach_afp_shares37 currenttime=`date +%s`
40 newtime=`date +%s`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Di810_drv.c75 .date = DRIVER_DATE,
H A Di830_drv.c86 .date = DRIVER_DATE,
H A Di915_drv.c83 .date = DRIVER_DATE,
H A Dmga_drv.c85 .date = DRIVER_DATE,
H A Dr128_drv.c81 .date = DRIVER_DATE,
H A Dsavage_drv.c66 .date = DRIVER_DATE,
H A Dsis_drv.c95 .date = DRIVER_DATE,
H A Dvia_drv.c77 .date = DRIVER_DATE,
H A Dradeon_drv.c103 .date = DRIVER_DATE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/smbfs/
H A DMakefile30 @echo >> proto2.h " * Autogenerated with cproto on: " `date`
H A Dproc.c455 /* Convert a MS-DOS time/date pair to a UNIX date (seconds since 1 1 70). */
458 date_dos2unix(struct smb_sb_info *server, __u16 date, __u16 time) argument
464 date == 0, bad things happen */
465 month = ((date >> 5) - 1) & 15;
466 year = date >> 9;
468 ((date & 31) - 1 + day_n[month] + (year / 4) + year * 365 - ((year & 3) == 0 &&
475 /* Convert linear UNIX date to a MS-DOS time/date pair. */
479 int unix_date, __u16 *date, __u1
478 date_unix2dos(struct smb_sb_info *server, int unix_date, __u16 *date, __u16 *time) argument
2103 __u16 date, time; local
2432 __u16 date, time; local
2598 u16 date, time; local
2862 __u16 date, time; local
2906 __u16 date, time; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_tests.sh77 # Save date and system architecure to construct the output archive name
78 DATE=$(date +%Y%m%d)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dmetadata.h41 char *date; member in struct:metadata_s
H A Dupnphttp.c1234 char date[30]; local
1272 strftime(date, 30,"%a, %d %b %Y %H:%M:%S GMT" , gmtime(&curtime));
1275 "Date: %s\r\n", date);
1411 char date[30]; local
1451 strftime(date, 30,"%a, %d %b %Y %H:%M:%S GMT" , gmtime(&curtime));
1458 mime, size, date);
1474 char date[30]; local
1510 strftime(date, 30,"%a, %d %b %Y %H:%M:%S GMT" , gmtime(&curtime));
1521 (intmax_t)size, date);
1537 char date[3 local
1589 char date[30]; local
1665 char date[30]; local
1905 char date[30]; local
[all...]
H A Dtivo_commands.c114 *comment = argv[11], *date = argv[12], *resolution = argv[13], *mime = argv[14], *path = argv[15]; local
129 if( date )
131 strcatf(str, "<AlbumYear>%.*s</AlbumYear>", 4, date);
141 if( date )
146 strptime(date, "%Y-%m-%dT%H:%M:%S", &tm);
174 if( date )
179 strptime(date, "%Y-%m-%dT%H:%M:%S", &tm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dmetadata.h26 char *date; member in struct:metadata_s
H A Dtivo_commands.c112 *comment = argv[11], *date = argv[12], *resolution = argv[13], *mime = argv[14], *path = argv[15]; local
129 if( date )
131 ret = sprintf(str_buf, "<AlbumYear>%.*s</AlbumYear>", 4, date);
145 if( date )
149 strptime(date, "%Y-%m-%dT%H:%M:%S", &tm);
185 if( date )
189 strptime(date, "%Y-%m-%dT%H:%M:%S", &tm);
H A Dupnphttp.c1147 char date[30]; local
1186 strftime(date, 30,"%a, %d %b %Y %H:%M:%S GMT" , gmtime(&curtime));
1193 mime, size, date);
1211 char date[30]; local
1241 strftime(date, 30,"%a, %d %b %Y %H:%M:%S GMT" , gmtime(&curtime));
1260 size, date);
1290 char date[30]; local
1312 strftime(date, 30,"%a, %d %b %Y %H:%M:%S GMT" , gmtime(&curtime));
1328 size, date);
1348 char date[3 local
1427 char date[30]; local
1660 char date[30]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dmaketgz48 # requires a date command that knows -u for UTC time zone
49 datestamp=`date -u`
133 git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./log2changes.pl > CHANGES.dist
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pmc-sierra/yosemite/
H A Dsetup.c85 day = BCD2BIN(m48t37_base->date);
118 m48t37_base->date = BIN2BCD(tm.tm_mday);
125 /* day of week -- not really used, but let's keep it up-to-date */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lasat/image/
H A DMakefile24 -D TIMESTAMP=$(shell date +%s)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DgenUnicode.py208 date = time.asctime(time.localtime(time.time())) variable
220 * Generation date: %s
236 """ % (webpage, date, sources));
247 * Generation date: %s
278 """ % (webpage, date, sources));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dtivo_commands.c112 *comment = argv[11], *date = argv[12], *resolution = argv[13], *mime = argv[14], *path = argv[15]; local
129 if( date )
131 ret = sprintf(str_buf, "<AlbumYear>%.*s</AlbumYear>", 4, date);
145 if( date )
149 strptime(date, "%Y-%m-%dT%H:%M:%S", &tm);
171 if( date )
175 strptime(date, "%Y-%m-%dT%H:%M:%S", &tm);
H A Dupnphttp.c1092 char date[30]; local
1131 strftime(date, 30,"%a, %d %b %Y %H:%M:%S GMT" , gmtime(&curtime));
1138 mime, size, date);
1156 char date[30]; local
1186 strftime(date, 30,"%a, %d %b %Y %H:%M:%S GMT" , gmtime(&curtime));
1205 size, date);
1235 char date[30]; local
1257 strftime(date, 30,"%a, %d %b %Y %H:%M:%S GMT" , gmtime(&curtime));
1273 size, date);
1293 char date[3 local
1372 char date[30]; local
1585 char date[30]; local
[all...]

Completed in 105 milliseconds

1234567