Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/codereview/
H A Dlwlp.c208 static void copypage(FILE *, long, long);
846 copypage(outfile, 0L, current.offset); in printfile()
1095 copypage(outfile, page_map[i], page_map[i+1]); in reversepages()
1103 copypage(FILE *outfile, long off_beg, long off_end) in copypage() function