Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/pfctl/
HDpfctl.c133 static char *anchoropt; variable
2887 anchoropt = optarg; in main()
3041 if (anchoropt != NULL) { in main()
3042 int len = strlen(anchoropt); in main()
3044 if (len >= 1 && anchoropt[len - 1] == '*') { in main()
3045 if (len >= 2 && anchoropt[len - 2] == '/') in main()
3046 anchoropt[len - 2] = '\0'; in main()
3048 anchoropt[len - 1] = '\0'; in main()
3051 if (strlcpy(anchorname, anchoropt, in main()
3054 anchoropt); in main()