Searched refs:date (Results 226 - 250 of 345) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/
H A Dconfigure419 date
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djcalendar-1.3.3.jar ... java.util.Date) public java.util.Date setMinSelectableDate (java.util.Date) public java.util ...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dfat.h339 __le16 *time, __le16 *date, u8 *time_cs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/logon/mklogon/
H A Dmklogon.pl67 'd|date=s' => \my $smbdate,
82 if ( !defined($smbdate) ) { error("date") }
364 -d,--date Time and Date returned from the samba server.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/act2000/
H A Dcapi.h73 __u8 date[20]; /* date fields */ member in union:actcapi_infoel
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/unix/
H A DMakefile297 -e "s/.PSTAMP./$(LOGNAME)_`date | tr ' ' '_'`/g" \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dutilscmn.cpp245 // Return the current date/time
257 char *date = ctime(&now);
258 date[24] = '\0';
259 return wxString::FromAscii(date);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dnetmisc.c967 u16 date = le16_to_cpu(le_date); local
970 SMB_DATE *sd = (SMB_DATE *)&date;
972 cFYI(1, "date %d time %d", date, time);
985 cERROR(1, "illegal date, month %d day: %d", month, days);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmakefile.sl75 date.obj \
608 date.obj: $(COMMDIR)\date.cpp
609 $(CCC) $(CPPFLAGS) $(IFLAGS) $(COMMDIR)\date.cpp /BINARY date.obj
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html713 # (the date, the user running texi2html, the version of texi2html) are set to
1405 # $Texi2HTML::THISDOC{today} -- date formatted with pretty_date
1724 my $date = $Texi2HTML::THISDOC{'today'};
1726 $date = '' if (!defined($date));
1727 if (($user ne '') and ($date ne ''))
1729 return &$I('This document was generated by @emph{%{user}} on @emph{%{date}} using @uref{%{program_homepage}, @emph{%{program}}}.', {
1730 'user' => $user, 'date' => $date, 'program_homepage' => $Texi2HTML::THISDOC{'program_homepage'}, 'program' => $Texi2HTML::THISDOC{'program'} });
1737 elsif ($date n
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A DMakefile.in464 date +_%Y_%m_%d; \
481 date +_%Y_%m_%d; \
734 @echo your Makefile was out of date, now run $(MAKE) again
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.c1679 * set volume creation date
1682 static void vol_setdate(u_int16_t id, struct adouble *adp, time_t date) argument
1691 else if ((time_t)(AD_DATE_FROM_UNIX(date)) == volume->v_ctime) {
1692 date = date+1;
1696 vol->v_ctime = AD_DATE_FROM_UNIX(date);
1697 ad_setdate(adp, AD_DATE_CREATE | AD_DATE_UNIX, date);
1946 /* check files date */
2731 /* we can only set the backup date. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnpsoap.c134 "dc:date,"
315 else if( strcmp(item, "dc:date") == 0 )
451 else if( strcasecmp(item, "dc:date") == 0 )
537 *genre = argv[12], *comment = argv[13], *nrAudioChannels = argv[14], *track = argv[15], *date = argv[16], *resolution = argv[17], local
653 if( date && (passed_args->filter & FILTER_DC_DATE) ) {
654 ret = snprintf(str_buf, 512, "<dc:date>%s</dc:date>", date);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h3 // Purpose: declarations of time/date related classes (wxDateTime,
124 // an invalid/default date time object which may be used as the default
307 // the date we take here
351 // the end of DST period and for deciding whether the date is a work
465 // check that the given date/time is valid (in Gregorian calendar)
477 // add the given number of months to the date keeping it normalized
480 // add the given number of months to the date keeping it normalized
587 // from broken down time/date (only for standard Unix range)
589 // from broken down time/date (any range)
595 // from separate values for each component, date se
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_ioc32.c77 u32 date_len; /**< Length of date buffer */
78 u32 date; /**< User-space buffer to hold date */ member in struct:drm_version_32
100 || __put_user((void __user *)(unsigned long)v32.date,
101 &version->date)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/memstick/core/
H A Dmspro_block.c123 unsigned short date; member in struct:mspro_specfile
346 rc += scnprintf(buffer + rc, PAGE_SIZE - rc, "assembly date: "
463 rc += scnprintf(buffer + rc, PAGE_SIZE - rc, "date: %d-%d-%d\n",
464 (x_spfile->date >> 9) + 1980,
465 (x_spfile->date >> 5) & 0xf,
466 x_spfile->date & 0x1f);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Ddrm.h134 size_t date_len; /**< Length of date buffer */
135 char __user *date; /**< User-space buffer to hold date */ member in struct:drm_version
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dacorn.c69 __le32 date; member in struct:riscix_record
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DFTPServer.pm772 my $date = strftime ("%b %e %H:%M", localtime);
773 return "$mode_str 1 0 0 $size $date $name";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_drv.c571 .date = DRIVER_DATE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/Documentation/
H A DMakefile214 date >$@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cms/
H A Dcms_kari.c182 *tm = rid->d.rKeyId->date;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cms/
H A Dcms_kari.c182 *tm = rid->d.rKeyId->date;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dgetdate.y201 | date
285 date: label
873 /* Parse a date/time string P. Return the corresponding time_t value,
1101 printf ("Enter date, or blank line to exit.\n\t> ");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dclrpicker.tex105 \docparam{validator}{Validator which can be used for additional date checks.}

Completed in 266 milliseconds

1234567891011>>