OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dir_of_path
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/back-ldif/
ldif.c
816
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 ) {
/src/external/bsd/openldap/dist/servers/slapd/
bconfig.c
4440
DIR *
dir_of_path
;
local
4443
dir_of_path
= opendir( dir );
4444
while ( (entry = readdir(
dir_of_path
)) != NULL ) {
4453
closedir(
dir_of_path
);
Completed in 58 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026