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

/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl.c114 char *anchoropt; variable
2008 anchoropt = optarg;
2159 if (anchoropt != NULL) {
2160 int len = strlen(anchoropt);
2162 if (anchoropt[len - 1] == '*') {
2163 if (len >= 2 && anchoropt[len - 2] == '/')
2164 anchoropt[len - 2] = '\0';
2166 anchoropt[len - 1] = '\0';
2169 if (strlcpy(anchorname, anchoropt,
2172 anchoropt);
[all...]

Completed in 104 milliseconds