Searched refs:testrc (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/regress/lib/libedit/read/ |
| H A D | test_read_char.sh | 18 testrc() function 41 testrc "" "0." 42 testrc "a" "61,0." 43 testrc "ab" "61,62,0." 46 testrc "\0303\0251" "e9,0." "c3,a9,0." 49 testrc "\0303" "0." "c3,0." 50 testrc "\0303a" "*61,0." "c3,61,0." 51 testrc "\0303ab" "*61,62,0." "c3,61,62,0." 54 testrc "\0355\0277\0277ab" "*61,62,0." "ed,bf,bf,61,62,0." 57 testrc "\0200" "*0." "80,0." [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | llvm-compilers-check | 497 testrc = self.make(component, srcdir, builddir, 501 if (testrc == None) : 504 if ((testrc == 0 or self.options.keep_going)
|