gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:fseek (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/fsetpos.c - 1.9KB - 44 lines
43: }
44: int fsetpos(FILE *iop, const int32_t *pos) { return(fseek(iop, *pos, SEEK_SET)); }
bsd_source/lib/libc/src_bsd/stdio/rewind.c - 1.9KB - 43 lines
39: {
40:         (void) fseek(fp, 0L, SEEK_SET);
41:         clearerr(fp);
t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
462:         }
463:         fseek(fp, 0, SEEK_END);
464:         fsz = ftell(fp);
More results from command.c