#include "fio.h"
Go to the source code of this file.
Functions | |
| int | __fseek_f90 (int *u, int *off, int *from) |
| _f_int | fseekf90_ (_f_int *u, _f_int *off, _f_int *from) |
| _f_int | __fseek64_f90 (_f_int *u, _f_int8 *off, int *from) |
| _f_int8 | fseekf90_8_ (_f_int8 *u, _f_int8 *off, int8 *from) |
| _f_int | fseekf90_4_8_4_ (_f_int *u, _f_int8 *off, int *from) |
| static _f_int | __setpos64 (unit *cup, _f_int8 ioff, _f_int whence) |
Definition at line 139 of file fseek.c.
References fseekf90_4_8_4_().

| int __fseek_f90 | ( | int * | u, | |
| int * | off, | |||
| int * | from | |||
| ) |
Definition at line 100 of file fseek.c.
References fseekf90_().

Definition at line 219 of file fseek.c.
References _unit_trunc(), fdinfo::class, CLASS_COS, errno, FP::fdc, FDC_ERR_NOSUP, FEBIOSNT, FEINTFST, FEMIXAUX, FFC_SEEKA, FFC_SEEKE, FFC_WEOF, FP_SETPOS, FS_AUX, FS_FDC, FS_TEXT, NO, ret, FP::std, STD, ffsw::sw_error, unit_s::uend, unit_s::uffsw, unit_s::uflagword, unit_s::ufmt, unit_s::ufp, unit_s::ufs, unit_s::urecpos, unit_s::utrunc, unit_s::uwrt, WAITIO, and XRCALL.
Referenced by fseekf90_(), fseekf90_4_8_4_(), and fseekf90_8_().

Definition at line 106 of file fseek.c.
References __setpos64(), _ferr(), _imp_open(), cup, errno, FEBIONDA, NULL, SEQ, STMT_BEGIN, STMT_END, T_SETPOS, UNF, and unit_s::useq.
Referenced by __fseek_f90().

Definition at line 145 of file fseek.c.
References __setpos64(), _ferr(), _imp_open(), cup, errno, FEBIONDA, NULL, SEQ, STMT_BEGIN, STMT_END, T_SETPOS, UNF, and unit_s::useq.
Referenced by __fseek64_f90().

Definition at line 178 of file fseek.c.
References __setpos64(), _ferr(), _imp_open(), cup, errno, FEBIONDA, NULL, SEQ, STMT_BEGIN, STMT_END, T_SETPOS, UNF, and unit_s::useq.

1.6.1