Home
last modified time | relevance | path

Searched refs:_IO_proc_jumps (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/libio/
Diopopen.c48 static const struct _IO_jump_t _IO_proc_jumps; variable
238 _IO_JUMPS (&new_f->fpx.file) = &_IO_proc_jumps; in _IO_new_popen()
294 static const struct _IO_jump_t _IO_proc_jumps libio_vtable = {
/glibc-2.36/elf/
DMakefile607 --required=_IO_proc_jumps \
/glibc-2.36/ChangeLog.old/
DChangeLog.138757 _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
DChangeLog.71770 * libio/iopopen.c (_IO_proc_jumps): Likewise.
DChangeLog.1412477 * libio/iopopen.c (_IO_proc_jumps): Mark as static.
DChangeLog.1819893 (_IO_proc_jumps): Define as vtable.