|
Ruby
2.1.10p492(2016-04-01revision54464)
|
Go to the source code of this file.
Functions | |
| int | readdir_r (DIR *dirp, struct dirent *entry, struct dirent **result) |
| void | rewinddir (DIR *dirp) |
| long | telldir (DIR *dirp) |
| void | seekdir (DIR *dirp, long offset) |
| void rewinddir | ( | DIR * | dirp | ) |
Referenced by dir_each(), and dir_rewind().
| void seekdir | ( | DIR * | dirp, |
| long | offset | ||
| ) |
| long telldir | ( | DIR * | dirp | ) |
1.8.14