Searched refs:LONGINT (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/unzip/
H A Dglobals.h181 LONGINT real_ecrec_offset;
182 LONGINT expect_ecrec_offset;
247 LONGINT ziplen;
248 LONGINT cur_zipfile_bufstart; /* extract_or_test, readbuf, ReadByte */
249 LONGINT extra_bytes; /* used in unzip.c, misc.c */
H A Dextract.c85 ulg *pfilnum, ulg *pnum_bad_pwd, LONGINT *pold_extra_bytes,
90 ulg *pfilnum, ulg *pnum_bad_pwd, LONGINT *pold_extra_bytes,
284 LONGINT old_extra_bytes = 0L;
510 fseek((FILE *)G.zipfd, (LONGINT)cd_bufstart, SEEK_SET);
514 lseek(G.zipfd, (LONGINT)cd_bufstart, SEEK_SET);
829 LONGINT *pold_extra_bytes;
909 fseek((FILE *)G.zipfd, (LONGINT)bufstart, SEEK_SET);
913 lseek(G.zipfd, (LONGINT)bufstart, SEEK_SET);
H A Dfileio.c655 LONGINT abs_offset;
676 LONGINT request = abs_offset + G.extra_bytes;
677 LONGINT inbuf_offset = request % INBUFSIZ;
678 LONGINT bufstart = request - inbuf_offset;
689 fseek(G.zipfd, (LONGINT)bufstart, SEEK_SET);
692 G.cur_zipfile_bufstart = lseek(G.zipfd, (LONGINT)bufstart, SEEK_SET);
H A Dunzpriv.h178 # define LONGINT off_t /* Amdahl UTS nonsense ("extended file types") */ macro
180 # define LONGINT long macro
193 LONGINT lseek();
1778 int seek_zipf OF((__GPRO__ LONGINT abs_offset));
H A Dprocess.c724 (LONGINT)0)
898 LONGINT tail_len;

Completed in 135 milliseconds