Searched refs:fileOffset (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libpsres/
H A DPSres.c104 long fileOffset; /* -1 means not really in the file */ member in struct:_ResourceTypeStruct
419 dir->types[i].fileOffset = 0;
741 if (dir->types[i].fileOffset == -1) continue;
742 if (dir->types[i].fileOffset > 0) {
743 if (fseek(f, dir->types[i].fileOffset, SEEK_SET) != -1) {
1108 if (t->fileOffset == -1) continue; /* Not really there */
1110 if (t->fileOffset != 0 && fseek(f, t->fileOffset, SEEK_SET) != -1) {
1131 t->fileOffset = pos;
1140 t->fileOffset
[all...]

Completed in 17 milliseconds