Каталог требований LSB Core 3.1
Требования для функции 'rewinddir'
| Standard | ID | Description |
| SUSv3 | rewinddir.01 | The rewinddir() function shall reset the position of the directory stream to which dirp refers to the beginning of the directory. |
| SUSv3 | rewinddir.02 | It shall also cause the directory stream to refer to the current state of the corresponding directory, as a call to opendir() would have done. |
| SUSv3 | app.rewinddir.03 | If dirp does not refer to a directory stream, the effect is undefined |
| SUSv3 | app.rewinddir.04 | After a call to the fork() function, either the parent or child (but not both) may continue processing the directory stream using readdir(), rewinddir(), or [XSI] seekdir(). |
| SUSv3 | app.rewinddir.05 | If both the parent and child processes use these functions, the result is undefined. |