Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl.c196 static char *anchoropt; variable
3671 anchoropt = optarg; in main()
3836 if (anchoropt != NULL) { in main()
3837 int len = strlen(anchoropt); in main()
3839 if (anchoropt[0] == '\0') in main()
3846 (anchoropt[0] == '_' || strstr(anchoropt, "/_") != NULL)) in main()
3850 if (len >= 1 && anchoropt[len - 1] == '*') { in main()
3851 if (len >= 2 && anchoropt[len - 2] == '/') in main()
3852 anchoropt[len - 2] = '\0'; in main()
3854 anchoropt[len - 1] = '\0'; in main()
[all …]