/*++ /* NAME /* mkmap_dbm 3 /* SUMMARY /* create or open database, DBM style /* SYNOPSIS /* #include <dict_dbm.h> /* /* MKMAP *mkmap_dbm_open(path) /* const char *path; /* DESCRIPTION /* This module implements support for creating DBM databases. /* /* mkmap_dbm_open() takes a file name, appends the ".dir" and ".pag" /* suffixes, and creates or opens the named DBM database. /* This routine is a DBM-specific helper for the more general /* mkmap_open() routine. /* /* All errors are fatal. /* SEE ALSO /* dict_dbm(3), DBM dictionary interface. /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA /* /* Wietse Venema /* Google, Inc. /* 111 8th Avenue /* New York, NY 10011, USA
/*--*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.