Searched refs:_IO_new_fclose (Results 1 – 18 of 18) sorted by relevance
/glibc-2.36/libio/ |
D | iofclose.c | 33 _IO_new_fclose (FILE *fp) in _IO_new_fclose() function 78 versioned_symbol (libc, _IO_new_fclose, _IO_fclose, GLIBC_2_1); 79 strong_alias (_IO_new_fclose, __new_fclose)
|
D | pclose.c | 38 return _IO_new_fclose (fp); in __new_pclose()
|
D | oldiofclose.c | 46 return _IO_new_fclose (fp); in _IO_old_fclose()
|
D | iolibio.h | 11 extern int _IO_new_fclose (FILE*);
|
/glibc-2.36/include/ |
D | stdio.h | 194 extern int _IO_new_fclose (FILE*); 195 # define fclose(fp) _IO_new_fclose (fp)
|
/glibc-2.36/manual/ |
D | pipe.texi | 180 @c _IO_new_fclose @ascuheap @ascuplugin @asucorrupt @asulock @acucorrupt @aculock @acsfd @acsmem
|
/glibc-2.36/posix/ |
D | tst-regex.input | 11011 * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose, 12350 * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose. 12351 (_IO_fclose, fclose): Use _IO_new_fclose as default version
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.8 | 11011 * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose, 12350 * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose. 12351 (_IO_fclose, fclose): Use _IO_new_fclose as default version
|
D | ChangeLog.12 | 586 * libio/iofclose.c (_IO_new_fclose): Correct freeing of the step data. 768 * libio/iofclose.c (_IO_new_fclose): Unlink descriptor first to
|
D | ChangeLog.15 | 497 * libio/iolibio.h (_IO_fclose, _IO_new_fclose, _IO_old_fclose,
|
D | ChangeLog.20 | 4520 (_IO_new_fclose): Modified function.
|
D | ChangeLog.14 | 1407 * libio/iofclose.c [_LIBC] (_IO_new_fclose): Lock gconv lock 5977 * libio/iofclose.c (_IO_new_fclose): 6371 * libio/iofclose.c (_IO_new_fclose): Likewise.
|
D | ChangeLog.10 | 7280 * libio/iofclose.c (_IO_new_fclose): Only fall back on 7283 * libio/iofclose.c (_IO_new_fclose): Detect new streams and handle
|
D | ChangeLog.19 | 2552 * libio/iofclose.c (_IO_new_fclose): Call __gconv_release_step 4495 * libio/iofclose.c (_IO_new_fclose): Call __wcsmbs_close_conv 6904 * libio/iofclose.c (_IO_new_fclose): Use _IO_deallocate_file.
|
D | ChangeLog.13 | 8145 * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
|
D | ChangeLog.11 | 12508 * libio/iofclose.c (_IO_new_fclose): Likewise.
|
D | ChangeLog.16 | 8245 * libio/iofclose.c (_IO_new_fclose): Unlock the internal lock
|
D | ChangeLog.18 | 28796 * libio/iofclose.c (_IO_new_fclose): Likewise.
|