/*++ /* NAME /* nbdb_sniffer 3 /* SUMMARY /* Non-Berkeley-DB migration service /* SYNOPSIS /* #include <nbdb_sniffer.h> /* /* bool nbdb_parse_as_postmap(VSTRING *line_buffer) /* /* bool nbdb_parse_as_postalias(VSTRING *line_buffer) /* /* const char *nbdb_get_index_cmd_as( /* const char *source_path, /* uid_t uid, /* gid_t gid, /* VSTRING *why) /* DESCRIPTION /* nbdb_parse_as_postmap() determines if a text line buffer contains /* valid input for the "postmap" command. nbdb_parse_as_postalias() /* does a similar thing for "postalias". Both functions modify /* their input. /* /* nbdb_get_index_cmd_as() examines the first handful lines of an /* Berkeley DB source file, and returns "postmap", "postalias", /* or null in case of a file open error. /* .PP /* Arguments: /* .IP line_buffer /* The input sample. This will be parsed destructively. /* .IP source_path /* Berkeley DB source file pathname. /* .IP uid, gid /* The privileges used for opening the Berkeley DB source file. /* .IP why /* Storage that is updated with an applicable error description. /* SEE ALSO /* nbdb_sniffer_test(1t), unit test /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* porcupine.org
/*--*/
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.