Searched refs:_seek (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/lib/libc/stdio/
H A Dfunopen.c69 fp->_seek = seekfn;
H A Dfopen.c80 fp->_seek = __sseek;
H A Dfdopen.c98 fp->_seek = __sseek;
H A Dmakebuf.c110 return ((st.st_mode & S_IFMT) == S_IFREG && fp->_seek == __sseek ?
H A Dftell.c87 if (fp->_seek == NULL) {
H A Dstdio.c135 ret = (*fp->_seek)(fp->_cookie, offset, whence);
H A Dfreopen.c230 fp->_seek = __sseek;
H A Dfindfp.c59 ._seek = __sseek, \
H A Dfseek.c101 if ((seekfn = fp->_seek) == NULL) {
/freebsd-current/include/
H A Dstdio.h134 fpos_t (* _Nullable _seek)(void *, fpos_t, int); member in struct:__sFILE
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h476 u64 (*_seek)(void *, u64, int); member in struct:__sanitizer::__sanitizer_FILE
H A Dsanitizer_platform_limits_netbsd.cpp2611 CHECK_SIZE_AND_OFFSET(FILE, _seek);
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c5684 const char *_seek[P2P_MAX_QUERY_HASH + 1], **seek = NULL; local
5740 _seek[seek_count++] = pos;
5741 seek = _seek;

Completed in 385 milliseconds