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

  /src/external/gpl3/gcc/dist/contrib/reghunt/date_based/
reg_search 24 # should search later dates, 0 if we should search earlier
53 # (at your option) any later version.
113 # differences from either end of the range and adjust LATER.
120 1) LATER=1; return;;
121 2) LATER=0; return;;
128 LATER=$?
160 if [ ${LATER} -eq 1 ]; then
161 msg 1 "search dates later than \"${TEST_DATE}\""
251 error "FIRST_MID is later than HIGH_DATE"
276 test ${LATER} -ne 1 &&
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/date_based/
reg_search 24 # should search later dates, 0 if we should search earlier
53 # (at your option) any later version.
113 # differences from either end of the range and adjust LATER.
120 1) LATER=1; return;;
121 2) LATER=0; return;;
128 LATER=$?
160 if [ ${LATER} -eq 1 ]; then
161 msg 1 "search dates later than \"${TEST_DATE}\""
251 error "FIRST_MID is later than HIGH_DATE"
276 test ${LATER} -ne 1 &&
    [all...]
  /src/external/gpl3/gcc/dist/contrib/reghunt/bin/
reg-hunt 26 # should search later patches, 0 if we should search
55 # (at your option) any later version.
133 LATER=$?
134 if [ $LATER -ne 0 -a $LATER -ne 1 ]; then
164 # Return with a valid LATER value or a new ID to try in FIRST_MID.
230 if [ ${LATER} -eq 1 ]; then
231 msg 1 "search patches later than ${TEST_ID}"
295 # to change the usage later.
319 LATER=
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
reg-hunt 26 # should search later patches, 0 if we should search
55 # (at your option) any later version.
133 LATER=$?
134 if [ $LATER -ne 0 -a $LATER -ne 1 ]; then
164 # Return with a valid LATER value or a new ID to try in FIRST_MID.
230 if [ ${LATER} -eq 1 ]; then
231 msg 1 "search patches later than ${TEST_ID}"
295 # to change the usage later.
319 LATER=
    [all...]
  /src/usr.bin/make/unit-tests/
var-op-expand.mk 138 # assignment. The undefined variables are kept as-is and are later expanded
154 # the time of assignment but only later, when ${VAR} appears in the condition.
193 # The following test case demonstrates that the variable 'LATER' is preserved
194 # in the ':=' assignment since the variable 'LATER' is not yet defined.
195 # After the assignment to 'LATER', evaluating the variable 'INDIRECT'
196 # evaluates 'LATER' as well.
198 .undef LATER
199 INDIRECT:= ${LATER:S,value,replaced,}
203 LATER= late-value
211 .undef LATER
218 later= lowercase-value macro
280 later= lowercase-value macro
    [all...]
  /src/external/mpl/dhcp/dist/client/
clparse.c 71 * TODO: LATER constant is very undescriptive. We should review it and
75 #ifdef LATER
215 #ifdef LATER

Completed in 19 milliseconds