Requirements Catalog of LSB Core 3.1
Requirements for the function 'telldir'
| Standard | ID | Description |
| SUSv3 | telldir.01 | The telldir() function shall obtain the current location associated with the directory stream specified by dirp. |
| SUSv3 | telldir.01.01 | Upon successful completion, telldir() shall return the current location of the specified directory stream. |
| SUSv3 | app.telldir.02 | If the most recent operation on the directory stream was a seekdir(), the directory position returned from the telldir() shall be the same as that supplied as a loc argument for seekdir(). |