Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/stdio/
Dfsetpos.c42 return (fseeko(iop, (off_t)*pos, SEEK_SET)); in fsetpos()
Drewind.c40 (void) fseek(fp, 0L, SEEK_SET); in rewind()
Dfseek.c97 whence = SEEK_SET; in fseeko()
101 case SEEK_SET: in fseeko()
139 if (whence == SEEK_SET) in fseeko()
204 if ((*seekfn)(fp->_cookie, curoff, SEEK_SET) == POS_ERR) in fseeko()
/bionic/libc/bionic/
Dpututline.c48 if (fseek(f, i - sizeof(struct utmp), SEEK_SET) < 0) in pututline()
Dutmp.c54 (void)fseeko(ut, (off_t)0, SEEK_SET); in setutent()
/bionic/libc/include/
Dstdio.h203 #ifndef SEEK_SET
204 #define SEEK_SET 0 /* set file offset to offset */ macro
Dunistd.h47 #define SEEK_SET 0 macro
/bionic/libc/kernel/common/linux/
Dfs.h25 #define SEEK_SET 0 macro
/bionic/libc/unistd/
Dopendir.c201 lseek( dir->_DIR_fd, 0, SEEK_SET ); in rewinddir()
/bionic/linker/
Dlinker.c990 if (lseek(fd, 0, SEEK_SET) < 0) { in load_library()
/bionic/libc/tzcode/
Dlocaltime.c451 if (lseek(fid, off, SEEK_SET) < 0) {