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

  /src/sys/arch/sgimips/stand/undist/
undist.c 186 xfseek(FILE *fp, long int offset, int whence, const char *filename) function
206 xfseek(fp, -1, SEEK_CUR, NULL);
454 xfseek(fp, oldoff, SEEK_SET, NULL);
538 xfseek(fp, 13, SEEK_SET, NULL);
895 xfseek(infp, ent->off + 2 + strlen(ent->dstfile), SEEK_SET, src);

Completed in 43 milliseconds