dpns_rewinddir(3) - Linux man page

Name

dpns_rewinddir - reset position to the beginning of a DPNS directory opened by dpns_opendir in the name server

Synopsis

#include <sys/types.h>
#include "dpns_api.h"

void dpns_rewinddir (dpns_DIR *dirp)

Description

dpns_rewinddir resets the position to the beginning of a DPNS directory opened by dpns_opendir in the name server.
dirp
specifies the pointer value returned by dpns_opendir.

See Also

dpns_closedir(3), dpns_opendir(3), dpns_readdir(3), dpns_readdirx(3)

Author

LCG Grid Deployment Team

Referenced By

dpns_opendirxg(3), dpns_readdirg(3), dpns_readdirxp(3), dpns_readdirxr(3)