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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libpsres/
H A DPSres.c73 #ifndef SEEK_SET
74 #define SEEK_SET 0 macro
75 #endif /* SEEK_SET */
450 if (fseek(f, savePos, SEEK_SET) == -1) return 1;
743 if (fseek(f, dir->types[i].fileOffset, SEEK_SET) != -1) {
1110 if (t->fileOffset != 0 && fseek(f, t->fileOffset, SEEK_SET) != -1) {
1141 if (fseek(f, pos, SEEK_SET)) {
1167 if (t->fileOffset != 0 && fseek(f, t->fileOffset, SEEK_SET) != -1) {
1204 if (fseek(f, pos, SEEK_SET) == -1) {
1231 if (t->fileOffset != 0 && fseek(f, t->fileOffset, SEEK_SET)) {
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_write_config.c72 if (fseeko(config_stream_in, line_pos, SEEK_SET) != 0) {
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSpreview.c120 if (fseek(f, p->startPos, SEEK_SET) != 0) {

Completed in 22 milliseconds