Home
last modified time | relevance | path

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

/freebsd-11-stable/sbin/pfctl/
HDpfctl.c119 char *anchoropt; variable
2119 anchoropt = optarg; in main()
2270 if (anchoropt != NULL) { in main()
2271 int len = strlen(anchoropt); in main()
2273 if (anchoropt[len - 1] == '*') { in main()
2274 if (len >= 2 && anchoropt[len - 2] == '/') in main()
2275 anchoropt[len - 2] = '\0'; in main()
2277 anchoropt[len - 1] = '\0'; in main()
2280 if (strlcpy(anchorname, anchoropt, in main()
2283 anchoropt); in main()