Lines Matching full:stream
43 .Nd reposition a stream
49 .Fn fseek "FILE *stream" "long offset" "int whence"
51 .Fn ftell "FILE *stream"
53 .Fn rewind "FILE *stream"
55 .Fn fgetpos "FILE * restrict stream" "fpos_t * restrict pos"
57 .Fn fsetpos "FILE *stream" "const fpos_t *pos"
60 .Fn fseeko "FILE *stream" "off_t offset" "int whence"
62 .Fn ftello "FILE *stream"
66 function sets the file position indicator for the stream pointed
68 .Fa stream .
85 function clears the end-of-file indicator for the stream and undoes
90 functions on the same stream.
96 stream pointed to by
97 .Fa stream .
101 function sets the file position indicator for the stream pointed
103 .Fa stream
107 .Dl (void)fseek(stream, 0L, SEEK_SET)
109 except that the error indicator for the stream is also cleared
169 If the stream is a wide character stream (see
196 .Fa stream
198 is not a seekable stream.
220 The file descriptor underlying stream is associated with a pipe or FIFO