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

  /src/sys/arch/hpcmips/stand/libsa/
winfs.c 142 int winwhence; local in function:win_seek
146 winwhence = FILE_BEGIN;
149 winwhence = FILE_CURRENT;
152 winwhence = FILE_END;
159 dwPointer = SetFilePointer(fsdata->hDevice, offset, NULL, winwhence);
winfs.c 142 int winwhence; local in function:win_seek
146 winwhence = FILE_BEGIN;
149 winwhence = FILE_CURRENT;
152 winwhence = FILE_END;
159 dwPointer = SetFilePointer(fsdata->hDevice, offset, NULL, winwhence);

Completed in 23 milliseconds