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

123

/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/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/libc/port/gen/
H A Dtell.c55 return (lseek64(f, 0, SEEK_CUR));
H A Dseekdir.c93 if (lseek64(dirp->dd_fd, 0, SEEK_CUR) != 0) {
109 (void) lseek64(dirp->dd_fd, loc, SEEK_SET);
H A Dndbm.c129 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
146 if ((lseek64(db->dbm_dirf, where, L_SET) != where) ||
292 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
335 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
378 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
385 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
510 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
583 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
741 if ((lseek64(db->dbm_dirf, where, L_SET) != where) ||
761 if ((lseek64(d
[all...]
H A Dtelldir.c87 if (lseek64(dirp->dd_fd, 0, SEEK_CUR) != 0) {
H A Dgetlogin.c94 (void) lseek64(uf, me * sizeof (ubuf), SEEK_SET);
/illumos-gate/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 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 D_endopen.c137 if (lseek64(fd, (off64_t)0, SEEK_END) < (off64_t)0) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fdio.c84 return (lseek64(fdp->fd_fd, offset, whence));
188 if ((off = lseek64(fdp->fd_fd, 0, SEEK_CUR)) == -1)
208 (void) lseek64(fdp->fd_fd, off, SEEK_SET);
229 if ((off = lseek64(fdp->fd_fd, 0, SEEK_CUR)) == -1)
253 (void) lseek64(fdp->fd_fd, off, SEEK_SET);
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h168 extern off64_t lseek64(int, off64_t, int);
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast_std.h280 #define lseek lseek64
281 extern off64_t lseek64(int, off64_t, int);
/illumos-gate/usr/src/test/zfs-tests/cmd/file_trunc/
H A Dfile_trunc.c184 if (lseek64(fd, (offset + roffset), SEEK_SET) < 0) {
196 if (lseek64(fd, (offset + roffset), SEEK_SET) < 0) {
/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);
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dfopen.c97 if ((lseek64(fd, 0L, SEEK_END)) < 0) {
/illumos-gate/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 ||
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd_client.c108 (void) lseek64(db->dbm_pagf, where, L_SET);
153 (void) lseek64(db->dbm_dirf, where, L_SET);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h294 #define lseek lseek64
295 extern __MANGLE__ off64_t lseek64 __PROTO__((int, off64_t, int));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h294 #define lseek lseek64
295 extern __MANGLE__ off64_t lseek64 __PROTO__((int, off64_t, int));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h294 #define lseek lseek64
295 extern __MANGLE__ off64_t lseek64 __PROTO__((int, off64_t, int));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h294 #define lseek lseek64
295 extern __MANGLE__ off64_t lseek64 __PROTO__((int, off64_t, int));

Completed in 118 milliseconds

123