1LFC_REWINDDIR(3) LFC Library Functions
2LFC_REWINDDIR(3)
3
4
5
6[1mNAME[0m
7 lfc_rewinddir ‐ reset position to the beginning of a
8LFC directory
9 opened by [1mlfc_opendir [22min the name server
10
11[1mSYNOPSIS[0m
12 [1m#include <sys/types.h>[0m
13 [1m#include "lfc_api.h"[0m
14
15 [1mvoid lfc_rewinddir (lfc_DIR *[4m[22mdirp[24m[1m)[0m
16
17[1mDESCRIPTION[0m
18 [1mlfc_rewinddir [22mresets the position to the beginning
19of a LFC directory
20 opened by [1mlfc_opendir [22min the name server.
21
22 [4mdirp[24m specifies the pointer value returned by
23[1mlfc_opendir[22m.
24
25[1mSEE ALSO[0m
26 [1mlfc_closedir(3)[22m, [1mlfc_opendirg(3)[22m,
27[1mlfc_readdir(3), lfc_readdirg(3)[0m
28
29[1mAUTHOR[0m
30 [1mLCG Grid Deployment [22mTeam
31
32
33
34LFC $Date: 2001/10/04 12:12:49 $
35LFC_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