Searched refs:date (Results 251 - 275 of 284) sorted by relevance

<<1112

/freebsd-12-stable/contrib/libstdc++/include/
H A DMakefile.am798 # CLEANFILES and all-local are kept up-to-date.
997 @date=`cat ${toplevel_srcdir}/gcc/DATESTAMP` ;\
1004 sed -e "s,define __GLIBCXX__,define __GLIBCXX__ $$date," \
H A DMakefile.in1011 # CLEANFILES and all-local are kept up-to-date.
1374 @date=`cat ${toplevel_srcdir}/gcc/DATESTAMP` ;\
1381 sed -e "s,define __GLIBCXX__,define __GLIBCXX__ $$date," \
/freebsd-12-stable/sys/dev/drm/
H A DdrmP.h600 const char *date; /* Date of last major changes. */ member in struct:drm_driver_info
/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_drv.c1141 .date = DRIVER_DATE,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dcommit.c842 /* Ok, now we know that we perform an out-of-date check
963 receive an out-of-date error if that node changed since that
972 at the same time (or when an out of date proxy is involved), but
1031 commit_info->date,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dentries.c670 /* There is NOT a last-changed revision (last-changed date and
996 entry->lock_creation_date = lock->date;
2241 lock.date = entry->lock_creation_date;
H A Dwc_db.h201 /* The date the lock was created */
202 apr_time_t date; member in struct:svn_wc__db_lock_t
2525 CHANGED_DATE is the (server-side) date of CHANGED_REVISION. It may be 0 if
H A Dstatus.c192 *already* has are up-to-date or not. Thus if this flag is set,
215 /* out-of-date info corresponding to ood_* fields in svn_wc_status3_t. */
242 *already* has are up-to-date or not. Thus if this flag is set,
257 /* out-of-date info corresponding to ood_* fields in svn_wc_status3_t. */
682 lck->creation_date = info->lock->date;
1509 of date (ood) information we want to set in BATON. This is necessary
1510 because this function tweaks the status of out-of-date directories
1511 (BATON == THIS_DIR_BATON) and out-of-date directories' parents
1598 /* Copy out-of-date info. */
1624 /* The last committed date, an
[all...]
H A Dwc_db.c411 lock->date = svn_sqlite__column_int64(stmt, col_date);
12420 if (lock->date != 0)
12421 SVN_ERR(svn_sqlite__bind_int64(stmt, 6, lock->date));
12449 /* There may be some entries, and the lock info is now out of date. */
12506 /* There may be some entries, and the lock info is now out of date. */
13536 /* Records timestamp and date for one or more files in wcroot */
16306 * @a new_date is the (server-side) date of the new revision, or 0.
/freebsd-12-stable/contrib/libstdc++/src/
H A DMakefile.in793 echo `date` > stamp-debug;
/freebsd-12-stable/contrib/mandoc/
H A Dmdoc_markdown.c288 md_word(mdoc->date);
H A Dmdoc_html.c458 print_otag(h, TAG_TD, "c", "foot-date");
459 print_text(h, meta->date);
H A Droff.c824 free(man->meta.date);
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_hw.h1410 uint8_t date[12]; member in struct:ocs_hw_grp_hdr
/freebsd-12-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiInternalFormRepresentation.h691 EFI_HII_DATE date; member in union:__anon10627
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c3256 * -T Display a timestamp in date(1) or Unix format
3761 * -T Display a timestamp in date(1) or Unix format
5043 char *date = ctime(&start); local
5051 strlen(date) - 1, date, space_buf);
5545 * -T Display a timestamp in date(1) or Unix format
/freebsd-12-stable/contrib/binutils/binutils/
H A Dsrconv.c1266 du.date = DATE;
/freebsd-12-stable/sys/dev/drm2/
H A DdrmP.h909 char *date; member in struct:drm_driver
/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwn.c4359 uint16_t date, fwcaps, time; local
4446 date = bwn_shm_read_2(mac, BWN_SHARED, BWN_SHARED_UCODE_DATE);
4447 mac->mac_fw.opensource = (date == 0xffff);
4455 "firmware version (rev %u patch %u date %#x time %#x)\n",
4456 mac->mac_fw.rev, mac->mac_fw.patch, date, time);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dmarshal.c2928 const svn_string_t *date,
2936 SVN_ERR(write_tuple_string_opt_list(conn, pool, date));
2923 svn_ra_svn__write_data_log_entry(svn_ra_svn_conn_t *conn, apr_pool_t *pool, svn_revnum_t revision, const svn_string_t *author, const svn_string_t *date, const svn_string_t *message, svn_boolean_t has_children, svn_boolean_t invalid_revnum, unsigned revprop_count) argument
/freebsd-12-stable/targets/pseudo/userland/
H A DMakefile.depend15 bin/date \
/freebsd-12-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c727 SVN_ERR(svn_repos_dated_revision(revnum, repos, revision->value.date,
868 * date. The purpose here is to discourage people from creating
/freebsd-12-stable/contrib/ntp/sntp/
H A DMakefile.in1495 @: always out-of-date causing targets which depend on it to
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A DMakefile.in2455 $(AM_V_GEN)date -u > $@
/freebsd-12-stable/contrib/libevent/
H A DMakefile.in2724 $(AM_V_GEN)date -u > $@

Completed in 488 milliseconds

<<1112