Home
last modified time | relevance | path

Searched refs:__funlockfile (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/stdio-common/
Dfunlockfile.c24 __funlockfile (FILE *stream) in __funlockfile() function
28 weak_alias (__funlockfile, _IO_funlockfile)
29 weak_alias (__funlockfile, funlockfile);
/glibc-2.36/sysdeps/htl/
Dfunlockfile.c24 __funlockfile (FILE *stream) in __funlockfile() function
30 weak_alias (__funlockfile, _IO_funlockfile)
31 weak_alias (__funlockfile, funlockfile)
/glibc-2.36/argp/
Dargp-namefrob.h82 #undef __funlockfile
83 #define __funlockfile funlockfile macro
Dargp-help.c1680 __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/
Dstdio.h165 extern void __funlockfile (FILE *__stream) attribute_hidden;
/glibc-2.36/ChangeLog.old/
DChangeLog.63835 __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
DChangeLog.114266 (__funlockfile): Likewise.
13050 (__flockfile, __funlockfile, __ftrylockfile): Functions renamed
DChangeLog.144667 * argp/argp-namefrob.h (__flockfile, __funlockfile, __mempcpy)
DChangeLog.2315687 (__funlockfile): Modified function.
DChangeLog.1932895 (__funlockfile): Likewise.
DChangeLog.1828385 * sysdeps/pthread/funlockfile.c (__funlockfile): Likewise.