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

/osnet-11/usr/src/lib/libpp/common/
H A Dppinput.c470 unsigned long file_offset; local
490 file_offset = pp.member->offset;
492 if (sfseek(sp, file_offset + 22, SEEK_SET) != file_offset + 22 || !(s = sfgetr(sp, '\n', 1)))
502 file_offset = 0;
523 p = file_offset + file_size - 22;
528 macro_offset = file_offset + strtol(t, &t, 10);
529 index_offset = file_offset + strtol(t + 1, NiL, 10);
573 if (sfseek(sp, file_offset + keep_begin, SEEK_SET) != file_offset
[all...]
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlogfile.h346 s64 file_offset; member in union:__anon2147::__anon2148
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c1026 static Sfoff_t file_offset(Shell_t *shp, int fn, char *fname) function
1425 if((off = file_offset(shp,fn,fname))<0)
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c1425 grub_uint32_t file_offset; member in struct:ecoff_section
1463 section->file_offset = grub_host_to_target32 (sizeof (*head) + sizeof (*section));

Completed in 34 milliseconds