Searched defs:dbpathname (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkprop.c536 char * dbpathname; variable
557 dbpathname = strdup(data_fn);
558 if (!dbpathname) {
563 if ((fd = open(dbpathname, O_RDONLY)) < 0) {
565 dbpathname);
575 com_err(progname, err, gettext("while trying to lock '%s'"), dbpathname);
614 com_err(progname, err, gettext("while unlocking database '%s'"), dbpathname);
615 free(dbpathname);

Completed in 233 milliseconds