Searched refs:check_line (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/bc/tests/ |
| H A D | history.py | 109 def check_line(child, expected, prompt=">>> ", history=True): function 463 check_line(child, "1") 465 check_line(child, "1") 497 check_line(child, "1", history=False) 532 check_line(child, "132546") 535 check_line(child, "1324") 538 check_line(child, "84531267") 571 check_line(child, "15") 573 check_line(child, "65536") 576 check_line(child, "15") [all …]
|
| /src/contrib/atf/atf-c/ |
| H A D | check_test.c | 86 check_line(int fd, const char *exp) in check_line() function 322 check_line(fd, "test-message"); in ATF_TC_BODY() 441 check_line(fd, "Line 1 to " outname " for " resname); \ in ATF_TC_BODY() 442 check_line(fd, "Line 2 to " outname " for " resname); \ in ATF_TC_BODY()
|
| /src/contrib/atf/atf-c/detail/ |
| H A D | process_test.c | 889 check_line(int fd, const char *exp) in check_line() function 948 check_line(fd, "test-message"); in ATF_TC_BODY()
|