olseek            378 lib/libsa/cread.c 		return(olseek(fd, offset, where));
olseek            383 lib/libsa/cread.c 		off_t res = olseek(fd, offset, where);
olseek            402 lib/libsa/cread.c 			res = olseek(fd, 0, SEEK_SET);
olseek             70 lib/libsa/lseek.c olseek(int fd, off_t offset, int where)
olseek             57 lib/libsa/readdir.c 		olseek(fd, 0, 0);