Home
last modified time | relevance | path

Searched refs:retcode (Results 1 – 24 of 24) sorted by relevance

/minix3/external/bsd/bind/dist/bin/tests/system/coverage/
H A Dtests.sh40 args= warn= error= ok= retcode= match=
46 if [ $found -ne $retcode ]; then
47 echo "retcode was $found expected $retcode"
/minix3/external/bsd/tmux/dist/
H A Dcmd-run-shell.c128 int retcode; in cmd_run_shell_callback() local
158 if ((retcode = WEXITSTATUS(job->status)) != 0) in cmd_run_shell_callback()
159 xasprintf(&msg, "'%s' returned %d", cmd, retcode); in cmd_run_shell_callback()
161 retcode = WTERMSIG(job->status); in cmd_run_shell_callback()
162 xasprintf(&msg, "'%s' terminated by signal %d", cmd, retcode); in cmd_run_shell_callback()
/minix3/sbin/fsck/
H A Dpreen.c100 int ret, pid, retcode, passno, sumstatus, status; in checkfstab() local
192 retcode = WEXITSTATUS(status); in checkfstab()
194 retcode = 0; in checkfstab()
208 retcode = FSCK_EXIT_SIGNALLED; in checkfstab()
213 if (retcode != 0) { in checkfstab()
215 sumstatus |= retcode; in checkfstab()
/minix3/external/bsd/bind/dist/bin/named/
H A Dstatschannel.c1289 unsigned int *retcode, const char **retmsg, in render_xml() argument
1306 *retcode = 200; in render_xml()
1324 unsigned int *retcode, const char **retmsg, in render_xml_all() argument
1330 retcode, retmsg, mimetype, b, in render_xml_all()
1337 unsigned int *retcode, const char **retmsg, in render_xml_status() argument
1343 retcode, retmsg, mimetype, b, in render_xml_status()
1350 unsigned int *retcode, const char **retmsg, in render_xml_server() argument
1356 retcode, retmsg, mimetype, b, in render_xml_server()
1363 unsigned int *retcode, const char **retmsg, in render_xml_zones() argument
1369 retcode, retmsg, mimetype, b, in render_xml_zones()
[all …]
/minix3/external/bsd/llvm/dist/clang/www/demo/
H A Dindex.cgi263 my $retcode = 0;
268 $retcode = system($commandline);
278 if ( WIFEXITED($retcode) && WEXITSTATUS($retcode) != 0 ) {
285 if ( WIFSIGNALED($retcode) != 0 ) {
286 my $sig = WTERMSIG($retcode);
/minix3/minix/lib/liblwip/dist/src/netif/ppp/
H A Dupap.c364 int retcode; in upap_rauthreq() local
410 retcode = UPAP_AUTHNAK; in upap_rauthreq()
412 retcode = UPAP_AUTHACK; in upap_rauthreq()
422 if (retcode == UPAP_AUTHACK) { in upap_rauthreq()
425 retcode = UPAP_AUTHNAK; /* XXX exit value will be "wrong" */ in upap_rauthreq()
435 upap_sresp(pcb, retcode, id, msg, msglen); in upap_rauthreq()
440 if (retcode == UPAP_AUTHACK) { in upap_rauthreq()
/minix3/external/bsd/bind/dist/bin/tests/system/coverage/09-check-zsk/
H A Dexpect5 retcode=0
/minix3/external/bsd/bind/dist/bin/tests/system/coverage/10-check-ksk/
H A Dexpect5 retcode=0
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A D2008-04-16-ReMatBug.ll31 %retcode.0 = phi i16 [ -2, %bb28 ], [ %tmp113, %bb92 ] ; <i16> [#uses=2]
34 %tmp157158 = sext i16 %retcode.0 to i32 ; <i32> [#uses=1]
39 ret i16 %retcode.0
/minix3/usr.bin/shlock/
H A Dshlock.c256 int retcode = FALSE; in mklock() local
292 retcode = TRUE; in mklock()
297 return(retcode); in mklock()
/minix3/external/bsd/bind/dist/bin/tests/system/coverage/11-cutoff/
H A Dexpect5 retcode=0
/minix3/external/bsd/bind/dist/bin/tests/system/coverage/02-zsk-inactive/
H A Dexpect5 retcode=1
/minix3/external/bsd/bind/dist/bin/tests/system/coverage/01-ksk-inactive/
H A Dexpect5 retcode=1
/minix3/external/bsd/bind/dist/bin/tests/system/coverage/03-ksk-unpublished/
H A Dexpect5 retcode=1
/minix3/external/bsd/bind/dist/bin/tests/system/coverage/04-zsk-unpublished/
H A Dexpect5 retcode=1
/minix3/external/bsd/bind/dist/bin/tests/system/coverage/08-zsk-ttl/
H A Dexpect5 retcode=0
/minix3/external/bsd/bind/dist/bin/tests/system/coverage/06-zsk-unpub-active/
H A Dexpect5 retcode=1
/minix3/external/bsd/bind/dist/bin/tests/system/coverage/07-ksk-ttl/
H A Dexpect5 retcode=0
/minix3/external/bsd/bind/dist/bin/tests/system/coverage/05-ksk-unpub-active/
H A Dexpect5 retcode=1
/minix3/external/bsd/bind/dist/lib/isc/
H A Dhttpd.c119 unsigned int retcode; member
596 unsigned int *retcode, const char **retmsg, in render_404() argument
608 *retcode = 404; in render_404()
622 unsigned int *retcode, const char **retmsg, in render_500() argument
634 *retcode = 500; in render_500()
701 &httpd->retcode, in isc_httpd_recvdone()
712 &httpd->retcode, &httpd->retmsg, in isc_httpd_recvdone()
719 &httpd->retcode, in isc_httpd_recvdone()
832 httpd->protocol, httpd->retcode, httpd->retmsg); in isc_httpd_response()
/minix3/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_ht.c195 int retcode; in parse_http_line1() local
228 retcode = strtoul(p, &r, 10); in parse_http_line1()
246 if (retcode != 200) { in parse_http_line1()
/minix3/external/bsd/bind/dist/lib/isc/include/isc/
H A Dtypes.h116 unsigned int *retcode,
/minix3/external/bsd/llvm/dist/llvm/utils/
H A Dllvm-compilers-check309 retcode = proc.wait()
311 return retcode
/minix3/external/bsd/libevent/dist/
H A Devdns.c2220 int retcode = 0, r; in evdns_request_transmit() local
2250 retcode = 1; in evdns_request_transmit()
2265 return retcode; in evdns_request_transmit()