HomeSort by: relevance | last modified time | path
    Searched defs:fileoff (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/ews4800mips/stand/common/
coffhdrfix.c 83 int fd, fdout, fileoff, i; local in function:main
112 fileoff = (FILHSZ +
115 fprintf(stderr, "File offset: 0x%x\n", fileoff);
123 read(fd, buf, fileoff);
124 write(fdout, buf, fileoff);
coffhdrfix.c 83 int fd, fdout, fileoff, i; local in function:main
112 fileoff = (FILHSZ +
115 fprintf(stderr, "File offset: 0x%x\n", fileoff);
123 read(fd, buf, fileoff);
124 write(fdout, buf, fileoff);

Completed in 23 milliseconds