Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/db/os/
H A Dos_seek.c31 __os_seek(fd, pgsize, pageno, relative, isrewind, whence) in __os_seek() argument
36 int isrewind, whence;
43 pgsize, pageno, relative, isrewind, whence);
46 if (isrewind)
/titanic_41/usr/src/cmd/backup/dump/
H A Ddump.h325 extern int isrewind(int);
449 extern int isrewind();
H A Ddumponline.c370 if (isrewind(to)) { in activepass()
H A Ddumptape.c742 if (tapeout && (isrewind(to) || offline)) { in tperror()
1086 isrewind(int f) in isrewind() function
1175 if (tapeout && isrewind(to)) { in just_rewind()
1219 if (tapeout && !isrewind(to) && offline) { in close_rewind()