Home
last modified time | relevance | path

Searched refs:_IO_seek_set (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/libio/
Dioseekoff.c34 if (dir != _IO_seek_cur && dir != _IO_seek_set && dir != _IO_seek_end) in _IO_seekoff_unlocked()
Doldfileops.c483 dir = _IO_seek_set; in _IO_old_file_seekoff()
485 case _IO_seek_set: in _IO_old_file_seekoff()
493 dir = _IO_seek_set; in _IO_old_file_seekoff()
Dstrops.c278 case _IO_seek_set: in _IO_str_seekoff()
309 case _IO_seek_set: in _IO_str_seekoff()
Dwstrops.c284 case _IO_seek_set: in _IO_wstr_seekoff()
318 case _IO_seek_set: in _IO_wstr_seekoff()
Dfileops.c958 dir = _IO_seek_set; in _IO_new_file_seekoff()
960 case _IO_seek_set: in _IO_new_file_seekoff()
968 dir = _IO_seek_set; in _IO_new_file_seekoff()
1075 case _IO_seek_set: in libc_hidden_ver()
Dwfileops.c836 dir = _IO_seek_set; in _IO_wfile_seekoff()
838 case _IO_seek_set: in _IO_wfile_seekoff()
846 dir = _IO_seek_set; in _IO_wfile_seekoff()
DlibioP.h55 #define _IO_seek_set 0 macro