Lines Matching full:whence
457 _GL_FUNCDECL_RPL (fseek, int, (FILE *fp, long offset, int whence)
459 _GL_CXXALIAS_RPL (fseek, int, (FILE *fp, long offset, int whence));
461 _GL_CXXALIAS_SYS (fseek, int, (FILE *fp, long offset, int whence));
478 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)
480 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence));
483 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)
486 _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence));