Lines Matching refs:exitcode
212 int exitcode = 0; \
218 if (exitcode >= 0) \
219 check_server(exitcode); \
232 int exitcode = 0; \
238 if (exitcode >= 0) \
239 check_server(exitcode); \
261 check_server(int exitcode) in check_server() argument
277 ATF_CHECK_INTEQ(exitcode, WEXITSTATUS(wstatus)); in check_server()
1228 TFTPD_TC_DEFINE(short_packet1, /* no head */, exitcode = 1)
1232 TFTPD_TC_DEFINE(short_packet2, /* no head */, exitcode = 1)
1236 TFTPD_TC_DEFINE(short_packet3, /* no head */, exitcode = 1)