Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h207 extern off_t sh_seek(int, off_t, int);
247 # define lseek64 sh_seek
250 # define lseek sh_seek
/illumos-gate/usr/src/cmd/ast/libshell/
H A Dmapfile-vers76 sh_seek;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dshiocmd_solaris.c902 if (sh_seek(fd, 0, SEEK_SET) == (off_t)-1) in b_rewind()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c2566 off_t sh_seek(register int fd, off_t offset, int whence) in sh_seek() function