Lines Matching refs:exitcode
213 int exitcode = 0; \
219 if (exitcode >= 0) \
220 check_server(exitcode); \
233 int exitcode = 0; \
239 if (exitcode >= 0) \
240 check_server(exitcode); \
262 check_server(int exitcode) in check_server() argument
278 ATF_CHECK_INTEQ(exitcode, WEXITSTATUS(wstatus)); in check_server()
1227 TFTPD_TC_DEFINE(short_packet1, /* no head */, exitcode = 1)
1231 TFTPD_TC_DEFINE(short_packet2, /* no head */, exitcode = 1)
1235 TFTPD_TC_DEFINE(short_packet3, /* no head */, exitcode = 1)