.\" @(#)$RCSfile: dpns_opendir.man,v $ $Revision: 1.1.1.1 $ $Date: 2001/10/04 12:12:46 $ CERN IT-PDP/DM Jean-Philippe Baud .\" Copyright (C) 1999-2000 by CERN/IT/PDP/DM .\" All rights reserved .\" .TH DPNS_OPENDIR 3 "$Date: 2001/10/04 12:12:46 $" DPNS "DPNS Library Functions" .SH NAME dpns_opendir \- open a DPNS directory in the name server .SH SYNOPSIS .B #include .br \fB#include "dpns_api.h"\fR .sp .BI "dpns_DIR *dpns_opendir (const char *" path ) .SH DESCRIPTION .B dpns_opendir opens a DPNS directory in the name server to be used in subsequent .B dpns_readdir operations. A .B dpns_DIR structure and a buffer to cache the directory entries are allocated in the client API. .TP .I path specifies the logical pathname relative to the current DPNS directory or the full DPNS pathname. .SH RETURN VALUE This routine returns a pointer to be used in the subsequent directory function calls if the operation was successful or NULL if the operation failed. In the latter case, .B serrno is set appropriately. .SH ERRORS .TP 1.3i .B ENOENT A component of .I path prefix does not exist or .I path is a null pathname. .TP .B EACCES Search permission is denied on a component of the .I path prefix or read permission is denied on .IR path . .TP .B EFAULT .I path is a NULL pointer. .TP .B ENOTDIR A component of .I path prefix is not a directory. .TP .B ENAMETOOLONG The length of .I path exceeds .B CA_MAXPATHLEN or the length of a .I path component exceeds .BR CA_MAXNAMELEN . .TP .B SENOSHOST Host unknown. .TP .B SENOSSERV Service unknown. .TP .B SECOMERR Communication error. .TP .B ENSNACT Name server is not running or is being shutdown. .SH SEE ALSO .BR Castor_limits(4) , .BR dpns_chdir(3) , .BR dpns_closedir(3) , .BR dpns_readdir(3),\ dpns_readdirx(3) , .BR dpns_rewinddir(3) .SH AUTHOR \fBLCG Grid Deployment\fP Team