HomeSort by relevance Sort by last modified time
    Searched defs:cleanup_exit (Results 1 - 8 of 8) 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 380 cleanup_exit(255);
390 cleanup_exit(255);
421 cleanup_exit(255);
432 cleanup_exit(255);
438 cleanup_exit(255);
464 cleanup_exit(255);
2227 cleanup_exit(int i) function
    [all...]
clientloop.c 599 cleanup_exit(255);
2771 cleanup_exit(int i) function
    [all...]
  /external/mksh/src/
check.pl 324 @SIG{@trap_sigs} = ('cleanup_exit') x @trap_sigs;
345 &cleanup_exit() if !defined $ret;
360 &cleanup_exit('ok');
363 cleanup_exit subroutine
    [all...]
  /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);
394 cleanup_exit(1);
407 cleanup_exit(1);
422 cleanup_exit(1);
428 cleanup_exit(1);
439 cleanup_exit(0);
457 cleanup_exit(1)
    [all...]

Completed in 1852 milliseconds