Searched refs:file_offset (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libpp/ |
H A D | ppinput.c | 465 unsigned long file_offset; local 485 file_offset = pp.member->offset; 487 if (sfseek(sp, file_offset + 22, SEEK_SET) != file_offset + 22 || !(s = sfgetr(sp, '\n', 1))) 497 file_offset = 0; 518 p = file_offset + file_size - 22; 523 macro_offset = file_offset + strtol(t, &t, 10); 524 index_offset = file_offset + strtol(t + 1, NiL, 10); 568 if (sfseek(sp, file_offset + keep_begin, SEEK_SET) != file_offset [all...] |
/ast/src/cmd/ksh93/sh/ |
H A D | io.c | 1034 static Sfoff_t file_offset(Shell_t *shp, int fn, char *fname) function 1433 if((off = file_offset(shp,fn,fname))<0)
|
Completed in 27 milliseconds