HomeSort by: relevance | last modified time | path
    Searched refs:_seek (Results 1 - 17 of 17) sorted by relevancy

  /src/lib/libc/stdio/
ftell.c 61 if (fp->_seek == NULL) {
75 pos = (*fp->_seek)(fp->_cookie, (off_t)0, SEEK_CUR);
ftello.c 62 if (fp->_seek == NULL) {
76 pos = (*fp->_seek)(fp->_cookie, (off_t)0, SEEK_CUR);
fdopen.c 120 fp->_seek = __sseek;
fopen.c 87 fp->_seek = __sseek;
vdprintf.c 102 f._seek = NULL;
freopen.c 174 fp->_seek = __sseek;
makebuf.c 188 return (st.st_mode & S_IFMT) == S_IFREG && fp->_seek == __sseek ?
findfp.c 70 ._seek = __sseek, \
funopen.c 81 fp->_seek = seekfn;
fmemopen.c 225 fp->_seek = fmemopen_seek;
fseeko.c 82 if ((seekfn = fp->_seek) == NULL) {
  /src/sys/lib/libsa/
stand.h 92 extern __compactcall off_t __CONCAT(fs,_seek)(struct open_file *, off_t, int); \
132 __CONCAT(fs,_seek), \
141 __CONCAT(fs,_seek), \
161 #define FS_SEEK(fs) ___CONCAT(LIBSA_SINGLE_FILESYSTEM,_seek)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
stdio.d 485 fpos_t function(void*, fpos_t, int) _seek;
528 fpos_t function(void*, fpos_t, int) _seek;
574 fpos_t function(void*, fpos_t, int) _seek;
618 fpos_t function(void*, fpos_t, int) _seek;
720 fpos_t function(void*, fpos_t, int) _seek;
  /src/include/
stdio.h 126 __off_t (*_seek) (void *, __off_t, int); member in struct:__sFILE
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_netbsd.h 476 u64 (*_seek)(void *, u64, int); member in struct:__sanitizer::__sanitizer_FILE
sanitizer_platform_limits_netbsd.cpp 2611 CHECK_SIZE_AND_OFFSET(FILE, _seek);
  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c 6079 const char *_seek[P2P_MAX_QUERY_HASH + 1], **seek = NULL; local
6135 _seek[seek_count++] = pos;
6136 seek = _seek;

Completed in 57 milliseconds