Searched defs:lseek64 (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dlseek.s40 ANSI_PRAGMA_WEAK(lseek64,function)
53 /* C library -- lseek64 transitional large file API */
54 /* off64_t lseek64(int fildes, off64_t offset, int whence); */
56 ENTRY(lseek64) function
60 SET_SIZE(lseek64)
/illumos-gate/usr/src/uts/common/syscall/
H A Dlseek.c274 lseek64(int fdes, off_t off, int stype) function
/illumos-gate/usr/src/ucbhead/
H A Dunistd.h127 #pragma redefine_extname lseek lseek64
129 #define lseek lseek64
135 #pragma redefine_extname lseek64 lseek
137 #define lseek64 lseek macro
169 extern off64_t lseek64(int, off64_t, int);
171 extern off64_t lseek64();
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h252 # define lseek64 sh_seek macro
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshell.h241 # define lseek64 sh_seek macro
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h252 # define lseek64 sh_seek macro
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h252 # define lseek64 sh_seek macro
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h252 # define lseek64 sh_seek macro
/illumos-gate/usr/src/head/
H A Dunistd.h201 #pragma redefine_extname lseek lseek64
209 #define lseek lseek64
222 #pragma redefine_extname lseek64 lseek
230 #define lseek64 lseek macro
587 extern off64_t lseek64(int, off64_t, int);

Completed in 82 milliseconds