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

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddefparse.y58 | SECTIONS seclist
90 seclist: label
91 seclist secline
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c2652 parsesec(char *seclist, struct exportlist *ep) argument
2659 cp = strchr(seclist, ':');
2665 if (!strcmp(seclist, "sys"))
2667 else if (!strcmp(seclist, "krb5"))
2669 else if (!strcmp(seclist, "krb5i"))
2671 else if (!strcmp(seclist, "krb5p"))
2676 syslog(LOG_ERR, "bad sec flavor: %s", seclist);
2682 syslog(LOG_ERR, "too many sec flavors: %s", seclist);
2689 seclist = cp + 1;
/freebsd-11-stable/contrib/binutils/ld/
H A Ddeffilep.y130 | SECTIONS seclist
183 seclist: label
184 seclist secline

Completed in 199 milliseconds