SEEK_CUR          426 examples/libsmbclient/smbwrapper/smbw.c         if ((old_ofs = smbc_lseek(client_fd, 0, SEEK_CUR)) < 0 ||
SEEK_CUR          483 examples/libsmbclient/smbwrapper/smbw.c         if ((old_ofs = smbc_lseek(client_fd, 0, SEEK_CUR)) < 0 ||
SEEK_CUR          104 lib/replace/repdir_getdents.c 		d->seekpos = lseek(d->fd, 0, SEEK_CUR);
SEEK_CUR          120 lib/replace/repdir_getdents.c 		d->seekpos = lseek(d->fd, 0, SEEK_CUR);
SEEK_CUR          127 lib/replace/repdir_getdirentries.c 		d->seekpos = lseek(d->fd, 0, SEEK_CUR);
SEEK_CUR          150 lib/util/util_file.c 			lseek(fd, p - ret + 1, SEEK_CUR);
SEEK_CUR           20 lib/zlib/contrib/minizip/ioapi.c #ifndef SEEK_CUR
SEEK_CUR          133 lib/zlib/contrib/minizip/ioapi.c         fseek_origin = SEEK_CUR;
SEEK_CUR           63 lib/zlib/contrib/minizip/zip.c #ifndef SEEK_CUR
SEEK_CUR          112 lib/zlib/example.c     gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
SEEK_CUR          133 lib/zlib/example.c     pos = gzseek(file, -8L, SEEK_CUR);
SEEK_CUR          208 lib/zlib/examples/gzappend.c             if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1)
SEEK_CUR          289 lib/zlib/examples/gzappend.c     lastoff = lseek(gz.fd, 0L, SEEK_CUR) - gz.left;
SEEK_CUR          329 lib/zlib/examples/gzappend.c                 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - strm->avail_in;
SEEK_CUR          338 lib/zlib/examples/gzappend.c     end = lseek(gz.fd, 0L, SEEK_CUR) - gz.left;
SEEK_CUR          356 lib/zlib/examples/gzappend.c     lseek(gz.fd, -1L, SEEK_CUR);
SEEK_CUR          181 lib/zlib/examples/gzjoin.c             lseek(in->fd, skip - 1, SEEK_CUR);
SEEK_CUR          188 lib/zlib/examples/gzjoin.c         lseek(in->fd, skip - left, SEEK_CUR);
SEEK_CUR          189 lib/zlib/examples/gzlog.c         (void)lseek(log->fd, sub_len, SEEK_CUR);
SEEK_CUR          198 lib/zlib/examples/gzlog.c     log->extra = lseek(log->fd, 0, SEEK_CUR);
SEEK_CUR          258 lib/zlib/examples/gzlog.c             log->last_off = lseek(log->fd, log->stored, SEEK_CUR);
SEEK_CUR          259 lib/zlib/examples/gzlog.c             (void)lseek(log->fd, 5, SEEK_CUR);
SEEK_CUR          341 lib/zlib/examples/gzlog.c     log->mark_off = log->last_off = lseek(log->fd, 0, SEEK_CUR);
SEEK_CUR          350 lib/zlib/examples/gzlog.c     ftruncate(log->fd, lseek(log->fd, 0, SEEK_CUR));
SEEK_CUR          385 lib/zlib/examples/gzlog.c         log->last_off = lseek(log->fd, log->stored, SEEK_CUR);
SEEK_CUR          807 lib/zlib/gzio.c     if (whence == SEEK_CUR) {
SEEK_CUR          882 lib/zlib/gzio.c     return gzseek(file, 0L, SEEK_CUR);
SEEK_CUR          744 source3/libsmb/libsmb_file.c 	case SEEK_CUR:
SEEK_CUR          148 source3/modules/vfs_cacheprime.c         offset = SMB_VFS_LSEEK(fsp, 0, SEEK_CUR);
SEEK_CUR          343 source3/modules/vfs_default.c 	curr = SMB_VFS_LSEEK(fsp, 0, SEEK_CUR);
SEEK_CUR          396 source3/modules/vfs_default.c 	curr = SMB_VFS_LSEEK(fsp, 0, SEEK_CUR);
SEEK_CUR          819 source3/modules/vfs_default.c 	SMB_OFF_T currpos = SMB_VFS_LSEEK(fsp, 0, SEEK_CUR);
SEEK_CUR          910 source3/modules/vfs_default.c 	currpos = SMB_VFS_LSEEK(fsp, 0, SEEK_CUR);
SEEK_CUR         1087 source3/printing/nt_printing.c 				SEEK_CUR) == (SMB_OFF_T)-1) {
SEEK_CUR         1227 source3/printing/nt_printing.c 					int skip = -(SMB_VFS_LSEEK(fsp, 0, SEEK_CUR) - (byte_count - i) +
SEEK_CUR         4327 source3/smbd/reply.c 			umode = SEEK_CUR;
SEEK_CUR          481 source3/torture/cmd_vfs.c 		case 2:		whence = SEEK_CUR; break;
SEEK_CUR          386 source4/heimdal/kdc/524.c 	    krb5_storage_seek(sp, MAX_KTXT_LEN - ticket.cipher.length, SEEK_CUR);
SEEK_CUR          391 source4/heimdal/kdc/524.c 	reply->length = krb5_storage_seek(sp, 0, SEEK_CUR);
SEEK_CUR          351 source4/heimdal/kdc/kaserver.c     pad = (8 - krb5_storage_seek (sp, 0, SEEK_CUR) % 8) % 8;
SEEK_CUR          407 source4/heimdal/kdc/kerberos4.c 	pos = krb5_storage_seek(sp, ticket_len + req_len, SEEK_CUR);
SEEK_CUR          684 source4/heimdal/lib/krb5/addr_families.c     krb5_storage_seek(sp, 2, SEEK_CUR); /* skip first two bytes */
SEEK_CUR          687 source4/heimdal/lib/krb5/addr_families.c     krb5_storage_seek(sp, 2, SEEK_CUR); /* skip two bytes */
SEEK_CUR          450 source4/heimdal/lib/krb5/keytab_file.c     pos = krb5_storage_seek(cursor->sp, 0, SEEK_CUR);
SEEK_CUR          456 source4/heimdal/lib/krb5/keytab_file.c 	pos = krb5_storage_seek(cursor->sp, -len, SEEK_CUR);
SEEK_CUR          476 source4/heimdal/lib/krb5/keytab_file.c     curpos = krb5_storage_seek(cursor->sp, 0, SEEK_CUR);
SEEK_CUR          678 source4/heimdal/lib/krb5/keytab_file.c 		krb5_storage_seek(sp, -4, SEEK_CUR);
SEEK_CUR          682 source4/heimdal/lib/krb5/keytab_file.c 	krb5_storage_seek(sp, len, SEEK_CUR);
SEEK_CUR          242 source4/heimdal/lib/krb5/keytab_keyfile.c     pos = krb5_storage_seek(cursor->sp, 0, SEEK_CUR);
SEEK_CUR          375 source4/heimdal/lib/krb5/keytab_keyfile.c 	    if(krb5_storage_seek(sp, 8, SEEK_CUR) < 0) {
SEEK_CUR          407 source4/heimdal/lib/krb5/keytab_keyfile.c     if(krb5_storage_seek(sp, (len - 1) * (8 + 4), SEEK_CUR) < 0) {
SEEK_CUR          436 source4/heimdal/lib/krb5/pac.c 	sig->buffersize - krb5_storage_seek(sp, 0, SEEK_CUR);
SEEK_CUR          141 source4/heimdal/lib/krb5/store.c     pos = sp->seek(sp, 0, SEEK_CUR);
SEEK_CUR           53 source4/heimdal/lib/krb5/store_emem.c     sp->seek(sp, size, SEEK_CUR);
SEEK_CUR           76 source4/heimdal/lib/krb5/store_emem.c     sp->seek(sp, size, SEEK_CUR);
SEEK_CUR           94 source4/heimdal/lib/krb5/store_emem.c     case SEEK_CUR:
SEEK_CUR           52 source4/heimdal/lib/krb5/store_mem.c     sp->seek(sp, size, SEEK_CUR);
SEEK_CUR           63 source4/heimdal/lib/krb5/store_mem.c     sp->seek(sp, size, SEEK_CUR);
SEEK_CUR           85 source4/heimdal/lib/krb5/store_mem.c     case SEEK_CUR:
SEEK_CUR         1285 source4/heimdal/lib/ntlm/ntlm.c     infotarget->length = answer->length - krb5_storage_seek(sp, 0, SEEK_CUR);