Searched refs:date (Results 201 - 225 of 268) sorted by relevance

1234567891011

/freebsd-10.2-release/contrib/gcclibs/libcpp/
H A Dinternal.h272 /* Saved value of __TIMESTAMP__ macro - date and time of last modification
404 const unsigned char *date; member in struct:cpp_reader
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_wc/
H A Dinfo.c328 tmpinfo->lock->creation_date = lock->date;
/freebsd-10.2-release/crypto/openssl/crypto/cms/
H A Dcms.h208 ASN1_GENERALIZEDTIME *date,
/freebsd-10.2-release/contrib/unbound/smallapp/
H A Dunbound-anchor.c54 * * fail if clock before sign date of the root, if cert expired.
94 * The date is also checked. Before 2010-07-15 is a failure (root not
1170 /** current date to use during the parse */
1171 time_t date; member in struct:xml_data
1291 /* parse remainder of date string */
1349 if(data->date < from)
1358 if(data->date > until)
1532 data->date = now;
2124 * Read autotrust 5011 probe file and see if the date
2125 * compared to the current date allow
[all...]
/freebsd-10.2-release/sys/dev/drm2/
H A Ddrm.h138 size_t date_len; /**< Length of date buffer */
139 char __user *date; /**< User-space buffer to hold date */ member in struct:drm_version
H A Ddrm_pci.c382 driver->date, device_get_nameunit(dev->dev), dev->primary->index);
/freebsd-10.2-release/gnu/usr.bin/rcs/lib/
H A Drcsgen.c537 Kdate, node->date,
H A Drcsbase.h355 char const * date; /* pointer to date of checkin */ member in struct:hshentry
/freebsd-10.2-release/tools/tools/tinybsd/
H A Dtinybsd231 echo "# written by tinybsd" `date`
/freebsd-10.2-release/tools/tools/vxge/
H A Dvxge_log.c501 VXGE_PRINT(fdAll, "Firmware Date \t\t: %s", hw_info->fw_date.date);
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dcoff-rs6000.c1554 s->st_mtime = strtol (hdrp->date, (char **) NULL, 10);
1564 s->st_mtime = strtol (hdrp->date, (char **) NULL, 10);
1613 sprintf (hdr.date, "%d", 0);
1893 PRINT12 (hdr->date, 0);
1989 PRINT12 (hdr->date, 0);
2158 sprintf (ahdrp->date, "%ld", (long) s.st_mtime);
2230 sprintf (ahdr.date, "%d", 0);
2394 PRINT12 (ahdrp->date, s.st_mtime);
2507 PRINT12 (hdr->date, 0);
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_jupiter.c685 ip->chans, ip->vers, ip->date, ip->opts);
688 ip->chans, ip->vers, ip->date, ip->opts);
1139 /* Get the build date, convert to days since GPS epoch and
1146 * If the impossible happens and fetching the build date fails,
/freebsd-10.2-release/contrib/ntp/sntp/
H A DMakefile.am152 @: always out-of-date causing targets which depend on it to
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dopt.c432 /*** Parsing revision and date options. ***/
506 /* Brackets denote a date. */
521 revision->value.date = tm;
638 return svn_time_to_cstring(revision->value.date, result_pool);
901 * to be converted back into a string. Converting from a string date
904 * input date, so its easier just to keep it in string form.
/freebsd-10.2-release/contrib/ldns/packaging/fedora/
H A Dldns.spec188 - Fixed changelog typo in date
/freebsd-10.2-release/contrib/bmake/mk/
H A Dsys.mk60 # turn it into what we want - just the date
/freebsd-10.2-release/crypto/openssh/contrib/suse/
H A Dopenssh.spec60 up to date in terms of security and features, as well as removing all
74 up to date in terms of security and features, as well as removing all
/freebsd-10.2-release/share/mk/
H A Dbsd.sys.mk157 # or expect to ever be up-to-date.
/freebsd-10.2-release/usr.sbin/crunch/examples/
H A Dreally-big.conf15 progs cat chmod cp csh date dd df domainname echo ed expr hostname kill
/freebsd-10.2-release/contrib/subversion/subversion/include/
H A Dsvn_client.h422 /** server-side date of the commit. */ member in struct:svn_client_commit_info_t
423 const char *date;
774 * date revision properties instead of all revision properties, and without
786 const char *date,
810 const char *date,
1244 * @defgroup Update Bring a working copy up-to-date with a repository
2355 * @defgroup svn_wc_status_ood WC out-of-date info from the repository
2358 * When the working copy item is out-of-date compared to the
2361 * copy is not out of date, the fields are initialized as described
2366 * if not out of date
[all...]
/freebsd-10.2-release/contrib/mdocml/
H A Dmdoc_man.c272 m->title, m->msec, m->date, m->os, m->vol);
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_client/
H A Dcommit.c997 commit_info->date,
/freebsd-10.2-release/sys/dev/drm/
H A Ddrm.h190 DRM_SIZE_T date_len; /**< Length of date buffer */
191 char __user *date; /**< User-space buffer to hold date */ member in struct:drm_version
/freebsd-10.2-release/sys/dev/ciss/
H A Dcissreg.h381 u_int16_t date; member in struct:ciss_notify
/freebsd-10.2-release/usr.sbin/timed/timed/
H A Dslave.c257 (void)strcpy(olddate, date());
287 "date changed by %s from %s",
362 "attempted date change by untrusted %s to %s",
639 * handle date change request on a slave
656 "forwarding date change by %s to %s",

Completed in 384 milliseconds

1234567891011