Lines Matching full:whence
769 _GL_FUNCDECL_RPL (fseek, int, (FILE *fp, long offset, int whence)
771 _GL_CXXALIAS_RPL (fseek, int, (FILE *fp, long offset, int whence));
773 _GL_CXXALIAS_SYS (fseek, int, (FILE *fp, long offset, int whence));
790 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)
792 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence));
795 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)
798 _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence));