Home
last modified time | relevance | path

Searched refs:_IO_cleanup_region_start (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/sysdeps/htl/
Dstdio-lock.h37 #define _IO_cleanup_region_start(_fct, _fp) \ macro
48 _IO_cleanup_region_start((void (*) (void *)) &_IO_funlockfile, _fp); \
/glibc-2.36/libio/
Dlibio.h205 #ifndef _IO_cleanup_region_start
206 #define _IO_cleanup_region_start(_fct, _fp) /**/ macro
/glibc-2.36/sysdeps/generic/
Dstdio-lock.h41 #define _IO_cleanup_region_start(_fct, _fp) \ macro
/glibc-2.36/sysdeps/nptl/
Dstdio-lock.h78 #define _IO_cleanup_region_start(_fct, _fp) \ macro
/glibc-2.36/stdio-common/
Dvfprintf-internal.c763 _IO_cleanup_region_start ((void (*) (void *)) &_IO_funlockfile, s); in vfprintf()
/glibc-2.36/ChangeLog.old/
DChangeLog.61859 * libio/libio.h [!_IO_MTSAFE_IO]: Define _IO_cleanup_region_start
1861 * libio/fgetc.c: Use _IO_cleanup_region_start and
DChangeLog.1313417 * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
13421 (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
DChangeLog.1411754 * stdio-common/vfprintf.c [USE_IN_LIBIO]: Use _IO_cleanup_region_start
DChangeLog.185422 _IO_cleanup_region_start and _IO_cleanup_region_end if not