whence             48 usr/lib/libc/stdio/fseek.c fseek(fp, offset, whence)
whence             51 usr/lib/libc/stdio/fseek.c 	int whence;
whence             64 usr/lib/libc/stdio/fseek.c 	switch (whence) {
whence             83 usr/lib/libc/stdio/fseek.c 		whence = SEEK_SET;
whence            102 usr/lib/libc/stdio/fseek.c 	    __sseek(fp, (fpos_t)offset, whence) == POS_ERR) {
whence             63 usr/lib/libc/stdio/stdio.c __sseek(fp, offset, whence)
whence             66 usr/lib/libc/stdio/stdio.c 	int whence;
whence             68 usr/lib/libc/stdio/stdio.c 	return (lseek(fp->_file, (off_t)offset, whence));
whence             39 usr/lib/posix/file/lseek.c lseek(int fd, off_t offset, int whence)
whence             46 usr/lib/posix/file/lseek.c 	m.data[2] = whence;