Searched refs:_IO_mask_flags (Results 1 – 10 of 10) sorted by relevance
/libio/ |
A D | iovdprintf.c | 51 _IO_mask_flags (&tmpfil.file, _IO_NO_READS, in __vdprintf_internal()
|
A D | oldiofdopen.c | 113 _IO_mask_flags (&new_f->fp.file._file, read_write, in _IO_old_fdopen()
|
A D | oldfileops.c | 204 _IO_mask_flags (fp, read_write,_IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING); in _IO_old_file_fopen() 520 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_old_file_seekoff() 532 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_old_file_seekoff() 543 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_old_file_seekoff() 586 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_old_file_seekoff() 594 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_old_file_seekoff()
|
A D | iofdopen.c | 148 _IO_mask_flags (&new_f->fp.file, read_write, in _IO_new_fdopen()
|
A D | oldiopopen.c | 132 _IO_mask_flags (fp, read_or_write, _IO_NO_READS|_IO_NO_WRITES); in _IO_old_proc_open()
|
A D | iopopen.c | 214 _IO_mask_flags (fp, read_or_write, _IO_NO_READS|_IO_NO_WRITES); in _IO_new_proc_open()
|
A D | iofopncook.c | 162 _IO_mask_flags (&cfile->__fp.file, read_write, in _IO_cookie_init()
|
A D | fileops.c | 192 _IO_mask_flags (fp, read_write,_IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING); in libc_hidden_ver() 992 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_new_file_seekoff() 1030 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_new_file_seekoff() 1038 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_new_file_seekoff() 1107 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in libc_hidden_ver()
|
A D | wfileops.c | 877 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_wfile_seekoff() 922 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_wfile_seekoff() 930 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_wfile_seekoff()
|
A D | libioP.h | 518 #define _IO_mask_flags(fp, f, mask) \ macro
|
Completed in 21 milliseconds