Home
last modified time | relevance | path

Searched refs:fget_longword (Results 1 – 6 of 6) sorted by relevance

/dports/archivers/arj/arj-3.10.22/
H A Dexe_sear.c165 t_pos=fget_longword(stream); in fetch_block()
243 fcrc=fget_longword(aistream); in sfx_seek()
H A Darj_file.h26 unsigned long fget_longword(FILE *stream);
H A Darj_arcv.c213 if(fget_longword(stream)==(crc32term^CRC_MASK)||ignore_crc_errors==ICE_CRC) in find_header()
215 if(fget_longword(stream)==(crc32term^CRC_MASK)) in find_header()
320 if((header_crc=fget_longword(stream))!=(crc32term^CRC_MASK)) in read_header()
628 if(fget_longword(stream)!=(crc32term^CRC_MASK)) in read_header()
H A Darj_file.c152 unsigned long fget_longword(FILE *stream) in fget_longword() function
H A DChangeLog1949 word order in fget_longword().
/dports/archivers/unarj/unarj-2.65/
H A Dunarj.c160 #define fget_crc(f) fget_longword(f)
182 static ulong fget_longword(FILE *f);
336 fget_longword(f) in fget_longword() function