Home
last modified time | relevance | path

Searched refs:__fopen_maybe_mmap (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/libio/
Diofopen.c34 __fopen_maybe_mmap (FILE *fp) in __fopen_maybe_mmap() function
76 return __fopen_maybe_mmap (&new_f->fp.file); in __fopen_internal()
Dfreopen64.c62 result = __fopen_maybe_mmap (result); in freopen64()
Dfreopen.c77 result = __fopen_maybe_mmap (result); in freopen()
Diolibio.h28 extern FILE *__fopen_maybe_mmap (FILE *) __THROW attribute_hidden;
/glibc-2.36/ChangeLog.old/
DChangeLog.131942 * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
5065 Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
5075 * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
5078 jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
9344 * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
10980 * libio/iofopen.c (__fopen_maybe_mmap): New function.
10984 * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
10986 * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
DChangeLog.1932675 * libio/iolibio.h (__fopen_maybe_mmap): Add attribute_hidden.
DChangeLog.1837523 * libio/iofopen.c (__fopen_maybe_mmap): Likewise.