File: Cns_rewinddir.man

package info (click to toggle)
lfc-postgres 1.7.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,676 kB
  • ctags: 10,779
  • sloc: ansic: 146,136; sh: 13,176; perl: 11,142; python: 5,529; cpp: 5,113; sql: 1,790; makefile: 861; fortran: 113
file content (30 lines) | stat: -rw-r--r-- 857 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.\" @(#)$RCSfile: Cns_rewinddir.man,v $ $Revision: 1.1.1.1 $ $Date: 2001/10/04 12:12:49 $ CERN IT-PDP/DM Jean-Philippe Baud
.\" Copyright (C) 1999-2000 by CERN/IT/PDP/DM
.\" All rights reserved
.\"
.TH CNS_REWINDDIR 3 "$Date: 2001/10/04 12:12:49 $" CASTOR "Cns Library Functions"
.SH NAME
Cns_rewinddir \- reset position to the beginning of a CASTOR directory opened by
.B Cns_opendir
in the name server
.SH SYNOPSIS
.B #include <sys/types.h>
.br
\fB#include "Cns_api.h"\fR
.sp
.BI "void Cns_rewinddir (Cns_DIR *" dirp )
.SH DESCRIPTION
.B Cns_rewinddir
resets the position to the beginning of a CASTOR directory opened by
.B Cns_opendir
in the name server.
.TP
.I dirp
specifies the pointer value returned by
.BR Cns_opendir .
.SH SEE ALSO
.BR Cns_closedir(3) ,
.BR Cns_opendir(3) ,
.BR Cns_readdir(3)
.SH AUTHOR
\fBCASTOR\fP Team <castor.support@cern.ch>