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

/freebsd-9.3-release/sys/security/mac_biba/
H A Dmac_biba.c641 char *compartment, *end, *grade; local
669 * Optional compartment piece of the element. If none are
677 while ((compartment = strsep(&string, "+")) != NULL) {
678 value = strtol(compartment, &end, 10);
679 if (compartment == end || *end != '\0')
/freebsd-9.3-release/sys/security/mac_mls/
H A Dmac_mls.c603 char *compartment, *end, *level; local
631 * Optional compartment piece of the element. If none are
639 while ((compartment = strsep(&string, "+")) != NULL) {
640 value = strtol(compartment, &end, 10);
641 if (compartment == end || *end != '\0')

Completed in 175 milliseconds