/titanic_41/usr/src/ucbhead/ |
H A D | unistd.h | 128 #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 D | lseek.s | 40 ANSI_PRAGMA_WEAK(lseek64,function) 56 ENTRY(lseek64) 60 SET_SIZE(lseek64)
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | ndbm.c | 129 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 D | seekdir.c | 93 if (lseek64(dirp->dd_fd, 0, SEEK_CUR) != 0) { in seekdir64() 109 (void) lseek64(dirp->dd_fd, loc, SEEK_SET); in seekdir64()
|
H A D | tell.c | 55 return (lseek64(f, 0, SEEK_CUR)); in tell64()
|
H A D | telldir.c | 87 if (lseek64(dirp->dd_fd, 0, SEEK_CUR) != 0) { in telldir64()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_fdio.c | 84 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 D | unistd.h | 207 #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 D | file_trunc.c | 184 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 D | ast_std.h | 280 #define lseek lseek64 281 extern off64_t lseek64(int, off64_t, int);
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | rewind.c | 58 (void) lseek64(FILENO(iop), 0, SEEK_SET); in _rewind_unlocked()
|
H A D | fdopen.c | 81 (void) lseek64(fd, (off64_t)0, SEEK_END); in fdopen()
|
H A D | ftell.c | 77 tres = lseek64(FILENO(iop), 0, SEEK_CUR); in ftell()
|
H A D | ftello.c | 82 tres = lseek64(FILENO(iop), 0, SEEK_CUR); in ftello64()
|
H A D | fseeko.c | 86 p = lseek64(FILENO(iop), offset, ptrname); in fseeko64()
|
H A D | _endopen.c | 137 if (lseek64(fd, (off64_t)0, SEEK_END) < (off64_t)0) { in _endopen()
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_std.h | 294 #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 D | ast_std.h | 294 #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 D | ast_std.h | 294 #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 D | ast_std.h | 294 #define lseek lseek64 295 extern __MANGLE__ off64_t lseek64 __PROTO__((int, off64_t, int));
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_log.c | 179 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 D | ypxfrd_client.c | 108 (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 D | file.h | 168 extern off64_t lseek64(int, off64_t, int);
|
/titanic_41/usr/src/lib/libsmbios/common/ |
H A D | smb_lib.c | 251 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 D | fopen.c | 97 if ((lseek64(fd, 0L, SEEK_END)) < 0) { in _endopen()
|