Searched refs:WHENCE (Results 1 – 1 of 1) sorted by relevance
118 #define __SEEK(STREAMPTR,PPOS,WHENCE) \ argument120 (((STREAMPTR)->__gcs.seek)((STREAMPTR)->__cookie,(PPOS),(WHENCE))))135 #define __SEEK(STREAMPTR,PPOS,WHENCE) \ argument136 (__stdio_seek((STREAMPTR),(PPOS),(WHENCE)))
Completed in 3 milliseconds