Searched refs:SEEK_SET (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/stdio/ |
D | fsetpos.c | 42 return (fseeko(iop, (off_t)*pos, SEEK_SET)); in fsetpos()
|
D | rewind.c | 40 (void) fseek(fp, 0L, SEEK_SET); in rewind()
|
D | fseek.c | 97 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/ |
D | pututline.c | 48 if (fseek(f, i - sizeof(struct utmp), SEEK_SET) < 0) in pututline()
|
D | utmp.c | 54 (void)fseeko(ut, (off_t)0, SEEK_SET); in setutent()
|
/bionic/libc/include/ |
D | stdio.h | 203 #ifndef SEEK_SET 204 #define SEEK_SET 0 /* set file offset to offset */ macro
|
D | unistd.h | 47 #define SEEK_SET 0 macro
|
/bionic/libc/kernel/common/linux/ |
D | fs.h | 25 #define SEEK_SET 0 macro
|
/bionic/libc/unistd/ |
D | opendir.c | 201 lseek( dir->_DIR_fd, 0, SEEK_SET ); in rewinddir()
|
/bionic/linker/ |
D | linker.c | 990 if (lseek(fd, 0, SEEK_SET) < 0) { in load_library()
|
/bionic/libc/tzcode/ |
D | localtime.c | 451 if (lseek(fid, off, SEEK_SET) < 0) {
|