HomeSort by: relevance | last modified time | path
    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 43 milliseconds