1DPNS_REWINDDIR(3) DPNS Library Functions DP‐
2NS_REWINDDIR(3)
3
4
5
6[1mNAME[0m
7 dpns_rewinddir ‐ reset position to the beginning of a
8DPNS directory
9 opened by [1mdpns_opendir [22min the name server
10
11[1mSYNOPSIS[0m
12 [1m#include <sys/types.h>[0m
13 [1m#include "dpns_api.h"[0m
14
15 [1mvoid dpns_rewinddir (dpns_DIR *[4m[22mdirp[24m[1m)[0m
16
17[1mDESCRIPTION[0m
18 [1mdpns_rewinddir [22mresets the position to the beginning
19of a DPNS directory
20 opened by [1mdpns_opendir [22min the name server.
21
22 [4mdirp[24m specifies the pointer value returned by
23[1mdpns_opendir[22m.
24
25[1mSEE ALSO[0m
26 [1mdpns_closedir(3)[22m, [1mdpns_opendir(3)[22m, [1mdp‐
27ns_readdir(3), dpns_readdirx(3)[0m
28
29[1mAUTHOR[0m
30 [1mLCG Grid Deployment [22mTeam
31
32
33
34DPNS $Date: 2001/10/04 12:12:49 $ DP‐
35NS_REWINDDIR(3)
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66