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

/haiku-buildtools/jam/
H A Dfileunix.c340 struct fl_hdr fl_hdr; local
356 if( read( fd, (char *)&fl_hdr, FL_HSZ ) != FL_HSZ ||
357 strncmp( AIAMAGBIG, fl_hdr.fl_magic, SAIAMAG ) )
359 if( strncmp( AIAMAG, fl_hdr.fl_magic, SAIAMAG ) )
368 if( read( fd, (char *)&fl_hdr, FL_HSZ ) != FL_HSZ ||
369 strncmp( AIAMAG, fl_hdr.fl_magic, SAIAMAG ) )
377 sscanf( fl_hdr.fl_fstmoff, "%ld", &offset );

Completed in 43 milliseconds