Home
last modified time | relevance | path

Searched refs:date (Results 1 – 25 of 72) sorted by relevance

123

/f-stack/app/redis-5.0.5/src/
H A Dmkreleasehdr.sh4 BUILD_ID=`uname -n`"-"`date +%s`
6 …BUILD_ID=$(date -u -d "@$SOURCE_DATE_EPOCH" +%s 2>/dev/null || date -u -r "$SOURCE_DATE_EPOCH" +%s…
/f-stack/tools/libxo/tests/gettext/
H A Dgt_01.c96 char date[64]; in main() local
97 strftime(date, sizeof(date), "%+", &tm); in main()
102 xo_emit("{G:}Version {:version} {:date}\n", "1.2.3", date); in main()
/f-stack/app/redis-5.0.5/utils/releasetools/
H A Dchangelog.tcl26 set date [clock format [clock seconds]]
27 set template [string map [list %ver% $ver %date% $date] $template]
/f-stack/tools/libxo/tests/gettext/saved/
H A Dgt_01.XP.out32 <date>Tue Jun 23 18:47:09 UTC 2015</date>
H A Dgt_01.X.out1 …ime><marzlevanes>3</marzlevanes><version>1.2.3</version><date>Tue Jun 23 18:47:09 UTC 2015</date><…
H A Dgt_01.JP.out35 "date": "Tue Jun 23 18:47:09 UTC 2015",
H A Dgt_01.J.out1 …34,"from":"foop","port":4321,"time":32,"marzlevanes":3,"version":"1.2.3","date":"Tue Jun 23 18:47:…
/f-stack/dpdk/doc/guides/contributing/
H A Dvulnerability.rst184 specifying the date and time of the end of the embargo.
185 The communicated public disclosure date should be **less than one week**
218 the proposed public disclosure date.
224 to { branches } on the public disclosure date.
230 Proposed public disclosure date/time: { disclosure_date } at 15:00 UTC.
232 before this coordinated embargo date.
257 the proposed public disclosure date.
267 Proposed public disclosure date/time: { disclosure_date }.
269 before this coordinated embargo date.
/f-stack/app/redis-5.0.5/deps/lua/test/
H A Dprintf.lua7 printf("Hello %s from %s on %s\n",os.getenv"USER" or "there",_VERSION,os.date())
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dman-dates.sh9 git_date=$(git log -1 --date=short --format="%ad" -- "$i")
H A Dzloop.sh311 desc="$(date '+%m/%d %T') $cmd"
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_cache.h77 time_t date; member
132 time_t date; member
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_wait/
H A Dzfs_wait.kshlib54 date +'%H:%M:%S'
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/scripts/
H A Dprefetch_io.sh67 printf "%u\n%-24s\t%u\n" $(date +%s) "prefetch_ios" \
/f-stack/tools/libxo/tests/gettext/po/pig_latin/
H A Dgt_01.po37 msgid "Version {:version} {:date}\n"
38 msgstr "Ersionvay {:date} {:version}\n"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import.kshlib272 timeout=$(( $timeout + $(date +%s) ))
274 while (( $(date +%s) < $timeout )); do
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait.kshlib66 date +'%H:%M:%S'
/f-stack/dpdk/usertools/
H A Ddpdk-pmdinfo.py148 self.date = ""
189 print("data/%s-pci.ids not found" % self.date)
215 self.date = self.findDate(self.contents)
222 self.date = idsfile[0].split("/")[1].split("-")[0]
/f-stack/freebsd/contrib/device-tree/Bindings/rtc/
H A Dmicrochip,pic32-rtc.txt4 provides a calendar in weekday, date, month, and year. It also provides a
H A Dcdns,rtc.txt3 The Cadence RTC controller with date, time and alarm capabilities.
/f-stack/freebsd/contrib/dev/imx/
H A DLICENSE24 applications owned solely and exclusively by Licensor as of the date of
26 having a first effective filing date) therefrom. The term .Software. as used in
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c209 time_t date; in ngx_http_dav_put_handler() local
272 if (r->headers_in.date) { in ngx_http_dav_put_handler()
273 date = ngx_parse_http_time(r->headers_in.date->value.data, in ngx_http_dav_put_handler()
274 r->headers_in.date->value.len); in ngx_http_dav_put_handler()
276 if (date != NGX_ERROR) { in ngx_http_dav_put_handler()
277 ext.time = date; in ngx_http_dav_put_handler()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/trim/
H A Dtrim.kshlib85 typeset stop_time=$(( $(date +%s) + $timeout ))
/f-stack/app/redis-5.0.5/utils/create-cluster/
H A Dcreate-cluster56 date
/f-stack/freebsd/contrib/device-tree/scripts/
H A Dcronjob82 DATE=$(date +%Y%m%d)

123