OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cleanup_exit
(Results
1 - 2
of
2
) sorted by null
/external/selinux/policycoreutils/mcstrans/src/
mcstransd.c
64
static void
cleanup_exit
(int ret) __attribute__ ((noreturn));
66
cleanup_exit
(int ret)
function
73
log_debug("%s\n", "
cleanup_exit
");
82
cleanup_exit
(0);
395
cleanup_exit
(1);
408
cleanup_exit
(1);
423
cleanup_exit
(1);
429
cleanup_exit
(1);
440
cleanup_exit
(0);
458
cleanup_exit
(1)
[
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
...]
Completed in 75 milliseconds