Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 5 of 5) sorted by relevance

/net-tools-3.5.0/mbedtls-2.4.0/tests/scripts/
Dbasic-build-test.sh114 PASSED_TESTS=$(tail -n6 unit-test-$TEST_OUTPUT|sed -n -e 's/test cases passed :[\t]*\([0-9]*\)/\1/p…
115 SKIPPED_TESTS=$(tail -n6 unit-test-$TEST_OUTPUT|sed -n -e 's/skipped :[ \t]*\([0-9]*\)/\1/p'| tr -d…
116 TOTAL_SUITES=$(tail -n6 unit-test-$TEST_OUTPUT|sed -n -e 's/.* (\([0-9]*\) .*, [0-9]* tests run)/\1…
117 FAILED_TESTS=$(tail -n6 unit-test-$TEST_OUTPUT|sed -n -e 's/failed :[\t]*\([0-9]*\)/\1/p' |tr -d ' …
136 PASSED_TESTS=$(tail -n5 sys-test-$TEST_OUTPUT|sed -n -e 's/.* (\([0-9]*\) \/ [0-9]* tests ([0-9]* s…
137 SKIPPED_TESTS=$(tail -n5 sys-test-$TEST_OUTPUT|sed -n -e 's/.* ([0-9]* \/ [0-9]* tests (\([0-9]*\) …
138 TOTAL_TESTS=$(tail -n5 sys-test-$TEST_OUTPUT|sed -n -e 's/.* ([0-9]* \/ \([0-9]*\) tests ([0-9]* sk…
192 LINES_TESTED=$(tail -n3 cov-$TEST_OUTPUT|sed -n -e 's/ lines......: [0-9]*.[0-9]% (\([0-9]*\) of […
193 LINES_TOTAL=$(tail -n3 cov-$TEST_OUTPUT|sed -n -e 's/ lines......: [0-9]*.[0-9]% ([0-9]* of \([0-9…
194 FUNCS_TESTED=$(tail -n3 cov-$TEST_OUTPUT|sed -n -e 's/ functions..: [0-9]*.[0-9]% (\([0-9]*\) of […
[all …]
Dtravis-log-failure.sh31 tail -c $MAX_LOG_SIZE $LOG
/net-tools-3.5.0/tinydtls-0.8.2/
Duthash.h134 (head)->hh.tbl->tail = &((head)->hh); \
161 (head)->hh.tbl->tail->next = (add); \
162 (add)->hh.prev = ELMT_FROM_HH((head)->hh.tbl, (head)->hh.tbl->tail); \
163 (head)->hh.tbl->tail = &((add)->hh); \
204 if ((delptr) == ELMT_FROM_HH((head)->hh.tbl,(head)->hh.tbl->tail)) { \
205 (head)->hh.tbl->tail = \
828 (head)->hh.tbl->tail = _hs_tail; \
932 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */ member
/net-tools-3.5.0/libcoap/include/coap/
Duthash.h156 (head)->hh.tbl->tail = &((head)->hh); \
193 (head)->hh.tbl->tail->next = (add); \
194 (add)->hh.prev = ELMT_FROM_HH((head)->hh.tbl, (head)->hh.tbl->tail); \
195 (head)->hh.tbl->tail = &((add)->hh); \
236 if ((delptr) == ELMT_FROM_HH((head)->hh.tbl,(head)->hh.tbl->tail)) { \
237 (head)->hh.tbl->tail = \
811 (head)->hh.tbl->tail = _hs_tail; \
923 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */ member
/net-tools-3.5.0/mbedtls-2.4.0/
DCMakeLists.txt159 COMMAND tail -n1 memcheck.log | grep 'Memory checking results:' > /dev/null