Searched refs:DATE (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dpatchlevel.h4 #define DATE "5 January 2021" macro
/netbsd-current/external/gpl3/gcc/dist/contrib/reghunt/date_based/
H A Dreg_test_template10 DATE="${1}"
16 LOG_DATE="`echo ${DATE} | sed 's/[-: ]/_/g'`"
H A Dreg_periodic58 echo "`${DATE}` ${2}"
73 MADE_DATE=`${DATE} -u +"%Y-%m-%d %H:%M %Z" --date "1970-01-01 ${1} seconds"` \
101 # If DATE isn't defined, use the default date command; the configuration
104 if [ "x${DATE}" = "x" ]; then
105 DATE=date
145 LOW_DATE=`${DATE} +%s --date "${LOW_DATE}"` || \
147 HIGH_DATE=`${DATE} +%s --date "${HIGH_DATE}"` || \
H A Dreg_search78 echo "`${DATE}` ${2}"
99 MADE_DATE=`${DATE} -u +"%Y-%m-%d %H:%M %Z" --date "1970-01-01 ${1} seconds"` \
140 # the epoch, DATE is readable by humans and tools. The user can
158 # Narrow the search based on the outcome of testing DATE.
179 # If DATE isn't defined, use the default date command; the configuration
182 if [ "x${DATE}" = "x" ]; then
183 DATE=date
238 LOW_DATE=`${DATE} +%s --date "${LOW_DATE}"` || \
240 HIGH_DATE=`${DATE} +%s --date "${HIGH_DATE}"` || \
246 FIRST_MID=`${DATE}
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/reghunt/date_based/
H A Dreg_test_template10 DATE="${1}"
16 LOG_DATE="`echo ${DATE} | sed 's/[-: ]/_/g'`"
H A Dreg_periodic58 echo "`${DATE}` ${2}"
73 MADE_DATE=`${DATE} -u +"%Y-%m-%d %H:%M %Z" --date "1970-01-01 ${1} seconds"` \
101 # If DATE isn't defined, use the default date command; the configuration
104 if [ "x${DATE}" = "x" ]; then
105 DATE=date
145 LOW_DATE=`${DATE} +%s --date "${LOW_DATE}"` || \
147 HIGH_DATE=`${DATE} +%s --date "${HIGH_DATE}"` || \
H A Dreg_search78 echo "`${DATE}` ${2}"
99 MADE_DATE=`${DATE} -u +"%Y-%m-%d %H:%M %Z" --date "1970-01-01 ${1} seconds"` \
140 # the epoch, DATE is readable by humans and tools. The user can
158 # Narrow the search based on the outcome of testing DATE.
179 # If DATE isn't defined, use the default date command; the configuration
182 if [ "x${DATE}" = "x" ]; then
183 DATE=date
238 LOW_DATE=`${DATE} +%s --date "${LOW_DATE}"` || \
240 HIGH_DATE=`${DATE} +%s --date "${HIGH_DATE}"` || \
246 FIRST_MID=`${DATE}
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dcversion.c25 return DATE;
/netbsd-current/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dreg-test58 echo "`${DATE}` ${2}"
94 # If DATE isn't defined, use the default date command; the configuration
97 if [ "x${DATE}" = "x" ]; then
98 DATE=date
/netbsd-current/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
H A Dreg-test58 echo "`${DATE}` ${2}"
94 # If DATE isn't defined, use the default date command; the configuration
97 if [ "x${DATE}" = "x" ]; then
98 DATE=date
/netbsd-current/external/bsd/ntp/dist/scripts/stats/
H A Dsummary.sh9 DATE=`date +20%y%m%d`
24 if [ -f $f ] && [ $DATE != $d ]; then
43 if [ -f $f ] && [ $DATE != $d ]; then
56 if [ -f $f ] && [ $DATE != $d ]; then
/netbsd-current/sys/conf/
H A Dnewvers_stand.sh38 DATE=${TOOL_DATE:-date}
65 t=$(LC_ALL=C TZ=UTC ${DATE} ${dateargs})
H A Dnewvers.sh156 DATE=${TOOL_DATE:-date}
211 t=$(LC_ALL=C ${DATE})
219 t=$(LC_ALL=C TZ=UTC ${DATE} -r "${timestamp}")
/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcsfreeze.sh31 DATE=`date` || exit
66 echo "Version: $SYMREVNAME($SYMREV), Date: $DATE
H A Drcskeys.c75 AUTHOR, DATE, HEADER, IDH,
/netbsd-current/external/bsd/unbound/dist/testdata/ede.tdir/bogus/
H A Dmake-broken-zone.sh9 DATE=date
10 which gdate > /dev/null 2>&1 && DATE=gdate
12 ONEMONTHAGO=`$DATE -d "$NOW - 1 month" +%Y%m%d`
13 ONEMONTH=`$DATE -d "$NOW + 1 month" +%Y%m%d`
14 YESTERDAY=`$DATE -d "$NOW - 2 days" +%Y%m%d`
15 TOMORROW=`$DATE -d "$NOW + 2 days" +%Y%m%d`
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dcversion.c56 return DATE;
/netbsd-current/external/mit/xorg/bin/ssh-askpass/
H A DMakefile9 DATE= February 14, 2001 macro
36 -e 's#@DATE@#$(DATE)#g' < ${SRCPATH}/x11-ssh-askpass.man.in > $@
/netbsd-current/external/gpl2/mkhybrid/dist/libfile/
H A Dfile.h66 #define DATE 6 macro
H A Dsoftmagic.c148 case DATE:
265 case DATE:
H A Dapprentice.c160 case DATE:
306 m->type = DATE;
/netbsd-current/external/gpl2/lvm2/dist/scripts/
H A Dlvm_dump.sh31 DATE=date
79 NOW=`$DATE -u +%G%m%d%k%M%S | /usr/bin/tr -d ' '`
/netbsd-current/external/gpl3/gcc/dist/maintainer-scripts/
H A Dgcc_release446 TEXT_DATE=`date --date=$DATE +%B\ %d,\ %Y`
531 DATE=`date "+%Y%m%d"`
705 RELEASE="${RELEASE}-RC-${DATE}"
711 RELEASE=${BRANCH}-${DATE}
784 echo $DATE > .snapshot_date-${BRANCH}
/netbsd-current/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dgcc_release446 TEXT_DATE=`date --date=$DATE +%B\ %d,\ %Y`
531 DATE=`date "+%Y%m%d"`
705 RELEASE="${RELEASE}-RC-${DATE}"
711 RELEASE=${BRANCH}-${DATE}
784 echo $DATE > .snapshot_date-${BRANCH}
/netbsd-current/external/historical/nawk/dist/testdir/
H A Dfunstack.awk637 "date" | getline DATE
645 print "<!-- on " DATE " -->"

Completed in 301 milliseconds

12