Home
last modified time | relevance | path

Searched refs:user_pattern (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dip_match.c620 char *user_pattern; in main() local
636 if ((user_pattern = mystrtok(&bufp, " \t")) == 0) in main()
642 if ((err = ip_match_parse(byte_codes, user_pattern)) != 0) { in main()