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

/freebsd-10-stable/contrib/binutils/binutils/
H A Ddefparse.y58 | SECTIONS seclist
90 seclist: label
91 seclist secline
/freebsd-10-stable/usr.sbin/mountd/
H A Dmountd.c2207 parsesec(char *seclist, struct exportlist *ep) argument
2214 cp = strchr(seclist, ':');
2220 if (!strcmp(seclist, "sys"))
2222 else if (!strcmp(seclist, "krb5"))
2224 else if (!strcmp(seclist, "krb5i"))
2226 else if (!strcmp(seclist, "krb5p"))
2231 syslog(LOG_ERR, "bad sec flavor: %s", seclist);
2237 syslog(LOG_ERR, "too many sec flavors: %s", seclist);
2244 seclist = cp + 1;
/freebsd-10-stable/contrib/binutils/ld/
H A Ddeffilep.y130 | SECTIONS seclist
183 seclist: label
184 seclist secline

Completed in 133 milliseconds