Searched refs:lseek64 (Results 1 - 25 of 36) sorted by relevance

12

/osnet-11/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)
/osnet-11/usr/src/lib/libc/port/gen/
H A Dtell.c55 return (lseek64(f, 0, SEEK_CUR));
H A Dseekdir.c90 if (lseek64(dirp->d_fd, 0, SEEK_CUR) != 0) {
106 (void) lseek64(dirp->d_fd, loc, SEEK_SET);
H A Dgetlogin.c76 (void) lseek64(uf, me * sizeof (ubuf), SEEK_SET);
H A Dndbm.c126 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
143 if ((lseek64(db->dbm_dirf, where, L_SET) != where) ||
289 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
332 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
375 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
382 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
507 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
580 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
738 if ((lseek64(db->dbm_dirf, where, L_SET) != where) ||
758 if ((lseek64(d
[all...]
H A Dtelldir.c84 if (lseek64(dirp->d_fd, 0, SEEK_CUR) != 0) {
/osnet-11/usr/src/lib/libc/port/stdio/
H A Drewind.c58 (void) lseek64(FILENO(iop), 0, SEEK_SET);
H A Dfdopen.c81 (void) lseek64(fd, (off64_t)0, SEEK_END);
H A D_endopen.c113 if (lseek64(fd, (off64_t)0, SEEK_END) < (off64_t)0) {
H A Dfseeko.c86 p = lseek64(FILENO(iop), offset, ptrname);
H A Dftell.c77 tres = lseek64(FILENO(iop), 0, SEEK_CUR);
H A Dftello.c82 tres = lseek64(FILENO(iop), 0, SEEK_CUR);
H A Dfopen.c183 (void) lseek64(fd, (off64_t)0, SEEK_SET);
/osnet-11/usr/src/lib/libsmbios/common/
H A Dsmb_lib.c197 off64_t off = lseek64(fd, 0, SEEK_CUR) + P2ROUNDUP(sizeof (ep), 16);
207 lseek64(fd, off, SEEK_SET) != off ||
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h297 #define lseek lseek64
298 extern __MANGLE__ off64_t lseek64 __PROTO__((int, off64_t, int));
/osnet-11/usr/src/lib/libast/common/include/
H A Dast_std.h283 #define lseek lseek64
284 extern off64_t lseek64(int, off64_t, int);
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h297 #define lseek lseek64
298 extern __MANGLE__ off64_t lseek64 __PROTO__((int, off64_t, int));
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h297 #define lseek lseek64
298 extern __MANGLE__ off64_t lseek64 __PROTO__((int, off64_t, int));
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h297 #define lseek lseek64
298 extern __MANGLE__ off64_t lseek64 __PROTO__((int, off64_t, int));
/osnet-11/usr/src/lib/libshell/common/include/
H A Dshell.h244 # define lseek64 sh_seek macro
/osnet-11/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.c113 off = lseek64(lp->log_fd, 0, SEEK_CUR);
265 (void) lseek64(xlp->log_fd, off, SEEK_SET);
704 if (lseek64(lp->log_fd, off, SEEK_SET) != off)
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h255 # define lseek64 sh_seek macro
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h255 # define lseek64 sh_seek macro
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h255 # define lseek64 sh_seek macro
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h255 # define lseek64 sh_seek macro

Completed in 79 milliseconds

12