Lines Matching refs:descriptor
29 refer to a file descriptor, when created by fopen(3C), or may refer to
66 file descriptor in the 32-bit version. Other systems used a short, so
142 by a file descriptor, we'll use fstat() to determine the appropriate
147 indexed based on the underlying file descriptor. This and the stdin and
156 file-descriptor or not, go through the buffer described in the previous
175 descriptor (or other backing store), all of the write family functions
225 Traditionally, stdio streams were always backed by a file descriptor of
235 stream backed by a file descriptor, this member will be NULL.
242 work required to implement non-file descriptor backed streams.
273 to be the file descriptor. When extended file is not in use, the
274 _magic member still does contain the file descriptor. However, when
279 The act of getting the correct file descriptor has been centralized in a
283 where we want to know the file descriptor to perform some operation;
285 descriptor. When such a stream is detected, we will explicitly return
286 -1. This ensures that a bad file descriptor will be used if someone