Searched refs:check_line (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/bc/tests/ |
| D | history.py | 109 def check_line(child, expected, prompt=">>> ", history=True): function 460 check_line(child, "1") 462 check_line(child, "1") 494 check_line(child, "1", history=False) 529 check_line(child, "132546") 532 check_line(child, "1324") 535 check_line(child, "84531267") 568 check_line(child, "15") 570 check_line(child, "65536") 573 check_line(child, "15") [all …]
|
| /freebsd-12-stable/contrib/atf/atf-c/ |
| 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()
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/testsuite/ |
| D | test-pexecute.c | 97 static void check_line (int, FILE *, const char *); 136 check_line (int line, FILE *e, const char *str) in check_line() function 173 #define CHECK_LINE(E, STR) check_line (__LINE__, E, STR)
|
| /freebsd-12-stable/contrib/atf/atf-c/detail/ |
| 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()
|