Home
last modified time | relevance | path

Searched refs:checkresult (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/
DRunTest145 checkresult() function
189 checkresult $? EBC "$opt"
492 checkresult $? 1 "$opt"
507 checkresult $? 2 "$opt"
509 checkresult $saverc 2 "$opt"
597 checkresult $? 4 "$opt"
609 checkresult $? 5 "$opt"
619 checkresult $? 6 ""
628 checkresult $? 7 ""
646 checkresult $? 8-$bits-$link_size ""
[all …]
/external/ltp/testcases/realtime/func/thread_clock/
Dtc-2.c134 int checkresult(float proctime) in checkresult() function
213 retval = checkresult(myts.tv_sec + ((float)myts.tv_nsec / NS_PER_SEC)); in main()