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

/freebsd-13-stable/sys/security/mac_biba/
H A Dmac_biba.c635 char *compartment, *end, *grade; local
663 * Optional compartment piece of the element. If none are
671 while ((compartment = strsep(&string, "+")) != NULL) {
672 value = strtol(compartment, &end, 10);
673 if (compartment == end || *end != '\0')
/freebsd-13-stable/sys/security/mac_mls/
H A Dmac_mls.c601 char *compartment, *end, *level; local
629 * Optional compartment piece of the element. If none are
637 while ((compartment = strsep(&string, "+")) != NULL) {
638 value = strtol(compartment, &end, 10);
639 if (compartment == end || *end != '\0')

Completed in 117 milliseconds