Home
last modified time | relevance | path

Searched refs:lseek64 (Results 1 – 25 of 59) sorted by relevance

123

/titanic_41/usr/src/ucbhead/
H A Dunistd.h128 #pragma redefine_extname lseek lseek64
130 #define lseek lseek64
136 #pragma redefine_extname lseek64 lseek
138 #define lseek64 lseek
170 extern off64_t lseek64(int, off64_t, int);
172 extern off64_t lseek64();
/titanic_41/usr/src/lib/libc/common/sys/
H A Dlseek.s40 ANSI_PRAGMA_WEAK(lseek64,function)
56 ENTRY(lseek64)
60 SET_SIZE(lseek64)
/titanic_41/usr/src/lib/libc/port/gen/
H A Dndbm.c129 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_flushpag()
146 if ((lseek64(db->dbm_dirf, where, L_SET) != where) || in dbm_flushdir()
292 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_delete()
335 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_store()
378 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_store()
385 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_store()
510 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_slow_nextkey()
583 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_do_nextkey()
741 if ((lseek64(db->dbm_dirf, where, L_SET) != where) || in dbm_access()
761 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_access()
[all …]
H A Dseekdir.c93 if (lseek64(dirp->dd_fd, 0, SEEK_CUR) != 0) { in seekdir64()
109 (void) lseek64(dirp->dd_fd, loc, SEEK_SET); in seekdir64()
H A Dtell.c55 return (lseek64(f, 0, SEEK_CUR)); in tell64()
H A Dtelldir.c87 if (lseek64(dirp->dd_fd, 0, SEEK_CUR) != 0) { in telldir64()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fdio.c84 return (lseek64(fdp->fd_fd, offset, whence)); in fdio_seek()
188 if ((off = lseek64(fdp->fd_fd, 0, SEEK_CUR)) == -1) in fdio_bdev_read()
208 (void) lseek64(fdp->fd_fd, off, SEEK_SET); in fdio_bdev_read()
229 if ((off = lseek64(fdp->fd_fd, 0, SEEK_CUR)) == -1) in fdio_bdev_write()
253 (void) lseek64(fdp->fd_fd, off, SEEK_SET); in fdio_bdev_write()
/titanic_41/usr/src/head/
H A Dunistd.h207 #pragma redefine_extname lseek lseek64
215 #define lseek lseek64
228 #pragma redefine_extname lseek64 lseek
236 #define lseek64 lseek
593 extern off64_t lseek64(int, off64_t, int);
/titanic_41/usr/src/test/zfs-tests/cmd/file_trunc/
H A Dfile_trunc.c184 if (lseek64(fd, (offset + roffset), SEEK_SET) < 0) { in do_write()
196 if (lseek64(fd, (offset + roffset), SEEK_SET) < 0) { in do_write()
/titanic_41/usr/src/lib/libast/common/include/
H A Dast_std.h280 #define lseek lseek64
281 extern off64_t lseek64(int, off64_t, int);
/titanic_41/usr/src/lib/libc/port/stdio/
H A Drewind.c58 (void) lseek64(FILENO(iop), 0, SEEK_SET); in _rewind_unlocked()
H A Dfdopen.c81 (void) lseek64(fd, (off64_t)0, SEEK_END); in fdopen()
H A Dftell.c77 tres = lseek64(FILENO(iop), 0, SEEK_CUR); in ftell()
H A Dftello.c82 tres = lseek64(FILENO(iop), 0, SEEK_CUR); in ftello64()
H A Dfseeko.c86 p = lseek64(FILENO(iop), offset, ptrname); in fseeko64()
H A D_endopen.c137 if (lseek64(fd, (off64_t)0, SEEK_END) < (off64_t)0) { in _endopen()
/titanic_41/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));
/titanic_41/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));
/titanic_41/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));
/titanic_41/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));
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.c179 if ((lp->log_off = lseek64(lp->log_fd, 0, SEEK_END)) == -1L) in fmd_log_write_hdr()
191 if (lp->log_off != lseek64(lp->log_fd, 0, SEEK_END)) in fmd_log_write_hdr()
232 if ((hdr_off = lseek64(lp->log_fd, 0, SEEK_CUR)) == -1L) in fmd_log_check_hdr()
319 lp->log_off = lseek64(lp->log_fd, 0, SEEK_END); in fmd_log_check_hdr()
660 (void) lseek64(lp->log_fd, lp->log_off, SEEK_SET); in fmd_log_append()
892 if (lseek64(lp->log_fd, off, SEEK_SET) != off) { in fmd_log_replay()
949 if (lseek64(lp->log_fd, lp->log_off, SEEK_SET) != lp->log_off) { in fmd_log_replay()
/titanic_41/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);
/titanic_41/usr/src/ucbhead/sys/
H A Dfile.h168 extern off64_t lseek64(int, off64_t, int);
/titanic_41/usr/src/lib/libsmbios/common/
H A Dsmb_lib.c251 off64_t off = lseek64(fd, 0, SEEK_CUR) + P2ROUNDUP(sizeof (ep), 16); in smbios_write()
267 lseek64(fd, off, SEEK_SET) != off || in smbios_write()
/titanic_41/usr/src/ucblib/libucb/port/stdio/
H A Dfopen.c97 if ((lseek64(fd, 0L, SEEK_END)) < 0) { in _endopen()

123