HomeSort by: relevance | last modified time | path
    Searched refs:LOW_DATE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/reghunt/date_based/
reg_periodic 13 # LOW_DATE: Date string recognized by the date command.
134 msg 2 "LOW_DATE = ${LOW_DATE}"
145 LOW_DATE=`${DATE} +%s --date "${LOW_DATE}"` || \
146 error "date command failed for \"${LOW_DATE}\""
148 error "date command failed for \"${LOW_DATE}\""
152 while [ ${LOW_DATE} -le ${HIGH_DATE} ]; do
166 make_date ${LOW_DATE}
168 let LOW_DATE=LOW_DATE+INTERVA
    [all...]
reg_search 17 # LOW_DATE: Date string recognized by the date command (local time).
90 echo "LOW_DATE=\"${LATER_THAN}\""
219 msg 2 "LOW_DATE = ${LOW_DATE}"
238 LOW_DATE=`${DATE} +%s --date "${LOW_DATE}"` || \
239 error "date command failed for \"${LOW_DATE}\""
241 error "date command failed for \"${LOW_DATE}\""
248 test ${FIRST_MID} -le ${LOW_DATE} && \
249 error "FIRST_MID date is earlier than LOW_DATE"
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/date_based/
reg_periodic 13 # LOW_DATE: Date string recognized by the date command.
134 msg 2 "LOW_DATE = ${LOW_DATE}"
145 LOW_DATE=`${DATE} +%s --date "${LOW_DATE}"` || \
146 error "date command failed for \"${LOW_DATE}\""
148 error "date command failed for \"${LOW_DATE}\""
152 while [ ${LOW_DATE} -le ${HIGH_DATE} ]; do
166 make_date ${LOW_DATE}
168 let LOW_DATE=LOW_DATE+INTERVA
    [all...]
reg_search 17 # LOW_DATE: Date string recognized by the date command (local time).
90 echo "LOW_DATE=\"${LATER_THAN}\""
219 msg 2 "LOW_DATE = ${LOW_DATE}"
238 LOW_DATE=`${DATE} +%s --date "${LOW_DATE}"` || \
239 error "date command failed for \"${LOW_DATE}\""
241 error "date command failed for \"${LOW_DATE}\""
248 test ${FIRST_MID} -le ${LOW_DATE} && \
249 error "FIRST_MID date is earlier than LOW_DATE"
    [all...]
  /src/external/gpl3/gcc/dist/contrib/reghunt/bin/
gcc-svn-patchlist 30 test $# -lt 2 && abort "usage: $0 low_date high_date [branch]"
33 LOW_DATE="$1"
63 # Get the revision at the time of LOW_DATE.
65 LOW_REV=`svn info --revision {"${LOW_DATE}"} \
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
gcc-svn-patchlist 30 test $# -lt 2 && abort "usage: $0 low_date high_date [branch]"
33 LOW_DATE="$1"
63 # Get the revision at the time of LOW_DATE.
65 LOW_REV=`svn info --revision {"${LOW_DATE}"} \

Completed in 19 milliseconds