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

1234567891011>>

/freebsd-12-stable/usr.bin/find/
H A Dgetdate.y142 | date {
218 date : tUNUMBER '/' tUNUMBER { label
935 (void)printf("Enter date, or blank line to exit.\n\t> ");
/freebsd-12-stable/usr.sbin/fifolog/lib/
H A Dgetdate.y115 | date {
209 date : tUNUMBER '/' tUNUMBER { label
587 * "February 30 is not a valid date" is much more informative than
588 * "Can't parse date/time: 100 months" when the user input was
/freebsd-12-stable/tools/tools/nanobsd/
H A Ddefaults.sh847 runtime=$(( `date +%s` - $NANO_STARTTIME ))
848 printf "%s %.${1}s %s\n" "`date -u -r $runtime +%H:%M:%S`" "#####" "$2" 1>&3
904 NANO_STARTTIME=`date +%s`
/freebsd-12-stable/contrib/mandoc/
H A Droff.h540 char *date; /* Normalized date. */ member in struct:roff_meta
H A Dman_term.c1027 assert(meta->date);
1052 datelen = term_strlen(p, meta->date);
1066 /* At the bottom in the middle: manual date. */
1074 term_word(p, meta->date);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dmerge.c186 merge_ctx->commit_info->date =
188 svn_hash_gets(attrs, "date"));
259 name = "date";
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dreporter.c99 svn_string_t* date; /* revision timestamp */ member in struct:revision_info_t
491 /* Extract the committed-date. */
500 info->date = svn_string_dup(cdate, b->pool);
544 /* Transmit the committed-date. */
545 if (revision_info->date || s_path)
547 revision_info->date, pool));
/freebsd-12-stable/contrib/libarchive/cpio/
H A Dcpio.c1135 char date[32]; local
1209 strftime(date, sizeof(date), fmt, ltime);
1214 uname, gname, size, date,
/freebsd-12-stable/sys/fs/cd9660/
H A Dcd9660_lookup.c231 &ep->date[6]: ep->flags);
/freebsd-12-stable/usr.sbin/bsdinstall/scripts/
H A Dauto105 f_dprintf "Began Installation at %s" "$( date )"
477 f_dprintf "Installation Completed at %s" "$( date )"
/freebsd-12-stable/usr.sbin/timed/timed/
H A Dreadmsg.c183 (intmax_t)rwait.tv_sec, rwait.tv_usec, date());
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dutil.c777 const char *date,
789 /* "<date>xx</date>" */
790 if (date)
791 svn_cl__xml_tagged_cdata(sb, pool, "date", date);
1028 *human_cstring = _("(invalid date)");
772 svn_cl__print_xml_commit(svn_stringbuf_t **sb, svn_revnum_t revision, const char *author, const char *date, apr_pool_t *pool) argument
H A Dcl.h555 /* Convert the date in DATA to a human-readable UTF-8-encoded string
556 * *HUMAN_CSTRING, or set the latter to "(invalid date)" if DATA is not
557 * a valid date. DATA should be as expected by svn_time_from_cstring().
626 const char *date,
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c70 const char **date;
1106 /* Hardcode the values for the committed revision, date, and author. */
1345 *ccb->date = commit_info->date
1346 ? apr_pstrdup(ccb->pool, commit_info->date): NULL;
1479 *date = NULL,
1546 ccb.date = &date;
1578 new_rev, date, author, post_commit_err));
1848 /* Use epoch for a placeholder for a missing date
69 const char **date; member in struct:commit_callback_baton_t
1478 *date = NULL, local
2355 const svn_string_t *author, *date, *message; local
[all...]
/freebsd-12-stable/sys/dev/drm/
H A Ddrm_drv.c483 dev->driver->date);
584 DRM_COPY(version->date, dev->driver->date);
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_ioc32.c75 u32 date_len; /**< Length of date buffer */
76 u32 date; /**< User-space buffer to hold date */ member in struct:drm_version_32
91 version.date = (void *)(unsigned long)v32->date;
/freebsd-12-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh507 # Sanity-check the date on a snapshot tag
509 if [ `date "+%s"` -gt `expr ${SNAPSHOTDATE} + 31536000` ]; then
515 if [ `date "+%s"` -lt `expr ${SNAPSHOTDATE} - 86400` ]; then
524 # Sanity-check the date on a snapshot update tag
532 date -r ${OLDSNAPSHOTDATE}
533 echo "to `date -r ${SNAPSHOTDATE}`."
680 echo "Fetching snapshot generated at `date -r ${SNAPSHOTDATE}`:"
734 echo -n "Updating from `date -r ${OLDSNAPSHOTDATE}` "
735 echo "to `date -r ${SNAPSHOTDATE}`."
1040 echo "Ports tree is already up to date
[all...]
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dmacro.c137 the date and time of the last modification
221 if (pfile->date == NULL)
240 pfile->date = _cpp_unaligned_alloc (pfile,
242 sprintf ((char *) pfile->date, "\"%s %2d %4d\"",
254 "could not determine date and time");
256 pfile->date = U"\"??? ?? ????\"";
262 result = pfile->date;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.c1332 /* If we're already up-to-date, there's nothing else to be done here. */
1728 svn_string_t date;
1804 /* Set a date on revision 0. */
1805 date.data = svn_time_to_cstring(apr_time_now(), subpool);
1806 date.len = strlen(date.data);
1808 svn_hash_sets(proplist, SVN_PROP_REVISION_DATE, &date);
1726 svn_string_t date; local
H A Dtransaction.c3597 from file PERMS_REFERENCE. This involves setting svn:date and
3607 svn_string_t date;
3624 /* Update commit time to ensure that svn:date revprops remain ordered if
3628 date.data = svn_time_to_cstring(apr_time_now(), pool);
3629 date.len = strlen(date.data);
3630 svn_hash_sets(txnprops, SVN_PROP_REVISION_DATE, &date);
3787 _("Transaction out of date"));
4203 svn_string_t date;
4216 date
3606 svn_string_t date; local
4201 svn_string_t date; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c240 {"date", subcommand_date, {0}, {N_(
241 "usage: svnlook date REPOS_PATH\n"
774 svn_string_t *date;
785 SVN_ERR(svn_fs_revision_prop2(&date, fs, rev,
794 SVN_ERR(svn_fs_txn_prop(&date, txn, SVN_PROP_REVISION_DATE, pool));
800 date = NULL;
803 if (date)
804 datestr = apr_psprintf(pool, "%.10s %.8s UTC", date->data, date->data + 11);
1376 /* Convert the date fo
769 svn_string_t *date; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtransaction.c3479 setting svn:date and removing any temporary properties associated with
3490 svn_string_t date;
3507 /* Update commit time to ensure that svn:date revprops remain ordered if
3511 date.data = svn_time_to_cstring(apr_time_now(), scratch_pool);
3512 date.len = strlen(date.data);
3513 svn_hash_sets(props, SVN_PROP_REVISION_DATE, &date);
3807 _("Transaction out of date"));
4174 svn_string_t date;
4187 date
3489 svn_string_t date; local
4171 svn_string_t date; local
[all...]
/freebsd-12-stable/contrib/libevent/test/
H A Dregress_util.c1398 char date[30]; member in struct:date_rfc1123_case
1444 if (strlen(c.date) == 0)
1449 tt_str_op(result, ==, c.date);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dinfo.c302 tmpinfo->lock->creation_date = lock->date;
/freebsd-12-stable/contrib/unbound/contrib/
H A Dunbound_munin_157 now=`date +%s`

Completed in 183 milliseconds

1234567891011>>