/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/t/ |
H A D | ipcsysv.t | 36 $SIG{__DIE__} = 'cleanup'; # will cleanup $msg and $sem if needed 213 sub cleanup { subroutine 218 cleanup;
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | cleanup.h | 6 struct cleanup { struct 12 struct cleanup cleanup_data[x]; \
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Find/t/ |
H A D | taint.t | 49 cleanup(); 66 sub cleanup { subroutine 92 cleanup();
|
H A D | find.t | 52 cleanup(); 75 sub cleanup { subroutine 101 cleanup();
|
/osnet-11/usr/src/lib/libnsl/dial/ |
H A D | dial.c | 147 cleanup(int Cn) /* this is executed only in the parent process */ function 260 cleanup(fd);
|
/osnet-11/usr/src/lib/libc/port/stdio/ |
H A D | system.c | 58 * Things needed by the cancellation cleanup handler. 85 * Cancellation cleanup handler. 92 cleanup(void *arg) function 211 * restored in cleanup() when the last thread exits system(). 254 pthread_cleanup_push(cleanup, &cu); 264 cleanup(&cu);
|
H A D | popen.c | 72 * Cancellation cleanup handler. 77 cleanup(void *arg) function 265 * a cancellation cleanup handler), attempt to reap the process 266 * w/o waiting, and if that fails just call cleanup(pid). 273 cleanup((void *)(uintptr_t)pid); 278 pthread_cleanup_push(cleanup, (void *)(uintptr_t)pid);
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_decode.c | 57 #define cleanup() \ macro 83 cleanup(); 108 cleanup(); 153 cleanup(); 164 cleanup(); 175 cleanup(); 186 cleanup(); 198 cleanup(); 208 cleanup(); 219 cleanup(); [all...] |
H A D | ldap_key_seq.c | 120 #define cleanup(err) \ macro 133 cleanup (ASN1_BAD_LENGTH); \ 148 cleanup (ASN1_MISSING_FIELD); 174 cleanup (ASN1_MISSING_FIELD); 204 cleanup (ASN1_MISSING_FIELD); 273 cleanup (ASN1_MISSING_FIELD); 345 cleanup (ASN1_BAD_FORMAT); 362 cleanup (ASN1_MISSING_FIELD); 370 cleanup (ENOMEM);
|
H A D | krb5_decode.c | 45 * and thus need no malloc cleanup 69 /* helper macros for cleanup */ 72 /* alloc_field is the first thing to allocate storage that may need cleanup */ 222 /* to make things less painful, assume the cleanup is passed rep */ 223 #define cleanup(cleanup_routine) \ macro 387 cleanup(free); 592 cleanup(free); 725 cleanup(free); 846 cleanup(free); 931 cleanup(fre [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | DB.pm | 194 $s->cleanup; 540 sub cleanup {} subroutine 601 CLIENT->cleanup() # just before exit 786 =item CLIENT->cleanup()
|
H A D | CPAN.pm | 32 END { $End++; &cleanup; } 617 &cleanup; 622 &cleanup if $Signal; 648 # global backstop to cleanup if we should really die 649 $SIG{__DIE__} = \&cleanup; 655 &cleanup; # need an eval? 798 #-> sub CPAN::cleanup ; 799 sub cleanup { subroutine 800 # warn "cleanup called with arg[@_] End[$End] Signal[$Signal]"; 2433 last if $CPAN::Signal; # need to cleanup [all...] |
/osnet-11/usr/src/tools/onbld/Scm/ |
H A D | Backup.py | 199 def cleanup(self): member in class:CdmCommittedBackup 418 def cleanup(self): member in class:CdmUncommittedBackup 587 def cleanup(self): member in class:CdmMetadataBackup 734 x.cleanup()
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | cp.c | 690 void* cleanup = context; local 1003 if (cleanup && !sh)
|
/osnet-11/usr/src/lib/libipsecutil/common/ |
H A D | algs.c | 343 boolean_t cleanup) 362 if (cleanup) 342 proto_setup(ipsec_proto_t **protos, int *num_protos, int proto_num, boolean_t cleanup) argument
|
/osnet-11/usr/src/lib/libwrap/ |
H A D | tcpd.h | 107 void (*cleanup) (); /* cleanup function or 0 */ member in struct:request_info
|
/osnet-11/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 1395 cleanup 1559 cleanup 1584 cleanup 1952 cleanup 1971 cleanup 2283 cleanup 2470 cleanup 2561 cleanup 2614 cleanup 2731 cleanup 5241 cleanup() function [all...] |
/osnet-11/usr/src/lib/libpam/ |
H A D | pam_impl.h | 179 void (*cleanup)(pam_handle_t *pamh, void *data, int pam_status); member in struct:pam_module_data
|
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | pkgtrans.c | 107 static void cleanup(void); 158 cleanup(); 174 cleanup(); 342 cleanup(); 366 cleanup(); 454 cleanup(); 468 cleanup(); 472 cleanup(); 477 cleanup(); 488 cleanup(); 1819 cleanup(void) function [all...] |