Searched refs:date (Results 176 - 200 of 504) sorted by relevance

1234567891011>>

/netbsd-current/games/trek/
H A Devents.c83 /* idate is the initial date */
84 idate = Now.date;
94 /* xdate is the date of the current event */
102 if (e->date < xdate) {
103 xdate = e->date;
111 rtime = xdate - Now.date;
118 /* move us up to the next date */
119 Now.date = xdate;
/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcstest185 # Get the date of the previous revision in UTC.
186 date=`rlog -r a.c | sed -n '/^date: /{ s///; s/;.*//; p; q; }'` || exit
187 case $date in
189 *) echo >&2 "$0: $date: bad rlog date output"; exit 1
196 @Date: $date @
197 @Header: $PWD$SLASHRCSfile 2.1 date w s @
198 @Id: a.c 2.1 $date w s @
201 * Revision 2.1 $date
[all...]
H A Dco.c203 char const *author, *date, *rev, *state; variable
215 author = date = rev = state = 0;
267 if (date)
270 date=finaldate;
413 if (!(targetdelta=genrevs(numericrev.string,date,author,state,&gendeltas)))
478 newdate = targetdelta->date;
/netbsd-current/usr.bin/mail/
H A Dformat.c543 date_to_tm(char *date, struct tm *tm) argument
546 * The header 'date-time' syntax - From RFC 2822 sec 3.3 and 4.3:
548 * date-time = [ day-of-week "," ] date FWS time [CFWS]
552 * date = day month year
575 * For example, a typical date might look like:
590 if ((tail = strptime(date, " %a,", &tmp_tm)) == NULL)
591 tail = date;
646 * to first non-whitespace after the date or NULL on error.
654 * The BSD and System V headline date format
715 char *date = NULL; local
[all...]
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dcvs.h318 char *date; member in struct:entnode
339 char *date; member in struct:stickydirtag
493 void parse_tagdate (char **tag, char **date, const char *input);
579 const char *repository, const char *tag, const char *date,
607 void WriteTag (const char *dir, const char *tag, const char *date,
653 const char *options, const char *tag, const char *date,
749 exists which is not a magic revision--and if ->date is NULL,
778 /* Date specified on the command line, or if none, date stored in
780 char *date; member in struct:vers_ts
794 char *date, in
[all...]
H A Dclient.h196 void client_senddate (const char *date);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_nmea.c143 * DATE/TIME are standard date/time strings in UTC time scale
146 * date spec.
157 #define DATE_HOLD 16 /* seconds to hold on provided GPS date */
158 #define DATE_HLIM 4 /* when do we take ANY date format */
177 #define NMEA_GPZDA 3 /* date/time */
214 /* date formats we support */
220 /* date type */
255 TNtpDatum last_gpsdate; /* last processed split date/time */
257 u_short type_gpsdate; /* date info type for above */
264 u_int malformed; /* Bad checksum, invalid date o
658 TCivilDate date; /* to keep & convert the time stamp */ local
[all...]
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dntp_calgps.c267 * Given a calendar date, zap it into a GPS time format and then convert
283 * create a civil calendar datum from a NTP date representation
310 TGpsDatum date = *gd; local
314 _norm_gps_datum(&date);
315 date.weeks = ((date.weeks - base) & 1023u) + base;
318 ts64 = ntpcal_weekjoin(date.weeks, date.wsecs);
384 * Given a calendar date, zap it into a GPS time format and the do a
385 * proper era mapping in the GPS time scale, based on the GPS base date,
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/doc/
H A Dmdate-sh20 # Prevent date giving response in another language.
67 *:*) set `date`; eval year=\$$#
/netbsd-current/share/man/tools/
H A Dcknames18 dt=`date`
/netbsd-current/usr.bin/make/unit-tests/
H A Dposix1.exp40 Out-of-date dependencies with suffix transformations
80 Out-of-date dependencies with suffix transformations
126 Out-of-date dependencies with suffix transformations
173 Out-of-date dependencies with suffix transformations
H A Ddepsrc-usebefore.exp41 `directly' is up to date.
/netbsd-current/external/gpl2/diffutils/dist/config/
H A Dmdate-sh25 # Prevent date giving response in another language.
72 *:*) set `date`; eval year=\$$#
/netbsd-current/external/gpl2/grep/dist/doc/
H A Dmdate-sh25 # Prevent date giving response in another language.
72 *:*) set `date`; eval year=\$$#
/netbsd-current/sys/arch/acorn32/stand/lib/
H A DMakefile.inc34 @echo making sure the riscos library is up to date...
/netbsd-current/sys/arch/ia64/stand/efi/libefi/
H A DMakefile.inc34 @echo making sure the efi library is up to date...
/netbsd-current/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dupdate_version_svn3 # Update the current version date in all files in the tree containing
29 CURR_DATE=`/bin/date +"%Y%m%d"`
/netbsd-current/sys/arch/i386/stand/lib/
H A DMakefile.inc37 @echo making sure the i386 library is up to date...
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dinterval.d11 import std.datetime.date : AllowDayOverflow, DateTimeException, daysToDayOfWeek,
54 within the interval), the initial date probably isn't an Easter. Using
103 $(REF DateTimeException,std,datetime,date) if $(D_PARAM end) is
127 $(REF DateTimeException,std,datetime,date) if the resulting
192 $(REF DateTimeException,std,datetime,date) if the resulting
225 $(REF DateTimeException,std,datetime,date) if the resulting
273 $(REF DateTimeException,std,datetime,date) if this interval is
301 $(REF DateTimeException,std,datetime,date) if either interval is
337 $(REF DateTimeException,std,datetime,date) if this interval is
364 $(REF DateTimeException,std,datetime,date) i
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dinterval.d38 import std.datetime.date : AllowDayOverflow, DateTimeException, daysToDayOfWeek,
82 within the interval), the initial date probably isn't an Easter. Using
131 $(REF DateTimeException,std,datetime,date) if $(D_PARAM end) is
155 $(REF DateTimeException,std,datetime,date) if the resulting
220 $(REF DateTimeException,std,datetime,date) if the resulting
253 $(REF DateTimeException,std,datetime,date) if the resulting
301 $(REF DateTimeException,std,datetime,date) if this interval is
329 $(REF DateTimeException,std,datetime,date) if either interval is
365 $(REF DateTimeException,std,datetime,date) if this interval is
392 $(REF DateTimeException,std,datetime,date) i
[all...]
/netbsd-current/sys/dev/drm/
H A Dvbox_drv.c52 dev->driver->date = "20110130";
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its8721/
H A Dits8721171 QUARANTINE_START=$(( `date +%s` ))
212 MEASURED_END=`date +%s`
/netbsd-current/sys/external/bsd/drm2/dist/drm/r128/
H A Dr128_drv.c89 .date = DRIVER_DATE,
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dpost_mail.c226 const char *date; local
233 date = mail_date(now.tv_sec);
280 * cycles by using the expensive date conversion result for both.
284 post_mail_fprintf(stream, "\tid %s; %s", vstring_str(id), date);
285 post_mail_fprintf(stream, "Date: %s", date);
/netbsd-current/external/gpl3/binutils.old/dist/include/vms/
H A Dlbr.h324 unsigned char date[8]; member in struct:vms_leh

Completed in 402 milliseconds

1234567891011>>