Searched refs:__funlockfile (Results 1 – 11 of 11) sorted by relevance
/glibc-2.36/stdio-common/ |
D | funlockfile.c | 24 __funlockfile (FILE *stream) in __funlockfile() function 28 weak_alias (__funlockfile, _IO_funlockfile) 29 weak_alias (__funlockfile, funlockfile);
|
/glibc-2.36/sysdeps/htl/ |
D | funlockfile.c | 24 __funlockfile (FILE *stream) in __funlockfile() function 30 weak_alias (__funlockfile, _IO_funlockfile) 31 weak_alias (__funlockfile, funlockfile)
|
/glibc-2.36/argp/ |
D | argp-namefrob.h | 82 #undef __funlockfile 83 #define __funlockfile funlockfile macro
|
D | argp-help.c | 1680 __funlockfile (stream); in _help() 1790 __funlockfile (stream); in _help() 1903 __funlockfile (stream); in weak_alias() 1996 __funlockfile (stream); in weak_alias()
|
/glibc-2.36/include/ |
D | stdio.h | 165 extern void __funlockfile (FILE *__stream) attribute_hidden;
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.6 | 3835 __funlockfile, not a circular alias. 3854 definition of __funlockfile. 4309 * stdio-common/vfprintf.c: Only declare __flockfile and __funlockfile 4312 __flockfile and __funlockfile. 6280 * libio/iofgets.c: Use __flockfile and __funlockfile instead of 6482 * stdio-common/vfprintf.c (__flockfile, __funlockfile): Declare 6484 (__funlockfile): Don't use weak_extern for this one; 6486 __funlockfile can't be protected the way the use of __flockfile
|
D | ChangeLog.11 | 4266 (__funlockfile): Likewise. 13050 (__flockfile, __funlockfile, __ftrylockfile): Functions renamed
|
D | ChangeLog.14 | 4667 * argp/argp-namefrob.h (__flockfile, __funlockfile, __mempcpy)
|
D | ChangeLog.23 | 15687 (__funlockfile): Modified function.
|
D | ChangeLog.19 | 32895 (__funlockfile): Likewise.
|
D | ChangeLog.18 | 28385 * sysdeps/pthread/funlockfile.c (__funlockfile): Likewise.
|