/glibc-2.36/hesiod/ |
D | hesiod.c | 96 goto cleanup; in hesiod_init() 106 goto cleanup; in hesiod_init() 121 goto cleanup; in hesiod_init() 127 cleanup: in hesiod_init() 289 goto cleanup; in parse_config_file() 315 cleanup: in parse_config_file() 388 goto cleanup; in get_txt_records() 393 goto cleanup; in get_txt_records() 403 goto cleanup; in get_txt_records() 410 goto cleanup; in get_txt_records() [all …]
|
/glibc-2.36/hurd/ |
D | sigunwind.c | 38 inline void cleanup (void) in _hurdsig_longjmp_from_handler() 90 if (link->cleanup == &_hurdsig_longjmp_from_handler) in _hurdsig_longjmp_from_handler() 95 cleanup (); in _hurdsig_longjmp_from_handler() 99 (*link->cleanup) (link->cleanup_data, env, val); in _hurdsig_longjmp_from_handler() 147 cleanup (); in _hurdsig_longjmp_from_handler()
|
/glibc-2.36/resolv/ |
D | ns_name_pack.c | 160 goto cleanup; in ___ns_name_pack() 177 goto cleanup; in ___ns_name_pack() 179 goto cleanup; in ___ns_name_pack() 188 cleanup: in ___ns_name_pack()
|
/glibc-2.36/nptl/ |
D | cleanup_compat.c | 30 buffer->__prev = THREAD_GETMEM (self, cleanup); in __pthread_cleanup_push() 32 THREAD_SETMEM (self, cleanup, buffer); in __pthread_cleanup_push() 43 THREAD_SETMEM (self, cleanup, buffer->__prev); in __pthread_cleanup_pop()
|
D | libc-cleanup.c | 27 buffer->__prev = THREAD_GETMEM (self, cleanup); in __libc_cleanup_push_defer() 48 THREAD_SETMEM (self, cleanup, buffer); in __libc_cleanup_push_defer() 57 THREAD_SETMEM (self, cleanup, buffer->__prev); in libc_hidden_def()
|
D | unwind.c | 46 struct _pthread_cleanup_buffer *curp = THREAD_GETMEM (self, cleanup); in unwind_stop() 69 struct _pthread_cleanup_buffer *oldp = buf->priv.data.cleanup; in unwind_stop() 89 THREAD_SETMEM (self, cleanup, curp); in unwind_stop()
|
D | pthread_cleanup_upto.c | 35 for (cbuf = THREAD_GETMEM (self, cleanup); in __pthread_cleanup_upto() 59 THREAD_SETMEM (self, cleanup, cbuf); in __pthread_cleanup_upto()
|
D | cleanup.c | 31 ibuf->priv.data.cleanup = THREAD_GETMEM (self, cleanup); in ___pthread_register_cancel()
|
/glibc-2.36/sysdeps/unix/ |
D | grantpt.c | 191 goto cleanup; in grantpt() 199 goto cleanup; in grantpt() 223 goto cleanup; in grantpt() 254 cleanup: in grantpt()
|
/glibc-2.36/stdlib/ |
D | tst-setcontext3.sh | 32 cleanup() { function 35 trap cleanup 0
|
/glibc-2.36/scripts/ |
D | update-abilist.sh | 41 cleanup () { function 46 trap cleanup 0
|
/glibc-2.36/gmon/ |
D | tst-gmon-gprof.sh | 32 cleanup () { function 37 trap cleanup 0
|
D | tst-gmon-static-gprof.sh | 32 cleanup () { function 37 trap cleanup 0
|
/glibc-2.36/sysdeps/nptl/ |
D | libc_start_call_main.h | 52 unwind_buf.priv.data.cleanup = THREAD_GETMEM (self, cleanup); in __libc_start_call_main()
|
/glibc-2.36/elf/ |
D | tst-ldconfig-X.sh | 27 cleanup () { function 30 trap cleanup 0
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-syscall-list.sh | 67 cleanup () { function 70 trap cleanup 0
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-cancel12.c | 33 cleanup (void *arg) in cleanup() function 48 pthread_cleanup_push (cleanup, NULL); in tf()
|
D | tst-cancel13.c | 33 cleanup (void *arg) in cleanup() function 48 pthread_cleanup_push (cleanup, NULL); in tf()
|
D | tst-cancel10.c | 25 cleanup (void *arg) in cleanup() function 43 pthread_cleanup_push (cleanup, arg); in tf()
|
D | tst-cancel11.c | 31 cleanup (void *arg) in cleanup() function 48 pthread_cleanup_push (cleanup, NULL); in tf()
|
D | tst-cancel9.c | 30 cleanup (void *arg) in cleanup() function 52 pthread_cleanup_push (cleanup, NULL); in tf()
|
D | tst-cancel14.c | 34 cleanup (void *arg) in cleanup() function 49 pthread_cleanup_push (cleanup, NULL); in tf()
|
D | tst-cond25.c | 41 void cleanup (void *u) in cleanup() function 109 pthread_cleanup_push (cleanup, NULL); in waiter() 162 pthread_cleanup_push (cleanup, NULL); in timed_waiter()
|
D | tst-cancel15.c | 34 cleanup (void *arg) in cleanup() function 51 pthread_cleanup_push (cleanup, NULL); in tf()
|
/glibc-2.36/rt/ |
D | aio_suspend.c | 55 cleanup (void *arg) in cleanup() function 189 __libc_cleanup_region_start (1, cleanup, &clparam); in ___aio_suspend_time64() 191 __pthread_cleanup_push (cleanup, &clparam); in ___aio_suspend_time64()
|