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

/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.c336 #define db_dl_n_locations (sizeof(db_dl_location) / sizeof(db_dl_location[0])) macro
375 path = calloc(ndx + db_dl_n_locations, sizeof (char *));
382 memcpy(path + ndx, db_dl_location, db_dl_n_locations * sizeof(char *));

Completed in 33 milliseconds