Home
last modified time | relevance | path

Searched refs:Fseek (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/more/
H A Dmore.c138 #define Fseek(f,off) (file_pos=off,fseeko(f,off,0)) macro
1041 Fseek(f, 0LL); in command()
1105 Fseek (f, screen_start.chrctr); in command()
1117 Fseek (f, context.chrctr); in command()
1363 Fseek (file, line3); in search()
1389 Fseek (file, startline); in search()
/titanic_50/usr/src/cmd/savecore/
H A Dsavecore.c283 Fseek(offset_t off, FILE *f) in Fseek() function
456 Fseek(dumphdr.dump_map, in); in build_dump_map()
539 Fseek(dumphdr.dump_data, in); in CopyPages()
541 Fseek(*offp, out); in CopyPages()
1211 Fseek(dumphdr.dump_data, dumpf); in decompress_pages()