Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1763 static off_t zlastseek; variable
1772 zlastseek = 0; in zopen()
1799 zlastseek = 0; in zwrite()
1804 zlastseek = 1; in zwrite()
1817 if (zlastseek && (lseek(fd, (off_t)-1, SEEK_CUR) < 0 || in zclose()