Searched refs:dir_of_path (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldif/
H A Dldif.c816 DIR *dir_of_path; local
822 dir_of_path = opendir( path->bv_val );
823 if ( dir_of_path == NULL ) {
845 while ( (dir = readdir( dir_of_path )) != NULL ) {
896 if ( closedir( dir_of_path ) < 0 ) {
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dbconfig.c4619 DIR *dir_of_path; local
4622 dir_of_path = opendir( dir );
4623 while ( (entry = readdir( dir_of_path )) != NULL ) {
4632 closedir( dir_of_path );

Completed in 95 milliseconds