Home | History | Annotate | Download | only in openssh

Lines Matching refs:lseek

874 		if ((ret = lseek(fd, pos, SEEK_SET)) == -1) {
875 logit("%s: lseek: %s", __func__, strerror(errno));
896 if ((ret = lseek(fd, pos, SEEK_SET)) == -1) {
897 logit("%s: lseek: %s", __func__, strerror(errno));
1202 if (lseek(fd, -(off_t)sizeof(struct utmp), SEEK_END) == -1) {
1237 if (lseek(fd, -(off_t)(2 * sizeof(struct utmp)), SEEK_CUR) == -1) {
1367 if (lseek(fd, -(off_t)sizeof(struct utmpx), SEEK_END) == -1 ) {
1398 if (lseek(fd, -(off_t)(2 * sizeof(struct utmpx)), SEEK_CUR) == -1) {
1508 if (lseek(*fd, offset, SEEK_SET) != offset) {
1509 logit("%s: %s->lseek(): %s", __func__,