1RFIO_REWINDDIR(3) Rfio Library Functions
2RFIO_REWINDDIR(3)
3
4
5
6[1mNAME[0m
7 rfio_rewinddir ‐ reset position to the beginning of a di‐
8rectory opened
9 by [1mrfio_opendir[0m
10
11[1mSYNOPSIS[0m
12 [1m#include <sys/types.h>[0m
13 [1m#include "rfio_api.h"[0m
14
15 [1mvoid rfio_rewinddir (RDIR *[4m[22mdirp[24m[1m);[0m
16
17[1mDESCRIPTION[0m
18 [1mrfio_rewinddir [22mresets the position to the begin‐
19ning of a directory
20 opened by [1mrfio_opendir[22m.
21
22 [4mdirp[24m specifies the pointer value returned by
23[1mrfio_opendir[22m.
24
25[1mNOTES[0m
26 For LCG directories, a multi‐threaded application will
27need to initial‐
28 ize itself the Cthread (LCG Thread Interface) library ;
29this is done by
30 including "shift/Cthread_api.h" and calling the function
31Cthread_init()
32 at the beginning. Otherwise accessing LCG directories
33will not be
34 thread‐safe. See [1mCthread[22m(3).
35
36[1mSEE ALSO[0m
37 [1mrfio_closedir(3)[22m, [1mrfio_opendir(3)[22m, [1mr‐
38fio_readdir(3)[0m
39
40[1mAUTHOR[0m
41 [1mLCG Grid Deployment [22mTeam
42
43
44
45LCG $Date: 2005/03/31 13:13:03 $
46RFIO_REWINDDIR(3)
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66