HomeSort by: relevance | last modified time | path
    Searched defs:dotest (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/ipf/
t_filter_exec.sh 33 dotest() function
111 test_case f1 dotest text text
112 test_case f2 dotest text text
113 test_case f3 dotest text text
114 test_case f4 dotest text text
115 test_case f5 dotest text text
116 test_case f6 dotest text text
117 test_case f7 dotest text text
118 test_case f8 dotest text text
119 test_case f9 dotest text tex
    [all...]
  /src/tests/rump/rumpkern/
t_copy.c 68 dotest(copystr_fn *thefun) function
98 dotest(rumpns_copystr);
104 dotest(rumpns_copyinstr);
110 dotest(rumpns_copyoutstr);
  /src/external/gpl2/xcvs/dist/src/
sanity.sh 1344 # See dotest and dotest_fail for explanation (this is the parts
1348 if $EXPR "`cat ${TESTDIR}/dotest.tmp`" : "$3${ENDANCHOR}" >/dev/null; then
1359 cat ${TESTDIR}/dotest.tmp >>${LOGFILE}
1364 elif test -z "$3" && test ! -s ${TESTDIR}/dotest.tmp; then
1368 if $EXPR "`cat ${TESTDIR}/dotest.tmp`" : "$4${ENDANCHOR}" >/dev/null; then
1369 cat ${TESTDIR}/dotest.tmp >>${LOGFILE}
1375 echo "$3" > ${TESTDIR}/dotest.ex1
1378 echo "$4" > ${TESTDIR}/dotest.ex2
1380 cat ${TESTDIR}/dotest.tmp >>${LOGFILE}
1386 echo "$3" > ${TESTDIR}/dotest.ex
1528 dotest () function
    [all...]

Completed in 16 milliseconds