Searched refs:_seek (Results 1 - 13 of 13) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h481 u64 (*_seek)(void *, u64, int); member in struct:__sanitizer::__sanitizer_FILE
H A Dsanitizer_platform_limits_netbsd.cpp2328 CHECK_SIZE_AND_OFFSET(FILE, _seek);
/freebsd-11-stable/include/
H A Dstdio.h135 fpos_t (* _Nullable _seek)(void *, fpos_t, int); member in struct:__sFILE
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c5313 const char *_seek[P2P_MAX_QUERY_HASH + 1], **seek = NULL; local
5365 _seek[seek_count++] = pos;
5366 seek = _seek;
/freebsd-11-stable/lib/libc/stdio/
H A Dstdio.c139 ret = (*fp->_seek)(fp->_cookie, offset, whence);
H A Dfseek.c105 if ((seekfn = fp->_seek) == NULL) {
H A Dfreopen.c234 fp->_seek = __sseek;
H A Dfdopen.c102 fp->_seek = __sseek;
H A Dfindfp.c63 ._seek = __sseek, \
H A Dfopen.c84 fp->_seek = __sseek;
H A Dftell.c91 if (fp->_seek == NULL) {
H A Dfunopen.c73 fp->_seek = seekfn;
H A Dmakebuf.c114 return ((st.st_mode & S_IFMT) == S_IFREG && fp->_seek == __sseek ?

Completed in 158 milliseconds