OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testpath
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/back-mdb/
config.c
874
char *ptr, *
testpath
;
local
878
testpath
= ch_malloc( len + STRLENOF(LDAP_DIRSEP) + STRLENOF("DUMMY") + 1 );
879
ptr = lutil_strcopy(
testpath
, c->value_string );
882
f = fopen(
testpath
, "w" );
885
unlink(
testpath
);
887
ch_free(
testpath
);
Completed in 17 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026