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

1234567891011

/freebsd-10.2-release/sys/dev/drm2/
H A Ddrm_drv.c336 err = drm_copy_field(version->date, &version->date_len,
337 dev->driver->date);
H A Ddrm_ioc32.c77 u32 date_len; /**< Length of date buffer */
78 u32 date; /**< User-space buffer to hold date */ member in struct:drm_version_32
93 version.date = (void *)(unsigned long)v32->date;
/freebsd-10.2-release/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-10.2-release/tools/tools/nanobsd/
H A Dnanobsd.sh904 runtime=$(( `date +%s` - $NANO_STARTTIME ))
905 printf "%s %.${1}s %s\n" "`date -u -r $runtime +%H:%M:%S`" "#####" "$2" 1>&3
1081 NANO_STARTTIME=`date +%s`
/freebsd-10.2-release/tools/tools/sysbuild/
H A Dsysbuild.sh166 TX=`date +%s`
170 echo -n "### `date +%H:%M:%S`"
407 T0=`date +%s`
/freebsd-10.2-release/usr.bin/find/
H A Dgetdate.y153 | date {
229 date : tUNUMBER '/' tUNUMBER { label
946 (void)printf("Enter date, or blank line to exit.\n\t> ");
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dmerge.c180 merge_ctx->commit_info->date =
182 svn_hash_gets(attrs, "date"));
253 name = "date";
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_repos/
H A Dreporter.c99 svn_string_t* date; /* revision timestamp */ member in struct:revision_info_t
489 /* Extract the committed-date. */
498 info->date = cdate ? svn_string_dup(cdate, b->pool) : NULL;
548 /* Transmit the committed-date. */
549 if (revision_info->date || s_path)
551 revision_info->date, pool));
/freebsd-10.2-release/contrib/subversion/subversion/svn/
H A Dcl.h405 /* Convert the date in DATA to a human-readable UTF-8-encoded string
406 * *HUMAN_CSTRING, or set the latter to "(invalid date)" if DATA is not
407 * a valid date. DATA should be as expected by svn_time_from_cstring().
476 const char *date,
H A Dutil.c746 const char *date,
758 /* "<date>xx</date>" */
759 if (date)
760 svn_cl__xml_tagged_cdata(sb, pool, "date", date);
997 *human_cstring = _("(invalid date)");
741 svn_cl__print_xml_commit(svn_stringbuf_t **sb, svn_revnum_t revision, const char *author, const char *date, apr_pool_t *pool) argument
/freebsd-10.2-release/contrib/apr/random/unix/
H A Dapr_random.c54 #define crypt_crypt(c,out,in) (c)->crypt((c)->date,out,in)
/freebsd-10.2-release/sys/fs/cd9660/
H A Dcd9660_lookup.c229 &ep->date[6]: ep->flags);
/freebsd-10.2-release/gnu/usr.bin/rcs/lib/
H A Drcssyn.c173 Kdate[] = "date",
411 Delta->date = getkeyval(Kdate, NUM, false);
546 * Keep dc->adprev and dc->dafter up to date.
/freebsd-10.2-release/usr.bin/gzip/
H A Dgzip.c2022 printf("method crc date time ");
2066 char *date = ctime(&ts); local
2069 date += 4;
2070 date[12] = 0;
2071 printf("%5s %08x %11s ", "defla"/*XXX*/, crc, date);
/freebsd-10.2-release/usr.sbin/timed/timed/
H A Dreadmsg.c181 (intmax_t)rwait.tv_sec, rwait.tv_usec, date());
/freebsd-10.2-release/contrib/mdocml/
H A Dman_term.c993 assert(meta->date);
1014 datelen = term_strlen(p, meta->date);
1026 /* At the bottom in the middle: manual date. */
1034 term_word(p, meta->date);
/freebsd-10.2-release/contrib/groff/src/preproc/refer/
H A Dref.cpp994 string &date = field[field_index['D']]; local
995 const char *start = date.contents();
996 const char *end = start + date.length();
/freebsd-10.2-release/sys/dev/drm/
H A Ddrm_drv.c505 dev->driver->date);
606 DRM_COPY(version->date, dev->driver->date);
/freebsd-10.2-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh500 # Sanity-check the date on a snapshot tag
502 if [ `date "+%s"` -gt `expr ${SNAPSHOTDATE} + 31536000` ]; then
508 if [ `date "+%s"` -lt `expr ${SNAPSHOTDATE} - 86400` ]; then
517 # Sanity-check the date on a snapshot update tag
525 date -r ${OLDSNAPSHOTDATE}
526 echo "to `date -r ${SNAPSHOTDATE}`."
671 echo "Fetching snapshot generated at `date -r ${SNAPSHOTDATE}`:"
724 echo -n "Updating from `date -r ${OLDSNAPSHOTDATE}` "
725 echo "to `date -r ${SNAPSHOTDATE}`."
1030 echo "Ports tree is already up to date
[all...]
/freebsd-10.2-release/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-10.2-release/contrib/subversion/subversion/svnserve/
H A Dserve.c69 const char **date;
1066 /* Hardcode the values for the committed revision, date, and author. */
1282 *ccb->date = commit_info->date
1283 ? apr_pstrdup(ccb->pool, commit_info->date): NULL;
1397 *date = NULL,
1462 ccb.date = &date;
1494 new_rev, date, author, post_commit_err));
1722 /* Use epoch for a placeholder for a missing date
68 const char **date; member in struct:commit_callback_baton_t
1396 *date = NULL, local
2108 const char *author, *date, *message; local
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_client/
H A Ddeprecated.c193 const char *date = NULL;
200 date = svn_prop_get_value(rev_props, SVN_PROP_REVISION_DATE);
211 return brwb->receiver(brwb->baton, line_no, revision, author, date,
254 const char *date,
266 line_no, revision, author, date, line, pool);
332 const char *date,
342 date, expanded_line->data, pool);
191 const char *date = NULL; local
248 blame_wrapper_receiver(void *baton, apr_int64_t line_no, svn_revnum_t revision, const char *author, const char *date, svn_revnum_t merged_revision, const char *merged_author, const char *merged_date, const char *merged_path, const char *line, apr_pool_t *pool) argument
326 wrapped_receiver(void *baton, apr_int64_t line_no, svn_revnum_t revision, const char *author, const char *date, const char *line, apr_pool_t *pool) argument
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c954 &(commit_info->date),
1285 random date, however, so this just happens to work. But let's
1549 svn_string_t *author, *date, *message;
1569 &cplist, &rev, &author, &date,
1654 /* Caller requested all revprops; set author/date/log. */
1658 if (date)
1660 date);
1667 /* Caller requested some; maybe set author/date/log. */
1674 if (date && strcmp(name, SVN_PROP_REVISION_DATE) == 0)
1676 SVN_PROP_REVISION_DATE, date);
1548 svn_string_t *author, *date, *message; local
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c221 {"date", subcommand_date, {0},
222 N_("usage: svnlook date REPOS_PATH\n\n"
746 svn_string_t *date;
757 SVN_ERR(svn_fs_revision_prop(&date, fs, rev,
765 SVN_ERR(svn_fs_txn_prop(&date, txn, SVN_PROP_REVISION_DATE, pool));
771 date = NULL;
774 if (date)
775 datestr = apr_psprintf(pool, "%.10s %.8s UTC", date->data, date->data + 11);
1356 /* Convert the date fo
741 svn_string_t *date; local
[all...]
/freebsd-10.2-release/contrib/libpcap/
H A DMakefile.in464 date +_%Y_%m_%d; \
481 date +_%Y_%m_%d; \
734 @echo your Makefile was out of date, now run $(MAKE) again

Completed in 485 milliseconds

1234567891011