Searched refs:_IO_seek_end (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/libio/ |
D | ioseekoff.c | 34 if (dir != _IO_seek_cur && dir != _IO_seek_set && dir != _IO_seek_end) in _IO_seekoff_unlocked()
|
D | iofdopen.c | 157 off64_t new_pos = _IO_SYSSEEK (&new_f->fp.file, 0, _IO_seek_end); in _IO_new_fdopen()
|
D | fileops.c | 198 off64_t new_pos = _IO_SYSSEEK (fp, 0, _IO_seek_end); in libc_hidden_ver() 857 result = _IO_SYSSEEK (fp, 0, _IO_seek_end); in do_ftell() 962 case _IO_seek_end: in _IO_new_file_seekoff() 1077 case _IO_seek_end: in libc_hidden_ver()
|
D | oldfileops.c | 206 if (_IO_SEEKOFF (fp, (off_t)0, _IO_seek_end, _IOS_INPUT|_IOS_OUTPUT) in _IO_old_file_fopen() 487 case _IO_seek_end: in _IO_old_file_seekoff()
|
D | wfileops.c | 615 result = _IO_SYSSEEK (fp, 0, _IO_seek_end); in do_ftell_wide() 840 case _IO_seek_end: in _IO_wfile_seekoff()
|
D | libioP.h | 57 #define _IO_seek_end 2 macro
|