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

/illumos-gate/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...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c873 static Sfoff_t file_offset(Shell_t *shp, int fn, char *fname) function
1236 if((off = file_offset(shp,fn,fname))<0)

Completed in 65 milliseconds