Home
last modified time | relevance | path

Searched refs:last_off (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/adbgen/common/
H A Dadbsub.c38 off_t last_off; variable
49 last_off = -1; in offsetok()
60 if (last_off == -1) { in offset()
61 last_off = off; in offset()
64 off_diff = off - last_off; in offset()
79 last_off = off; in offset()
193 last_off += fs; in format()
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Dgetdents.c67 off_t last_off; local
101 last_off = ndir->d_off;
113 (void)lseek(fd, last_off, SEEK_SET);