Searched refs:_IO_SEEKOFF (Results 1 – 6 of 6) sorted by relevance
/libio/ |
A D | ioseekpos.c | 46 return _IO_SEEKOFF (fp, pos, 0, mode); in _IO_seekpos_unlocked()
|
A D | ioseekoff.c | 59 return _IO_SEEKOFF (fp, offset, dir, mode); in _IO_seekoff_unlocked()
|
A D | oldfileops.c | 206 if (_IO_SEEKOFF (fp, (off_t)0, _IO_seek_end, _IOS_INPUT|_IOS_OUTPUT) in _IO_old_file_fopen() 225 if (_IO_SEEKOFF (fp, (off_t)0, _IO_seek_cur, _IOS_INPUT|_IOS_OUTPUT) in _IO_old_file_attach()
|
A D | genops.c | 473 return _IO_SEEKOFF (fp, pos, 0, mode); in _IO_default_seekpos()
|
A D | libioP.h | 193 #define _IO_SEEKOFF(FP, OFF, DIR, MODE) JUMP3 (__seekoff, FP, OFF, DIR, MODE) macro
|
A D | fileops.c | 371 if (_IO_SEEKOFF (fp, (off64_t)0, _IO_seek_cur, _IOS_INPUT|_IOS_OUTPUT) in libc_hidden_ver()
|
Completed in 15 milliseconds