Query: rfio_rewinddir
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RFIO_REWINDDIR(3) Rfio Library Functions RFIO_REWINDDIR(3)NAMErfio_rewinddir - reset position to the beginning of a directory opened by rfio_opendirSYNOPSIS#include <sys/types.h> #include "rfio_api.h" void rfio_rewinddir (RDIR *dirp);DESCRIPTIONrfio_rewinddir resets the position to the beginning of a directory opened by rfio_opendir. dirp specifies the pointer value returned by rfio_opendir.NOTESFor LCG directories, a multi-threaded application will need to initialize itself the Cthread (LCG Thread Interface) library ; this is done by including "shift/Cthread_api.h" and calling the function Cthread_init() at the beginning. Otherwise accessing LCG directories will not be thread-safe. See Cthread(3).SEE ALSOrfio_closedir(3), rfio_opendir(3), rfio_readdir(3)AUTHORLCG Grid Deployment TeamLCG$Date: 2005/03/31 13:13:03 $ RFIO_REWINDDIR(3)
Related Man Pages |
---|
rfmkdir(1) - debian |
dpns_closedir(3) - debian |
rfio_ftello64(3) - debian |
rfio_msymlink(3) - debian |
rfio_munlink(3) - debian |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Introduction |
A (ksh) Library For and From UNIX.com |
How to copy a column of multiple files and paste into new excel file (next to column)? |