Home | History | Annotate | Download | only in Include

Lines Matching refs:fgetpos

58     int       fgetpos         (FILE * __restrict, fpos_t * __restrict);

170 current parse state of the stream. A successful call to fgetpos stores a
1304 The fgetpos function stores the current values of the parse state (if any)
1308 to its position at the time of the call to the fgetpos function.
1313 @return If successful, the fgetpos function returns zero; if either
1314 parameter is NULL, the fgetpos function returns nonzero and
1317 int fgetpos (FILE * __restrict Stream, fpos_t * __restrict Pos);
1358 earlier successful call to the fgetpos function on a stream associated with