Searched refs:__libc_cleanup_region_start (Results 1 – 4 of 4) sorted by relevance
/haiku/src/system/libroot/posix/glibc/include/bits/ |
H A D | stdio-lock.h | 42 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp) 44 __libc_cleanup_region_start (1, _fct, NULL)
|
H A D | libc-lock.h | 84 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ macro
|
/haiku/src/system/libroot/posix/glibc/stdio-common/ |
H A D | vfprintf.c | 1310 __libc_cleanup_region_start (1, (void (*) (void *)) &_IO_funlockfile, s); in vfprintf() 1313 __libc_cleanup_region_start (1, (void (*) (void *)) &__funlockfile, s); in vfprintf() 2166 __libc_cleanup_region_start (1, (void (*) (void *)) &_IO_funlockfile, s); in buffered_vfprintf()
|
H A D | vfscanf.c | 171 __libc_cleanup_region_start (1, (void (*) (void *)) &_IO_funlockfile, (S)); \ 233 __libc_cleanup_region_start (&__funlockfile, (S)); \
|