HomeSort by: relevance | last modified time | path
    Searched defs:extpar (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
extpar.c 1 /* $NetBSD: extpar.c,v 1.5 2025/02/25 19:15:51 christos Exp $ */
5 /* extpar 3
11 /* char *extpar(bp, parens, flags)
16 /* extpar() extracts text from an input string that is enclosed
30 /* This flag is intended to instruct extpar() callers that
31 /* extpar() should be invoked. It has no effect on expar()
85 /* extpar - extract text from parentheses */
87 char *extpar(char **bp, const char *parens, int flags) function
extpar.c 1 /* $NetBSD: extpar.c,v 1.5 2025/02/25 19:15:51 christos Exp $ */
5 /* extpar 3
11 /* char *extpar(bp, parens, flags)
16 /* extpar() extracts text from an input string that is enclosed
30 /* This flag is intended to instruct extpar() callers that
31 /* extpar() should be invoked. It has no effect on expar()
85 /* extpar - extract text from parentheses */
87 char *extpar(char **bp, const char *parens, int flags) function

Completed in 40 milliseconds