HomeSort by relevance Sort by last modified time
    Searched defs:cleanup_exit (Results 1 - 9 of 9) sorted by null

  /external/openssh/
cleanup.c 29 cleanup_exit(int i) function
sftp-server-main.c 32 cleanup_exit(int i) function
ssh-pkcs11-helper.c 226 cleanup_exit(11);
253 cleanup_exit(255);
258 cleanup_exit(255);
265 cleanup_exit(int i) function
329 cleanup_exit(2);
337 cleanup_exit(0);
340 cleanup_exit(1);
350 cleanup_exit(1);
ssh-agent.c 1166 cleanup_exit(int i) function
    [all...]
sshd.c 396 cleanup_exit(255);
406 cleanup_exit(255);
437 cleanup_exit(255);
448 cleanup_exit(255);
454 cleanup_exit(255);
480 cleanup_exit(255);
2278 cleanup_exit(int i) function
    [all...]
clientloop.c 599 cleanup_exit(255);
2771 cleanup_exit(int i) function
    [all...]
  /external/mksh/src/
check.pl 352 @SIG{@trap_sigs} = ('cleanup_exit') x @trap_sigs;
373 &cleanup_exit() if !defined $ret;
388 &cleanup_exit('ok');
391 cleanup_exit subroutine
    [all...]
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_tunnel.sh 664 cleanup_exit() function
726 trap cleanup_exit 2 9
  /external/selinux/mcstrans/src/
mcstransd.c 63 static void cleanup_exit(int ret) __attribute__ ((noreturn));
65 cleanup_exit(int ret) function
72 log_debug("%s\n", "cleanup_exit");
81 cleanup_exit(0);
384 cleanup_exit(1);
397 cleanup_exit(1);
412 cleanup_exit(1);
418 cleanup_exit(1);
429 cleanup_exit(0);
447 cleanup_exit(1)
    [all...]

Completed in 194 milliseconds