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

1234567891011>>

/openbsd-current/distrib/special/date/
H A DMakefile3 .PATH: ${.CURDIR}/../../../bin/date
5 PROG= date
7 SRCS= date.c
/openbsd-current/bin/date/
H A DMakefile3 PROG= date
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dtimecheck2.c18 struct tm *date; local
25 date = (*date_func)(&time);
28 if(date == NULL || date->tm_year < 69)
46 date = (*date_func)(&time);
49 if(date == NULL || date->tm_year < 69 || time < last_time) {
63 struct tm *date; local
70 date = (*date_func)(&time);
73 if(date
[all...]
/openbsd-current/gnu/usr.bin/cvs/contrib/
H A Dmfpipe.in43 $date = `date`;
44 chop $date;
69 print FILE "$whoami $date--------BEGIN LOG ENTRY-------------\n" if ($logfile);
/openbsd-current/sys/arch/alpha/stand/boot/
H A Dnewvers.sh35 u=${USER-root} h=`hostname` t=`date`
/openbsd-current/gnu/llvm/llvm/utils/git/
H A Darcfilter.sh7 git commit --amend --date=now -F -
/openbsd-current/games/trek/
H A Dschedule.c54 double date; local
56 date = Now.date + offset;
66 type, date, i, x, y, z);
69 e->date = date;
90 double date; local
95 date = Now.date + offset;
96 e->date
[all...]
H A Drest.c73 t = Now.eventptr[E_LRTB]->date - Now.date;
H A Ddumpme.c78 reschedule(e, (e->date - Now.date) + x);
82 Ship.quadx, Ship.quady, Now.date);
H A Ddamage.c85 reschedule(e, e->date - Now.date + dam);
H A Ddcrept.c87 x = e->date - Now.date;
H A Dwarp.c153 Now.date += time;
155 Now.date);
160 Event[i].date += time;
166 time = Now.date;
174 Now.date);
177 reschedule(&Event[i], Event[i].date - time);
H A Ddock.c113 reschedule(e, (e->date - Now.date) * Param.dockfac);
145 reschedule(e, (e->date - Now.date) / Param.dockfac);
/openbsd-current/gnu/llvm/clang/docs/analyzer/
H A Dconf.py15 from datetime import date namespace
45 copyright = u'2013-%d, Analyzer Team' % date.today().year
/openbsd-current/gnu/llvm/libcxx/docs/
H A Dconf.py14 from datetime import date namespace
44 copyright = u'2011-%d, LLVM Project' % date.today().year
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/man/
H A Dheading.t53 date 2009-01-17
64 date 2009-01-17
77 date 2009-01-17
89 date
101 date foo ""bar""
/openbsd-current/sys/arch/alpha/stand/netboot/
H A Dnewvers.sh35 u=${USER-root} h=`hostname` t=`date`
/openbsd-current/regress/usr.bin/cvs/
H A Dsetdate.pl4 # Sets "date x;" of specified revision in rcsfile to date.
9 # usage: setdate.pl rcsfile revision date
14 die "usage: setdate.pl file revision date\n" if ($#ARGV != 2);
24 if (m/^date\s+(.*?);/) {
/openbsd-current/gnu/llvm/lld/docs/
H A Dconf.py14 from datetime import date namespace
44 copyright = u'2011-%d, LLVM Project' % date.today().year
/openbsd-current/bin/
H A DMakefile3 SUBDIR= cat chio chmod cp csh date dd df domainname echo \
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dvers_ts.c19 Version_TS (finfo, options, tag, date, force_tag_match, set_time)
27 char *date;
90 if (!(tag || date) && !(sdtp && sdtp->aflag))
93 vers_ts->date = xstrdup (entdata->date);
139 if (tag || date)
142 vers_ts->date = xstrdup (date);
151 if (!vers_ts->date)
152 vers_ts->date
[all...]
/openbsd-current/regress/usr.bin/ssh/
H A Dstderr-after-eof.sh10 (date;echo $i) | md5 >> ${DATA}
/openbsd-current/gnu/usr.bin/binutils/include/nlm/
H A Dppc-ext.h35 /* File creation date in standard Unix time format (seconds since
37 unsigned char date[4]; member in struct:nlm32_powerpc_external_prefix_header
/openbsd-current/gnu/usr.bin/binutils-2.17/include/nlm/
H A Dppc-ext.h35 /* File creation date in standard Unix time format (seconds since
37 unsigned char date[4]; member in struct:nlm32_powerpc_external_prefix_header
/openbsd-current/usr.bin/openssl/
H A Dversion.c140 int date; member in struct:__anon20
151 cfg.date = 1;
171 .opt.flag = &cfg.date,
239 if (cfg.date)

Completed in 251 milliseconds

1234567891011>>