Searched refs:sh_seek (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 199 extern off_t sh_seek(int, off_t, int); 241 # define lseek64 sh_seek 244 # define lseek sh_seek
|
/titanic_41/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 209 extern __MANGLE__ off_t sh_seek __PROTO__((int, off_t, int)); 252 # define lseek64 sh_seek 255 # define lseek sh_seek
|
/titanic_41/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 209 extern __MANGLE__ off_t sh_seek __PROTO__((int, off_t, int)); 252 # define lseek64 sh_seek 255 # define lseek sh_seek
|
/titanic_41/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 209 extern __MANGLE__ off_t sh_seek __PROTO__((int, off_t, int)); 252 # define lseek64 sh_seek 255 # define lseek sh_seek
|
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 209 extern __MANGLE__ off_t sh_seek __PROTO__((int, off_t, int)); 252 # define lseek64 sh_seek 255 # define lseek sh_seek
|
/titanic_41/usr/src/lib/libshell/ |
H A D | mapfile-vers | 72 sh_seek;
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | shiocmd_solaris.c | 902 if (sh_seek(fd, 0, SEEK_SET) == (off_t)-1) in b_rewind()
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 2260 off_t sh_seek(register int fd, off_t offset, int whence) in sh_seek() function
|