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
2890 anchoropt = optarg; in main()
3044 if (anchoropt != NULL) { in main()
3045 int len = strlen(anchoropt); in main()
3047 if (len >= 1 && anchoropt[len - 1] == '*') { in main()
3048 if (len >= 2 && anchoropt[len - 2] == '/') in main()
3049 anchoropt[len - 2] = '\0'; in main()
3051 anchoropt[len - 1] = '\0'; in main()
3054 if (strlcpy(anchorname, anchoropt, in main()
3057 anchoropt); in main()