Lines Matching refs:dirstream
454 @deftypefun int dirfd (DIR *@var{dirstream})
458 the directory stream @var{dirstream}. This descriptor can be used until
472 @deftypefun {struct dirent *} readdir (DIR *@var{dirstream})
475 @c This function holds dirstream's non-recursive lock, which brings
482 file. This structure is associated with the @var{dirstream} handle
495 The @var{dirstream} argument is not valid.
523 @deftypefun int readdir_r (DIR *@var{dirstream}, struct dirent *@var{entry}, struct dirent **@var{r…
551 even when access to the same @var{dirstream} is serialized. But in
553 @code{readdir} concurrently on different @var{dirstream}s, so there is
556 @var{dirstream}, it is still better to use @code{readdir} and external
595 @deftypefun {struct dirent64 *} readdir64 (DIR *@var{dirstream})
606 @deftypefun int readdir64_r (DIR *@var{dirstream}, struct dirent64 *@var{entry}, struct dirent64 **…
616 @deftypefun int closedir (DIR *@var{dirstream})
622 This function closes the directory stream @var{dirstream}. It returns
630 The @var{dirstream} argument is not valid.
658 @deftypefun void rewinddir (DIR *@var{dirstream})
662 stream @var{dirstream}, so that if you call @code{readdir} it
671 @deftypefun {long int} telldir (DIR *@var{dirstream})
678 stream @var{dirstream}. You can use this value with @code{seekdir} to
682 @deftypefun void seekdir (DIR *@var{dirstream}, long int @var{pos})
689 stream @var{dirstream} to @var{pos}. The value @var{pos} must be the