Searched refs:date (Results 126 - 150 of 233) sorted by relevance

12345678910

/freebsd-9.3-release/contrib/cvs/src/
H A Dhistory.c22 * X date | user | CurDir | special | rev(s) | argument '\n'
40 * date is a fixed length 8-char hex representation of a Unix time_t.
107 * are ignored and the last (by date) "modified" record.
116 * category can be limited by date.]
118 * -D date - The "date" is parsed into a Unix "time_t" and
170 *** Modified files since tag/date/file/repos?
204 time_t date; /* Calculated from date stored in record */ member in struct:hrec
311 " -D <date> Sinc
[all...]
H A Dstatus.c91 (shows "locally modified" instead of "up to date" if
171 sstat = "Up-to-date";
276 if (edata->date)
279 cvs_output (edata->date, 0);
H A Drcs.c85 static char *RCS_getdatebranch PROTO((RCSNode * rcs, const char *date,
620 revision delta in KEY (the revision) and VALUE (the date key
991 if (rnode->date != (char *) NULL)
992 free (rnode->date);
2203 RCS_getversion (rcs, tag, date, force_tag_match, simple_tag)
2206 const char *date;
2216 if (tag && date)
2222 /* We can't get a particular date if the tag is not a
2233 /* Fetch the revision of branch as of date. */
2234 rev = RCS_getdatebranch (rcs, date, branc
3795 char *date; local
3920 char *date; local
8940 char date[MAXDATELEN + 1]; local
[all...]
H A Dlog.c67 /* The next date. */
69 /* The starting date. */
71 /* The ending date. */
101 /* If not NULL, the date pairs given for the -d option, which
102 select date ranges to print. */
105 select specific revisions to print based on a date. */
662 * Parse a date specification.
728 whether or not there is a start date. */
736 /* We want to set the end date to some time sufficiently far
738 created since the specified date an
[all...]
/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dxcoff.h542 char date[12]; member in struct:xcoff_ar_hdr
580 char date[12]; member in struct:xcoff_ar_hdr_big
/freebsd-9.3-release/contrib/cvs/doc/
H A Dmdate-sh54 # Prevent date giving response in another language.
84 # To find the date, we split the line on spaces and iterate on words
89 # words should be skipped to get the date.
167 *:*) set `date`; eval year=\$$#
/freebsd-9.3-release/contrib/gperf/doc/
H A Dhelp2man160 # Turn off localisation of date (for strftime).
169 my $date = strftime "%B %Y", localtime;
473 .TH $PROGRAM "$section" "$date" "$package $version" FSF
/freebsd-9.3-release/gnu/usr.bin/rcs/ci/
H A Dci.c37 * This is for MKS RCS's incompatible 20th-century date format.
185 * Added option -d and -w, and updated assingment of date, etc. to new delta.
212 * Using DATEFORM to prepare date of checked-in revision;
280 "\nci usage: ci -{fIklMqru}[rev] -d[date] -mmsg -{nN}name -sstate -ttext -T -Vn -wwho -xsuff -zzone file ...";
306 altdate[0]= '\0'; /* empty alternate date for -d */
508 workwarn("can't find a date");
549 newdelta.date=altdate; /* set date given by -d */
551 /* Preserve old date if possible. */
553 newdelta.date
[all...]
/freebsd-9.3-release/release/picobsd/bridge/
H A Dcrunch.conf151 progs date
/freebsd-9.3-release/release/picobsd/qemu/
H A Dcrunch.conf159 progs date
/freebsd-9.3-release/sys/fs/cd9660/
H A Dcd9660_node.c127 &isodir->date[6]: isodir->flags)&2) {
212 cd9660_tstamp_conv7(isodir->date,&inop->inode.iso_ctime,ftype);
/freebsd-9.3-release/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh252 # #$ number : the NTP date of the last update
253 # #@ number : the NTP date that the file expires
296 # Check the expiration date, converting NTP epoch to Unix epoch used by date
301 if [ $EXPIRES -lt `date -u +%s` ]; then
302 log "notice" "File expired on `date -u -d \"Jan 1, 1970 00:00:00 +0000 + $EXPIRES seconds\"`"
336 if [ -n "$FORCE" ] || ! verifySHA $LEAPFILE "$VERBOSE" || [ $EXPIRES -lt `date -d "NOW + $PREFETCH" +%s` ] ; then
/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_lcl.h236 ASN1_GENERALIZEDTIME *date; member in struct:CMS_RecipientKeyIdentifier_st
252 ASN1_GENERALIZEDTIME *date; member in struct:CMS_KEKIdentifier_st
H A Dcms_env.c422 ASN1_GENERALIZEDTIME *date,
499 kekri->kekid->date = date;
538 *pdate = rkid->date;
419 CMS_add0_recipient_key(CMS_ContentInfo *cms, int nid, unsigned char *key, size_t keylen, unsigned char *id, size_t idlen, ASN1_GENERALIZEDTIME *date, ASN1_OBJECT *otherTypeId, ASN1_TYPE *otherType) argument
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c82 char *date; member in struct:fileinfo
95 free(f->date);
276 file->date = strdup(buf);
277 if (file->date == NULL) {
352 sec_fprintf2(out, "%*s", max_date, f->date);
595 if(strlen(fi[i].date) > max_date)
596 max_date = strlen(fi[i].date);
/freebsd-9.3-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c130 * Fixed error on dates of the form -d'>date' (rewrote getdatepair()).
182 struct Datepairs{ /* date range in -d option; stored in */
450 /* get most recently date of the dates pointed by duelst */
596 date2str(node->date, datebuf),
881 /* function: Finds the delta that is closest to the cutoff date given by */
884 /* and sets the strtdate of pd to the date of the selected delta */
890 if ( cmpdate(root->date, pd->strtdate) >= 0 &&
891 cmpdate(root->date, pd->enddate) <= 0)
892 VOID strcpy(pd->strtdate, root->date);
911 /* function: select revisions which are in the date rang
[all...]
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dload.c76 int year, month, date, hour, minute, second; local
82 &year, &month, &date, &hour, &minute, &second) != 6)
86 tm.tm_mday = date;
/freebsd-9.3-release/tools/tools/sysbuild/
H A Dsysbuild.sh153 TX=`date +%s`
157 echo -n "### `date +%H:%M:%S`"
244 date
366 T0=`date +%s`
/freebsd-9.3-release/tools/tools/sysdoc/
H A Dsysdoc.sh27 # Set a unique date format in the produced manual page.
28 DATE=`LC_TIME=C date +"%B %d, %Y"`
/freebsd-9.3-release/tools/tools/vxge/
H A Dvxge_cmn.h202 char date[16]; member in struct:_vxge_hal_device_date_t
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Dauto52 f_dprintf "Began Installation at %s" "$( date )"
263 f_dprintf "Installation Completed at %s" "$( date )"
/freebsd-9.3-release/usr.sbin/crashinfo/
H A Dcrashinfo.sh164 date
/freebsd-9.3-release/contrib/ntp/scripts/monitoring/
H A Dntptrap31 require('ctime.pl'); # date/time formatting
71 chop($date=&ctime(time));
72 print "$date ",@_,"\n";
301 chop($date=&ctime($time));
302 &debug(sprintf("Schedule timeout \"%s\" for %s", $id, $date));
/freebsd-9.3-release/usr.sbin/ctm/mkCTM/
H A DmkCTM34 set CTMdate [exec date -u +%Y%m%d%H%M%SZ]
49 exec sh -c "date -u '+%Y%m%d%H%M%S $argv'" >> ${CTMSW}/log
/freebsd-9.3-release/usr.bin/csup/
H A Dupdater.c351 char *name, *tag, *date, *revdate; local
379 date = proto_get_ascii(&line);
393 error = updater_setattrs(up, fup, name, tag, date,
403 date = proto_get_ascii(&line);
424 sr->sr_date = date;
440 date = proto_get_ascii(&line);
453 sr->sr_date = xstrdup(date);
476 date = proto_get_ascii(&line);
491 sr->sr_date = date;
507 date
875 updater_setattrs(struct updater *up, struct file_update *fup, char *name, char *tag, char *date, char *revnum, char *revdate, struct fattr *rcsattr) argument
[all...]

Completed in 264 milliseconds

12345678910