Home | History | Annotate | Download | only in dropbear

Lines Matching refs:lseek

712 		(void)lseek(fd, (off_t)(tty * sizeof(struct utmp)), SEEK_SET);
725 (void)lseek(fd, (off_t)(tty * sizeof(struct utmp)), SEEK_SET);
1015 if (lseek(fd, -(off_t)sizeof(struct utmp), SEEK_END) == -1) {
1048 if (lseek(fd, -(off_t)(2 * sizeof(struct utmp)), SEEK_CUR) == -1) {
1171 if (lseek(fd, -(off_t)sizeof(struct utmpx), SEEK_END) == -1 ) {
1202 if (lseek(fd, -(off_t)(2 * sizeof(struct utmpx)), SEEK_CUR) == -1) {
1348 if ( lseek(*fd, offset, SEEK_SET) != offset ) {
1349 dropbear_log(LOG_WARNING, "lastlog_openseek: %s->lseek(): %s",