Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl.c133 static char *anchoropt; variable
2932 anchoropt = optarg; in main()
3086 if (anchoropt != NULL) { in main()
3087 int len = strlen(anchoropt); in main()
3089 if (len >= 1 && anchoropt[len - 1] == '*') { in main()
3090 if (len >= 2 && anchoropt[len - 2] == '/') in main()
3091 anchoropt[len - 2] = '\0'; in main()
3093 anchoropt[len - 1] = '\0'; in main()
3096 if (strlcpy(anchorname, anchoropt, in main()
3099 anchoropt); in main()