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

/freebsd-11.0-release/sys/security/mac_biba/
H A Dmac_biba.c634 char *compartment, *end, *grade; local
662 * Optional compartment piece of the element. If none are
670 while ((compartment = strsep(&string, "+")) != NULL) {
671 value = strtol(compartment, &end, 10);
672 if (compartment == end || *end != '\0')
/freebsd-11.0-release/sys/security/mac_mls/
H A Dmac_mls.c600 char *compartment, *end, *level; local
628 * Optional compartment piece of the element. If none are
636 while ((compartment = strsep(&string, "+")) != NULL) {
637 value = strtol(compartment, &end, 10);
638 if (compartment == end || *end != '\0')

Completed in 117 milliseconds