Searched refs:tail (Results 1 – 7 of 7) sorted by relevance
43 tail="$1" quoted=""44 while [ -n "$tail" ]; do45 case "$tail" in46 *\'*) quoted="${quoted}${tail%%\'*}'\\''" tail="${tail#*\'}";;47 *) quoted="${quoted}${tail}"; tail=; false;;53 unset tail quoted
147 …PASSED_TESTS=$(tail -n6 unit-test-$TEST_OUTPUT|sed -n -e 's/test cases passed :[\t]*\([0-9]*\)/\1/…148 …SKIPPED_TESTS=$(tail -n6 unit-test-$TEST_OUTPUT|sed -n -e 's/skipped :[ \t]*\([0-9]*\)/\1/p'| tr -…149 …TOTAL_SUITES=$(tail -n6 unit-test-$TEST_OUTPUT|sed -n -e 's/.* (\([0-9]*\) .*, [0-9]* tests run)/\…150 …FAILED_TESTS=$(tail -n6 unit-test-$TEST_OUTPUT|sed -n -e 's/failed :[\t]*\([0-9]*\)/\1/p' |tr -d '…169 …PASSED_TESTS=$(tail -n5 sys-test-$TEST_OUTPUT|sed -n -e 's/.* (\([0-9]*\) \/ [0-9]* tests ([0-9]* …170 …SKIPPED_TESTS=$(tail -n5 sys-test-$TEST_OUTPUT|sed -n -e 's/.* ([0-9]* \/ [0-9]* tests (\([0-9]*\)…171 …TOTAL_TESTS=$(tail -n5 sys-test-$TEST_OUTPUT|sed -n -e 's/.* ([0-9]* \/ \([0-9]*\) tests ([0-9]* s…
42 value, function, tail = line.split(':', 2)48 fdata[value].append(tail)
30 tail -c $MAX_LOG_SIZE $LOG
500 mbedtls_asn1_sequence **tail = &opt.ext_key_usage; in main() local528 *tail = ext_key_usage; in main()529 tail = &ext_key_usage->next; in main()
55 tail -n 1
422 COMMAND tail -n1 memcheck.log | grep 'Memory checking results:' > /dev/null