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

/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dftell.c62 if (fp->_seek == NULL) {
76 pos = (*fp->_seek)(fp->_cookie, (off_t)0, SEEK_CUR);
H A Dftello.c63 if (fp->_seek == NULL) {
77 pos = (*fp->_seek)(fp->_cookie, (off_t)0, SEEK_CUR);
H A Dfunopen.c79 fp->_seek = seekfn;
H A Dfdopen.c120 fp->_seek = __sseek;
H A Dfopen.c102 fp->_seek = __sseek;
H A Dvdprintf.c109 f._seek = NULL;
H A Dmakebuf.c129 return ((st.st_mode & S_IFMT) == S_IFREG && fp->_seek == __sseek ?
H A Dfreopen.c191 fp->_seek = __sseek;
H A Dfmemopen.c208 fp->_seek = &fmemopen_seek;
H A Dfseeko.c82 if ((seekfn = fp->_seek) == NULL) {
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dstand.h97 extern __compactcall off_t __CONCAT(fs,_seek)(struct open_file *, off_t, int); \
137 __CONCAT(fs,_seek), \
146 __CONCAT(fs,_seek), \
166 #define FS_SEEK(fs) ___CONCAT(LIBSA_SINGLE_FILESYSTEM,_seek)
/netbsd-6-1-5-RELEASE/include/
H A Dstdio.h125 __off_t (*_seek) (void *, __off_t, int); member in struct:__sFILE

Completed in 67 milliseconds