gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:fseek from t2ex/t2ex_source/kernel/sysmain/src/command.c (0.00 seconds)
t2ex
t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
462:         }
463:         fseek(fp, 0, SEEK_END);
464:         fsz = ftell(fp);
465:         fseek(fp, 0, SEEK_SET);
466:         if (fsz <= 0) {
527: 528: fseek(sfp, 0, SEEK_END); 529: fsz = ftell(sfp); 530: fseek(sfp, 0, SEEK_SET); 531: if (fsz > 0) {
567: } 568: if (fseek(dfp, wofs, SEEK_SET) < 0) { 569: P("%s fseek(%d) ERR\n", dst, wofs);