/*++ /* NAME /* mail_parm_split 3 /* SUMMARY /* split parameter list value /* SYNOPSIS /* #include <mail_parm_split.h> /* /* ARGV *mail_parm_split( /* const char *name, /* const char *value) /* DESCRIPTION /* mail_parm_split() splits a parameter list value into its /* elements, and extracts text from elements that are entirely /* enclosed in {}. It uses CHARS_COMMA_SP as list element /* delimiters, and CHARS_BRACE for grouping. /* /* Arguments: /* .IP name /* Parameter name. This is used to provide context for /* error messages. /* .IP value /* Parameter value. /* DIAGNOSTICS /* fatal: syntax error while extracting text from {}, such as: /* missing closing brace, or text after closing brace. /* SEE ALSO /* argv_splitq(3), string array utilities /* extpar(3), extract text from parentheses /* 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.